[derby] 43/53: Merge tag 'upstream/10.11.1.1'

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 24 13:58:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository derby.

commit a5b93525a33ab563184c9b3a3df54a3a17d71233
Merge: 8d8fe21 2454810
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 18 10:53:47 2016 +0100

    Merge tag 'upstream/10.11.1.1'
    
    Upstream version 10.11.1.1

 BUILDING.html                                      |   579 +
 KEYS                                               |   676 +
 LICENSE                                            |   202 +
 NOTICE                                             |   293 +
 README                                             |    64 +
 RELEASE-NOTES.html                                 |  1950 ++
 STATUS                                             |   123 +
 bin/setEmbeddedCP                                  |    26 +
 bin/setNetworkClientCP                             |    26 +
 bin/setNetworkServerCP                             |    26 +
 bin/templates/NetworkServerControl                 |    21 +
 bin/templates/dblook                               |    20 +
 bin/templates/derby_common.sh                      |   169 +
 bin/templates/ij                                   |    23 +
 bin/templates/startNetworkServer                   |    21 +
 bin/templates/stopNetworkServer                    |    21 +
 bin/templates/sysinfo                              |    21 +
 build.xml                                          |  3411 ++
 index.html                                         |    82 +
 java/build/build.xml                               |    68 +
 .../org/apache/derbyBuild/ClassSizeCrawler.java    |   307 +
 .../build/org/apache/derbyBuild/ElementFacade.java |    94 +
 .../build/org/apache/derbyBuild/GeneratorBase.java |   829 +
 .../build/org/apache/derbyBuild/JiraConnector.java |   122 +
 java/build/org/apache/derbyBuild/JiraIssue.java    |   201 +
 .../org/apache/derbyBuild/MessageBuilder.java      |   807 +
 .../org/apache/derbyBuild/MessageBundleTest.java   |   234 +
 .../build/org/apache/derbyBuild/MessageVetter.java |   200 +
 .../apache/derbyBuild/ODBCMetadataGenerator.java   |  1288 +
 .../org/apache/derbyBuild/ReleaseNoteReader.java   |   201 +
 .../apache/derbyBuild/ReleaseNotesGenerator.java   |   509 +
 .../apache/derbyBuild/ReleaseNotesTransformer.java |   549 +
 java/build/org/apache/derbyBuild/TagReader.java    |   173 +
 java/build/org/apache/derbyBuild/build.xml         |    62 +
 java/build/org/apache/derbyBuild/classlister.java  |   764 +
 .../derbyBuild/eclipse/DerbyEclipsePlugin.java     |   186 +
 .../derbyBuild/javadoc/DiskLayoutTaglet.java       |   137 +
 .../apache/derbyBuild/javadoc/EndFormatTaglet.java |   134 +
 .../apache/derbyBuild/javadoc/FormatIdTaglet.java  |   138 +
 .../apache/derbyBuild/javadoc/PurposeTaglet.java   |   137 +
 .../apache/derbyBuild/javadoc/UpgradeTaglet.java   |   137 +
 .../org/apache/derbyBuild/maintversion2props.java  |    60 +
 .../apache/derbyBuild/odbcgen_fragments.properties |   271 +
 .../org/apache/derbyBuild/propertyconfig.java      |   347 +
 .../build/org/apache/derbyBuild/splitmessages.java |   248 +
 .../org/apache/derbyPreBuild/PropertyPrompt.java   |   158 +
 .../org/apache/derbyPreBuild/PropertySetter.java   |   771 +
 .../apache/derbyPreBuild/ReleaseProperties.java    |   347 +
 java/build/org/apache/derbyPreBuild/build.xml      |    53 +
 java/client/build.xml                              |   104 +
 .../derby/client/ClientDataSourceFactory.java      |   170 +
 .../derby/client/ClientPooledConnection.java       |   515 +
 .../apache/derby/client/ClientXAConnection.java    |   104 +
 java/client/org/apache/derby/client/ClientXid.java |   215 +
 java/client/org/apache/derby/client/am/Agent.java  |   334 +
 .../org/apache/derby/client/am/AsciiStream.java    |    60 +
 .../derby/client/am/BlobLocatorInputStream.java    |   210 +
 .../derby/client/am/BlobLocatorOutputStream.java   |   148 +
 .../apache/derby/client/am/BlobOutputStream.java   |    78 +
 .../derby/client/am/ByteArrayCombinerStream.java   |   210 +
 .../derby/client/am/CachingLogicalConnection.java  |   203 +
 .../derby/client/am/CallableLocatorProcedures.java |  1066 +
 .../org/apache/derby/client/am/ClientBlob.java     |   742 +
 .../derby/client/am/ClientCallableStatement.java   |  1505 +
 .../derby/client/am/ClientCallableStatement42.java |   188 +
 .../org/apache/derby/client/am/ClientClob.java     |  1026 +
 .../apache/derby/client/am/ClientConnection.java   |  2748 ++
 .../derby/client/am/ClientDatabaseMetaData.java    |  3057 ++
 .../derby/client/am/ClientJDBCObjectFactory.java   |   346 +
 .../apache/derby/client/am/ClientMessageId.java    |    40 +
 .../derby/client/am/ClientParameterMetaData.java   |   134 +
 .../derby/client/am/ClientPreparedStatement.java   |  3187 ++
 .../derby/client/am/ClientPreparedStatement42.java |   106 +
 .../apache/derby/client/am/ClientResultSet.java    |  6556 ++++
 .../apache/derby/client/am/ClientSavepoint.java    |    69 +
 .../apache/derby/client/am/ClientStatement.java    |  3323 ++
 .../org/apache/derby/client/am/ClientTypes.java    |   182 +
 .../derby/client/am/ClobLocatorInputStream.java    |   205 +
 .../derby/client/am/ClobLocatorOutputStream.java   |   138 +
 .../apache/derby/client/am/ClobLocatorReader.java  |   236 +
 .../apache/derby/client/am/ClobLocatorWriter.java  |   176 +
 .../apache/derby/client/am/ClobOutputStream.java   |    78 +
 .../org/apache/derby/client/am/ClobWriter.java     |    86 +
 .../derby/client/am/CloseFilterInputStream.java    |   116 +
 .../org/apache/derby/client/am/ColumnMetaData.java |   867 +
 .../org/apache/derby/client/am/Configuration.java  |   174 +
 .../client/am/ConnectionCallbackInterface.java     |    61 +
 .../apache/derby/client/am/CrossConverters.java    |  1724 ++
 java/client/org/apache/derby/client/am/Cursor.java |  1274 +
 .../org/apache/derby/client/am/DateTime.java       |   654 +
 .../org/apache/derby/client/am/DateTimeValue.java  |   180 +
 .../client/org/apache/derby/client/am/Decimal.java |   468 +
 .../org/apache/derby/client/am/Diagnosable.java    |    26 +
 .../derby/client/am/DisconnectException.java       |    53 +
 .../apache/derby/client/am/EncryptionManager.java  |   718 +
 .../apache/derby/client/am/ExceptionFormatter.java |   199 +
 .../apache/derby/client/am/FailedProperties40.java |   114 +
 .../org/apache/derby/client/am/FloatingPoint.java  |    89 +
 .../apache/derby/client/am/LOBStateTracker.java    |   172 +
 java/client/org/apache/derby/client/am/Lob.java    |   395 +
 .../org/apache/derby/client/am/LogWriter.java      |   686 +
 .../derby/client/am/LogicalCallableStatement.java  |   577 +
 .../client/am/LogicalCallableStatement42.java      |   127 +
 .../apache/derby/client/am/LogicalConnection.java  |   962 +
 .../derby/client/am/LogicalDatabaseMetaData.java   |   933 +
 .../derby/client/am/LogicalPreparedStatement.java  |   521 +
 .../client/am/LogicalPreparedStatement42.java      |    66 +
 .../derby/client/am/LogicalStatementEntity.java    |   325 +
 .../derby/client/am/MaterialPreparedStatement.java |    57 +
 .../apache/derby/client/am/MaterialStatement.java  |    72 +
 .../am/PreparedStatementCallbackInterface.java     |    38 +
 .../org/apache/derby/client/am/ProductLevel.java   |   100 +
 .../client/am/ResultSetCallbackInterface.java      |    41 +
 .../derby/client/am/SQLExceptionFactory.java       |   123 +
 .../client/org/apache/derby/client/am/Section.java |   168 +
 .../org/apache/derby/client/am/SectionManager.java |   224 +
 .../org/apache/derby/client/am/SignedBinary.java   |    83 +
 .../client/org/apache/derby/client/am/SqlCode.java |    54 +
 .../org/apache/derby/client/am/SqlException.java   |   497 +
 .../org/apache/derby/client/am/SqlWarning.java     |    83 +
 java/client/org/apache/derby/client/am/Sqlca.java  |   501 +
 .../derby/client/am/StatementCacheInteractor.java  |   295 +
 .../client/am/StatementCallbackInterface.java      |    69 +
 .../apache/derby/client/am/UnitOfWorkListener.java |    32 +
 .../am/UpdateSensitiveBlobLocatorInputStream.java  |   114 +
 .../am/UpdateSensitiveClobLocatorInputStream.java  |    70 +
 .../am/UpdateSensitiveClobLocatorReader.java       |   237 +
 .../am/UpdateSensitiveLOBLocatorInputStream.java   |   228 +
 java/client/org/apache/derby/client/am/Utils.java  |   243 +
 .../client/org/apache/derby/client/am/Utils42.java |    65 +
 .../client/org/apache/derby/client/am/Version.java |   164 +
 .../org/apache/derby/client/am/XaException.java    |    45 +
 .../client/am/stmtcache/JDBCStatementCache.java    |   170 +
 .../derby/client/am/stmtcache/StatementKey.java    |   158 +
 .../client/am/stmtcache/StatementKeyFactory.java   |   141 +
 .../apache/derby/client/am/stmtcache/package.html  |   142 +
 .../org/apache/derby/client/net/CcsidManager.java  |   106 +
 .../client/net/ClientJDBCObjectFactoryImpl.java    |   466 +
 .../client/net/ClientJDBCObjectFactoryImpl42.java  |   162 +
 .../org/apache/derby/client/net/CodePoint.java     |   653 +
 .../derby/client/net/CodePointNameTable.java       |    99 +
 .../apache/derby/client/net/ConnectionReply.java   |    76 +
 .../derby/client/net/ConnectionReplyInterface.java |    39 +
 .../client/net/ConnectionRequestInterface.java     |    49 +
 .../org/apache/derby/client/net/DssConstants.java  |    47 +
 .../derby/client/net/EbcdicCcsidManager.java       |   183 +
 .../derby/client/net/EncodedInputStream.java       |   204 +
 .../apache/derby/client/net/FdocaConstants.java    |   133 +
 .../derby/client/net/FdocaSimpleDataArray.java     |    69 +
 .../apache/derby/client/net/NaiveTrustManager.java |   151 +
 .../org/apache/derby/client/net/NetAgent.java      |   552 +
 .../derby/client/net/NetCallableStatement.java     |    92 +
 .../apache/derby/client/net/NetConfiguration.java  |   191 +
 .../org/apache/derby/client/net/NetConnection.java |  2014 ++
 .../derby/client/net/NetConnectionReply.java       |  3331 ++
 .../derby/client/net/NetConnectionRequest.java     |   637 +
 .../org/apache/derby/client/net/NetCursor.java     |  1219 +
 .../derby/client/net/NetDatabaseMetaData.java      |    53 +
 .../org/apache/derby/client/net/NetLogWriter.java  |   413 +
 .../apache/derby/client/net/NetPackageReply.java   |   190 +
 .../apache/derby/client/net/NetPackageRequest.java |   271 +
 .../derby/client/net/NetPreparedStatement.java     |   193 +
 .../org/apache/derby/client/net/NetResultSet.java  |   277 +
 .../apache/derby/client/net/NetResultSet42.java    |    97 +
 .../apache/derby/client/net/NetResultSetReply.java |   371 +
 .../derby/client/net/NetResultSetRequest.java      |   336 +
 .../org/apache/derby/client/net/NetSqlca.java      |    62 +
 .../org/apache/derby/client/net/NetSqldta.java     |   157 +
 .../org/apache/derby/client/net/NetStatement.java  |   206 +
 .../apache/derby/client/net/NetStatementReply.java |  2386 ++
 .../derby/client/net/NetStatementRequest.java      |  1891 ++
 .../org/apache/derby/client/net/NetXACallInfo.java |   105 +
 .../apache/derby/client/net/NetXAConnection.java   |   240 +
 .../derby/client/net/NetXAConnectionReply.java     |   310 +
 .../derby/client/net/NetXAConnectionRequest.java   |   321 +
 .../org/apache/derby/client/net/NetXAResource.java |   911 +
 .../apache/derby/client/net/OpenSocketAction.java  |    81 +
 .../derby/client/net/PublicBufferOutputStream.java |    46 +
 java/client/org/apache/derby/client/net/Reply.java |  1359 +
 .../org/apache/derby/client/net/Request.java       |  1506 +
 .../apache/derby/client/net/ResultSetReply.java    |    63 +
 .../derby/client/net/ResultSetReplyInterface.java  |    39 +
 .../client/net/ResultSetRequestInterface.java      |    53 +
 .../apache/derby/client/net/StatementReply.java    |    94 +
 .../derby/client/net/StatementReplyInterface.java  |    46 +
 .../client/net/StatementRequestInterface.java      |    94 +
 .../client/org/apache/derby/client/net/Typdef.java |  1213 +
 .../apache/derby/client/net/Utf8CcsidManager.java  |   123 +
 .../BasicClientConnectionPoolDataSource40.java     |   158 +
 .../apache/derby/jdbc/BasicClientDataSource40.java |  1702 +
 .../derby/jdbc/BasicClientXADataSource40.java      |    59 +
 .../derby/jdbc/ClientConnectionPoolDataSource.java |   142 +
 .../jdbc/ClientConnectionPoolDataSource40.java     |    42 +
 .../ClientConnectionPoolDataSourceInterface.java   |    50 +
 .../org/apache/derby/jdbc/ClientDataSource.java    |   208 +
 .../org/apache/derby/jdbc/ClientDataSource40.java  |    43 +
 .../derby/jdbc/ClientDataSourceInterface.java      |   137 +
 .../client/org/apache/derby/jdbc/ClientDriver.java |   511 +
 .../org/apache/derby/jdbc/ClientDriver40.java      |    37 +
 .../org/apache/derby/jdbc/ClientXADataSource.java  |    69 +
 .../apache/derby/jdbc/ClientXADataSource40.java    |    39 +
 .../derby/jdbc/ClientXADataSourceInterface.java    |    31 +
 java/demo/README.txt                               |    49 +
 java/demo/build.xml                                |   155 +
 java/demo/csfull.css                               |   856 +
 java/demo/demo.html                                |    75 +
 java/demo/derbylogo128_bluebg.png                  |   Bin 0 -> 3990 bytes
 java/demo/navbar.html                              |    39 +
 java/demo/nserverdemo/NetworkServerUtil.java       |   112 +
 java/demo/nserverdemo/NsSample.java                |   218 +
 java/demo/nserverdemo/NsSampleClientThread.java    |   484 +
 .../nserverdemo/SimpleNetworkClientSample.java     |   262 +
 .../nserverdemo/SimpleNetworkServerSample.java     |   326 +
 java/demo/nserverdemo/nserverdemo.html             |   173 +
 java/demo/nserverdemo/readme.html                  |    42 +
 java/demo/nserverdemo/simpleserversample.html      |   198 +
 java/demo/readme.html                              |    34 +
 java/demo/scores/README.html                       |    62 +
 java/demo/scores/build.xml                         |   208 +
 java/demo/scores/customizeMe.properties            |    27 +
 .../org/apache/derbyDemo/scores/app/Scores.java    |   176 +
 .../org/apache/derbyDemo/scores/data/Data.java     |   963 +
 .../org/apache/derbyDemo/scores/data/Database.java |   562 +
 .../org/apache/derbyDemo/scores/util/Logger.java   |   151 +
 .../org/apache/derbyDemo/scores/util/Utils.java    |   266 +
 .../apache/derbyDemo/scores/proc/Functions.java    |   222 +
 .../apache/derbyDemo/scores/proc/Procedures.java   |   135 +
 java/demo/simple/SimpleApp.java                    |   441 +
 java/demo/simple/derby.properties                  |    19 +
 java/demo/simple/example.html                      |   521 +
 java/demo/toursdb/ToursDB_schema.sql               |   184 +
 java/demo/toursdb/build.xml                        |   116 +
 java/demo/toursdb/cupisle.gif                      |   Bin 0 -> 2870 bytes
 java/demo/toursdb/insertMaps.java                  |   123 +
 java/demo/toursdb/loadAIRLINES.sql                 |    17 +
 java/demo/toursdb/loadCITIES.sql                   |   102 +
 java/demo/toursdb/loadCOUNTRIES.sql                |   129 +
 java/demo/toursdb/loadFLIGHTAVAILABILITY1.sql      |   310 +
 java/demo/toursdb/loadFLIGHTAVAILABILITY2.sql      |   239 +
 java/demo/toursdb/loadFLIGHTS1.sql                 |   274 +
 java/demo/toursdb/loadFLIGHTS2.sql                 |   299 +
 java/demo/toursdb/loadTables.sql                   |    28 +
 java/demo/toursdb/smallisle.gif                    |   Bin 0 -> 1483 bytes
 java/demo/toursdb/toursdb.xml                      |    81 +
 java/demo/toursdb/toursdb_readme.html              |   470 +
 java/demo/toursdb/witchisle.gif                    |   Bin 0 -> 7001 bytes
 java/demo/vtis/ApacheServerLog.xml                 |    11 +
 java/demo/vtis/DerbyJiraReport.xml                 |  1409 +
 java/demo/vtis/README.html                         |   121 +
 java/demo/vtis/demoFileVtis.sql                    |   176 +
 .../apache/derbyDemo/vtis/core/FlatFileVTI.java    |   225 +
 .../derbyDemo/vtis/example/ApacheServerLogVTI.java |   153 +
 .../derbyDemo/vtis/example/DerbyJiraReportVTI.java |   118 +
 .../apache/derbyDemo/vtis/example/LineListVTI.java |   134 +
 .../derbyDemo/vtis/example/PropertyFileVTI.java    |   185 +
 .../derbyDemo/vtis/example/SubversionLogVTI.java   |   280 +
 java/demo/vtis/messages_en.properties              |  6510 ++++
 java/demo/vtis/messages_fr.properties              |  6315 ++++
 java/demo/vtis/svn_log.txt                         | 13549 ++++++++
 java/demo/workingwithderby/WwdClientExample.java   |   133 +
 java/demo/workingwithderby/WwdEmbedded.java        |   137 +
 java/demo/workingwithderby/WwdUtils.java           |    85 +
 java/demo/workingwithderby/readme.html             |    67 +
 java/drda/build.xml                                |   121 +
 java/drda/org/apache/derby/drda/NetServlet.java    |  1222 +
 .../apache/derby/drda/NetworkServerControl.java    |   851 +
 java/drda/org/apache/derby/drda/build.xml          |    96 +
 java/drda/org/apache/derby/drda/server.policy      |   202 +
 java/drda/org/apache/derby/drda/template.policy    |   158 +
 .../org/apache/derby/impl/drda/AppRequester.java   |   338 +
 .../org/apache/derby/impl/drda/CcsidManager.java   |    88 +
 .../apache/derby/impl/drda/CharacterEncodings.java |   241 +
 .../org/apache/derby/impl/drda/ClientThread.java   |   199 +
 .../drda/org/apache/derby/impl/drda/CodePoint.java |   916 +
 .../apache/derby/impl/drda/CodePointNameTable.java |   171 +
 .../apache/derby/impl/drda/ConsistencyToken.java   |   102 +
 .../drda/org/apache/derby/impl/drda/DDMReader.java |  1942 ++
 .../drda/org/apache/derby/impl/drda/DDMWriter.java |  1937 ++
 .../org/apache/derby/impl/drda/DRDAConnThread.java |  9502 ++++++
 .../derby/impl/drda/DRDAProtocolException.java     |   411 +
 .../derby/impl/drda/DRDAProtocolExceptionInfo.java |    84 +
 .../org/apache/derby/impl/drda/DRDAResultSet.java  |   546 +
 .../org/apache/derby/impl/drda/DRDAStatement.java  |  1741 ++
 .../org/apache/derby/impl/drda/DRDAString.java     |   143 +
 .../org/apache/derby/impl/drda/DRDAXAProtocol.java |   756 +
 java/drda/org/apache/derby/impl/drda/DRDAXid.java  |   124 +
 java/drda/org/apache/derby/impl/drda/Database.java |   501 +
 .../apache/derby/impl/drda/DecryptionManager.java  |   491 +
 .../org/apache/derby/impl/drda/DssConstants.java   |    82 +
 java/drda/org/apache/derby/impl/drda/DssTrace.java |   506 +
 .../apache/derby/impl/drda/EXTDTAInputStream.java  |   373 +
 .../derby/impl/drda/EXTDTAReaderInputStream.java   |   194 +
 .../apache/derby/impl/drda/EbcdicCcsidManager.java |   177 +
 .../derby/impl/drda/FailingEXTDTAInputStream.java  |    53 +
 .../org/apache/derby/impl/drda/FdocaConstants.java |   265 +
 .../LayerBStreamedEXTDTAReaderInputStream.java     |   180 +
 .../apache/derby/impl/drda/NaiveTrustManager.java  |   146 +
 .../derby/impl/drda/NetworkServerControlImpl.java  |  4168 +++
 .../derby/impl/drda/NetworkServerMBeanImpl.java    |   470 +
 .../derby/impl/drda/PiggyBackedSessionData.java    |   148 +
 .../drda/org/apache/derby/impl/drda/Pkgnamcsn.java |   198 +
 .../derby/impl/drda/ProtocolTestAdapter.java       |   321 +
 .../derby/impl/drda/ReEncodedInputStream.java      |   171 +
 java/drda/org/apache/derby/impl/drda/SQLTypes.java |   226 +
 java/drda/org/apache/derby/impl/drda/Session.java  |   295 +
 .../org/apache/derby/impl/drda/SignedBinary.java   |   174 +
 .../impl/drda/StandardEXTDTAReaderInputStream.java |   208 +
 .../apache/derby/impl/drda/Utf8CcsidManager.java   |   107 +
 .../org/apache/derby/impl/drda/XADatabase.java     |   143 +
 java/drda/org/apache/derby/impl/drda/build.xml     |    64 +
 java/drda/org/apache/derby/impl/drda/memCheck.java |    83 +
 java/drda/org/apache/derby/impl/drda/package.html  |   266 +
 java/drda/org/apache/derby/loc/drda/build.xml      |    46 +
 .../apache/derby/loc/drda/messages_cs.properties   |   119 +
 .../derby/loc/drda/messages_de_DE.properties       |   140 +
 .../apache/derby/loc/drda/messages_en.properties   |   140 +
 .../apache/derby/loc/drda/messages_es.properties   |   140 +
 .../apache/derby/loc/drda/messages_fr.properties   |   140 +
 .../apache/derby/loc/drda/messages_hu.properties   |   119 +
 .../apache/derby/loc/drda/messages_it.properties   |   140 +
 .../derby/loc/drda/messages_ja_JP.properties       |   140 +
 .../derby/loc/drda/messages_ko_KR.properties       |   140 +
 .../apache/derby/loc/drda/messages_pl.properties   |   119 +
 .../derby/loc/drda/messages_pt_BR.properties       |   119 +
 .../apache/derby/loc/drda/messages_ru.properties   |   119 +
 .../derby/loc/drda/messages_zh_CN.properties       |   140 +
 .../derby/loc/drda/messages_zh_TW.properties       |   140 +
 .../apache/derby/loc/drda/servlet_cs.properties    |    65 +
 .../apache/derby/loc/drda/servlet_de_DE.properties |    74 +
 .../apache/derby/loc/drda/servlet_en.properties    |    74 +
 .../apache/derby/loc/drda/servlet_es.properties    |    74 +
 .../apache/derby/loc/drda/servlet_fr.properties    |    74 +
 .../apache/derby/loc/drda/servlet_hu.properties    |    65 +
 .../apache/derby/loc/drda/servlet_it.properties    |    74 +
 .../apache/derby/loc/drda/servlet_ja_JP.properties |    74 +
 .../apache/derby/loc/drda/servlet_ko_KR.properties |    74 +
 .../apache/derby/loc/drda/servlet_pl.properties    |    65 +
 .../apache/derby/loc/drda/servlet_pt_BR.properties |    65 +
 .../apache/derby/loc/drda/servlet_ru.properties    |    65 +
 .../apache/derby/loc/drda/servlet_zh_CN.properties |    74 +
 .../apache/derby/loc/drda/servlet_zh_TW.properties |    74 +
 .../derby/mbeans/drda/NetworkServerMBean.java      |   495 +
 .../drda/org/apache/derby/mbeans/drda/package.html |    62 +
 java/engine/build.xml                              |    83 +
 java/engine/org/apache/derby/agg/Aggregator.java   |    64 +
 java/engine/org/apache/derby/agg/build.xml         |    63 +
 .../derby/authentication/SystemPrincipal.java      |   179 +
 .../derby/authentication/UserAuthenticator.java    |   106 +
 .../org/apache/derby/authentication/build.xml      |    61 +
 .../engine/org/apache/derby/catalog/AliasInfo.java |    85 +
 .../org/apache/derby/catalog/DefaultInfo.java      |    68 +
 .../org/apache/derby/catalog/Dependable.java       |   115 +
 .../org/apache/derby/catalog/DependableFinder.java |    67 +
 .../apache/derby/catalog/GetProcedureColumns.java  |   335 +
 .../org/apache/derby/catalog/IndexDescriptor.java  |   193 +
 .../derby/catalog/Java5SystemProcedures.java       |   187 +
 .../apache/derby/catalog/ReferencedColumns.java    |    53 +
 .../apache/derby/catalog/SequencePreallocator.java |    72 +
 .../org/apache/derby/catalog/Statistics.java       |    47 +
 .../org/apache/derby/catalog/SystemProcedures.java |  2525 ++
 .../derby/catalog/TriggerNewTransitionRows.java    |   100 +
 .../derby/catalog/TriggerOldTransitionRows.java    |    99 +
 .../org/apache/derby/catalog/TypeDescriptor.java   |   212 +
 java/engine/org/apache/derby/catalog/UUID.java     |    61 +
 java/engine/org/apache/derby/catalog/build.xml     |    61 +
 .../derby/catalog/types/AggregateAliasInfo.java    |   172 +
 .../apache/derby/catalog/types/BaseTypeIdImpl.java |   504 +
 .../derby/catalog/types/DecimalTypeIdImpl.java     |    92 +
 .../derby/catalog/types/DefaultInfoImpl.java       |   249 +
 .../derby/catalog/types/IndexDescriptorImpl.java   |   440 +
 .../derby/catalog/types/MethodAliasInfo.java       |   127 +
 .../apache/derby/catalog/types/OldRoutineType.java |    74 +
 .../types/ReferencedColumnsDescriptorImpl.java     |   336 +
 .../derby/catalog/types/RoutineAliasInfo.java      |   490 +
 .../derby/catalog/types/RowMultiSetImpl.java       |   221 +
 .../apache/derby/catalog/types/StatisticsImpl.java |   127 +
 .../derby/catalog/types/SynonymAliasInfo.java      |   111 +
 .../derby/catalog/types/TypeDescriptorImpl.java    |   606 +
 .../catalog/types/TypesImplInstanceGetter.java     |    61 +
 .../apache/derby/catalog/types/UDTAliasInfo.java   |   126 +
 .../derby/catalog/types/UserDefinedTypeIdImpl.java |   183 +
 .../engine/org/apache/derby/database/Database.java |   158 +
 java/engine/org/apache/derby/database/build.xml    |    61 +
 .../org/apache/derby/diag/ContainedRoles.java      |   176 +
 java/engine/org/apache/derby/diag/DiagUtil.java    |    61 +
 .../org/apache/derby/diag/ErrorLogReader.java      |   353 +
 .../org/apache/derby/diag/ErrorMessages.java       |   234 +
 java/engine/org/apache/derby/diag/LockTable.java   |   346 +
 java/engine/org/apache/derby/diag/SpaceTable.java  |   418 +
 .../org/apache/derby/diag/StatementCache.java      |   184 +
 .../org/apache/derby/diag/StatementDuration.java   |   402 +
 .../org/apache/derby/diag/TransactionTable.java    |   245 +
 java/engine/org/apache/derby/diag/build.xml        |    61 +
 java/engine/org/apache/derby/iapi/build.xml        |    67 +
 .../org/apache/derby/iapi/db/ConnectionInfo.java   |     0
 .../apache/derby/iapi/db/ConsistencyChecker.java   |   450 +
 java/engine/org/apache/derby/iapi/db/Database.java |   181 +
 .../org/apache/derby/iapi/db/DatabaseContext.java  |    33 +
 java/engine/org/apache/derby/iapi/db/Factory.java  |    93 +
 .../org/apache/derby/iapi/db/OptimizerTrace.java   |   120 +
 .../org/apache/derby/iapi/db/PropertyInfo.java     |    84 +
 .../derby/iapi/db/TriggerExecutionContext.java     |   167 +
 java/engine/org/apache/derby/iapi/db/build.xml     |    60 +
 .../derby/iapi/error/ErrorStringBuilder.java       |   127 +
 .../apache/derby/iapi/error/ExceptionSeverity.java |    34 +
 .../org/apache/derby/iapi/error/ExceptionUtil.java |   217 +
 .../derby/iapi/error/PassThroughException.java     |    41 +
 .../org/apache/derby/iapi/error/PublicAPI.java     |    44 +
 .../apache/derby/iapi/error/SQLWarningFactory.java |    59 +
 .../apache/derby/iapi/error/ShutdownException.java |    34 +
 .../apache/derby/iapi/error/StandardException.java |   685 +
 .../org/apache/derby/iapi/error/ThreadDump.java    |    58 +
 .../derby/iapi/jdbc/AuthenticationService.java     |    59 +
 .../derby/iapi/jdbc/BrokeredCallableStatement.java |   651 +
 .../iapi/jdbc/BrokeredCallableStatement42.java     |    97 +
 .../apache/derby/iapi/jdbc/BrokeredConnection.java |  1110 +
 .../derby/iapi/jdbc/BrokeredConnection42.java      |    54 +
 .../derby/iapi/jdbc/BrokeredConnectionControl.java |   136 +
 .../derby/iapi/jdbc/BrokeredPreparedStatement.java |   743 +
 .../iapi/jdbc/BrokeredPreparedStatement42.java     |    51 +
 .../apache/derby/iapi/jdbc/BrokeredStatement.java  |   680 +
 .../derby/iapi/jdbc/BrokeredStatementControl.java  |    83 +
 .../derby/iapi/jdbc/CharacterStreamDescriptor.java |   436 +
 .../apache/derby/iapi/jdbc/ConnectionContext.java  |    82 +
 .../apache/derby/iapi/jdbc/DRDAServerStarter.java  |   292 +
 .../derby/iapi/jdbc/EngineCallableStatement.java   |    35 +
 .../apache/derby/iapi/jdbc/EngineConnection.java   |   125 +
 .../org/apache/derby/iapi/jdbc/EngineLOB.java      |    55 +
 .../derby/iapi/jdbc/EnginePreparedStatement.java   |    51 +
 .../apache/derby/iapi/jdbc/EngineResultSet.java    |    59 +
 .../apache/derby/iapi/jdbc/EngineStatement.java    |    60 +
 .../apache/derby/iapi/jdbc/ExceptionFactory.java   |    86 +
 .../apache/derby/iapi/jdbc/FailedProperties40.java |   112 +
 .../org/apache/derby/iapi/jdbc/JDBCBoot.java       |    90 +
 .../apache/derby/iapi/jdbc/ResourceAdapter.java    |   424 +
 java/engine/org/apache/derby/iapi/jdbc/build.xml   |    92 +
 .../org/apache/derby/iapi/reference/Attribute.java |   334 +
 .../org/apache/derby/iapi/reference/ClassName.java |   126 +
 .../org/apache/derby/iapi/reference/ContextId.java |    30 +
 .../apache/derby/iapi/reference/DRDAConstants.java |   250 +
 .../apache/derby/iapi/reference/EngineType.java    |    56 +
 .../derby/iapi/reference/JDBC40Translation.java    |    30 +
 .../org/apache/derby/iapi/reference/Limits.java    |   126 +
 .../org/apache/derby/iapi/reference/MessageId.java |    29 +
 .../org/apache/derby/iapi/reference/Module.java    |    37 +
 .../org/apache/derby/iapi/reference/Property.java  |  1343 +
 .../org/apache/derby/iapi/reference/SQLState.java  |    33 +
 .../org/apache/derby/iapi/reference/build.xml      |    60 +
 .../org/apache/derby/iapi/security/Securable.java  |   281 +
 .../apache/derby/iapi/security/SecurityUtil.java   |   207 +
 .../org/apache/derby/iapi/services/build.xml       |    64 +
 .../derby/iapi/services/cache/CacheFactory.java    |    43 +
 .../derby/iapi/services/cache/CacheManager.java    |   272 +
 .../derby/iapi/services/cache/Cacheable.java       |   172 +
 .../iapi/services/cache/CacheableFactory.java      |    61 +
 .../derby/iapi/services/cache/ClassSize.java       |   355 +
 .../iapi/services/cache/ClassSizeCatalog.java      |    54 +
 .../derby/iapi/services/cache/SizedCacheable.java  |    44 +
 .../iapi/services/classfile/AttributeEntry.java    |    65 +
 .../derby/iapi/services/classfile/Attributes.java  |    54 +
 .../services/classfile/CONSTANT_Double_info.java   |    63 +
 .../services/classfile/CONSTANT_Float_info.java    |    62 +
 .../services/classfile/CONSTANT_Index_info.java    |    92 +
 .../services/classfile/CONSTANT_Integer_info.java  |    61 +
 .../services/classfile/CONSTANT_Long_info.java     |    62 +
 .../services/classfile/CONSTANT_Utf8_info.java     |   108 +
 .../iapi/services/classfile/ClassEnumeration.java  |   201 +
 .../iapi/services/classfile/ClassFormatOutput.java |   103 +
 .../derby/iapi/services/classfile/ClassHolder.java |   910 +
 .../derby/iapi/services/classfile/ClassInput.java  |    50 +
 .../iapi/services/classfile/ClassInvestigator.java |   583 +
 .../derby/iapi/services/classfile/ClassMember.java |    92 +
 .../iapi/services/classfile/ConstantPoolEntry.java |   116 +
 .../derby/iapi/services/classfile/MemberTable.java |   155 +
 .../iapi/services/classfile/VMDescriptor.java      |    79 +
 .../derby/iapi/services/classfile/VMOpcode.java    |   268 +
 .../derby/iapi/services/compiler/ClassBuilder.java |   179 +
 .../derby/iapi/services/compiler/JavaFactory.java  |   125 +
 .../derby/iapi/services/compiler/LocalField.java   |    39 +
 .../iapi/services/compiler/MethodBuilder.java      |   557 +
 .../derby/iapi/services/context/Context.java       |   143 +
 .../derby/iapi/services/context/ContextImpl.java   |    95 +
 .../iapi/services/context/ContextManager.java      |   626 +
 .../iapi/services/context/ContextService.java      |   594 +
 .../derby/iapi/services/context/SystemContext.java |    82 +
 .../derby/iapi/services/crypto/CipherFactory.java  |    97 +
 .../iapi/services/crypto/CipherFactoryBuilder.java |    51 +
 .../derby/iapi/services/crypto/CipherProvider.java |   100 +
 .../apache/derby/iapi/services/crypto/build.xml    |    60 +
 .../derby/iapi/services/daemon/DaemonFactory.java  |    65 +
 .../derby/iapi/services/daemon/DaemonService.java  |   156 +
 .../services/daemon/IndexStatisticsDaemon.java     |    84 +
 .../derby/iapi/services/daemon/Serviceable.java    |   115 +
 .../derby/iapi/services/diag/DiagnosticUtil.java   |   155 +
 .../derby/iapi/services/diag/Diagnosticable.java   |    92 +
 .../iapi/services/diag/DiagnosticableGeneric.java  |    90 +
 .../derby/iapi/services/diag/Performance.java      |    31 +
 .../derby/iapi/services/i18n/BundleFinder.java     |    38 +
 .../derby/iapi/services/i18n/LocaleFinder.java     |    63 +
 .../derby/iapi/services/i18n/MessageService.java   |   327 +
 .../apache/derby/iapi/services/info/JVMInfo.java   |   239 +
 .../iapi/services/info/ProductGenusNames.java      |    70 +
 .../iapi/services/info/ProductVersionHolder.java   |   554 +
 .../derby/iapi/services/info/PropertyNames.java    |    44 +
 .../apache/derby/iapi/services/info/Version.java   |   125 +
 .../io/AccessibleByteArrayOutputStream.java        |   112 +
 .../services/io/ApplicationObjectInputStream.java  |    72 +
 .../derby/iapi/services/io/ArrayInputStream.java   |   736 +
 .../derby/iapi/services/io/ArrayOutputStream.java  |   120 +
 .../apache/derby/iapi/services/io/ArrayUtil.java   |   426 +
 .../derby/iapi/services/io/CloneableStream.java    |    47 +
 .../iapi/services/io/CloseFilterInputStream.java   |    84 +
 .../derby/iapi/services/io/CompressedNumber.java   |   498 +
 .../iapi/services/io/CounterOutputStream.java      |   122 +
 .../derby/iapi/services/io/DataInputUtil.java      |    61 +
 .../iapi/services/io/DebugByteTeeOutputStream.java |   110 +
 .../derby/iapi/services/io/DerbyIOException.java   |    56 +
 .../services/io/DynamicByteArrayOutputStream.java  |   249 +
 .../apache/derby/iapi/services/io/ErrorInfo.java   |    32 +
 .../derby/iapi/services/io/ErrorObjectInput.java   |    38 +
 .../iapi/services/io/FilePermissionService.java    |    47 +
 .../services/io/FilePermissionServiceImpl.java     |   100 +
 .../apache/derby/iapi/services/io/FileUtil.java    |   623 +
 .../iapi/services/io/FormatIdInputStream.java      |   258 +
 .../iapi/services/io/FormatIdOutputStream.java     |   246 +
 .../derby/iapi/services/io/FormatIdUtil.java       |    81 +
 .../apache/derby/iapi/services/io/Formatable.java  |    38 +
 .../iapi/services/io/FormatableArrayHolder.java    |   152 +
 .../derby/iapi/services/io/FormatableBitSet.java   |   951 +
 .../iapi/services/io/FormatableHashtable.java      |   178 +
 .../iapi/services/io/FormatableInstanceGetter.java |    61 +
 .../iapi/services/io/FormatableIntHolder.java      |   147 +
 .../iapi/services/io/FormatableLongHolder.java     |   134 +
 .../iapi/services/io/FormatableProperties.java     |   128 +
 .../derby/iapi/services/io/InputStreamUtil.java    |   183 +
 .../org/apache/derby/iapi/services/io/Limit.java   |    58 +
 .../derby/iapi/services/io/LimitInputStream.java   |   156 +
 .../derby/iapi/services/io/LimitObjectInput.java   |    34 +
 .../apache/derby/iapi/services/io/LimitReader.java |   143 +
 .../derby/iapi/services/io/NullOutputStream.java   |    59 +
 .../iapi/services/io/RegisteredFormatIds.java      |   546 +
 .../iapi/services/io/SQLExceptionWrapper.java      |    74 +
 .../apache/derby/iapi/services/io/Storable.java    |    47 +
 .../derby/iapi/services/io/StoredFormatIds.java    |  1691 +
 .../derby/iapi/services/io/StreamStorable.java     |    59 +
 .../apache/derby/iapi/services/io/TypedFormat.java |    46 +
 .../org/apache/derby/iapi/services/io/build.xml    |    91 +
 .../derby/iapi/services/jmx/ManagementService.java |    76 +
 .../derby/iapi/services/loader/ClassFactory.java   |    98 +
 .../iapi/services/loader/ClassFactoryContext.java  |    85 +
 .../derby/iapi/services/loader/ClassInfo.java      |   100 +
 .../derby/iapi/services/loader/ClassInspector.java |  1331 +
 .../iapi/services/loader/GeneratedByteCode.java    |    70 +
 .../derby/iapi/services/loader/GeneratedClass.java |    65 +
 .../iapi/services/loader/GeneratedMethod.java      |    46 +
 .../derby/iapi/services/loader/InstanceGetter.java |    38 +
 .../derby/iapi/services/loader/JarReader.java      |    39 +
 .../derby/iapi/services/locks/C_LockFactory.java   |    46 +
 .../iapi/services/locks/CompatibilitySpace.java    |    45 +
 .../apache/derby/iapi/services/locks/Latch.java    |    45 +
 .../apache/derby/iapi/services/locks/Limit.java    |    52 +
 .../derby/iapi/services/locks/LockFactory.java     |   230 +
 .../derby/iapi/services/locks/LockOwner.java       |    70 +
 .../apache/derby/iapi/services/locks/Lockable.java |   151 +
 .../derby/iapi/services/locks/ShExLockable.java    |   113 +
 .../apache/derby/iapi/services/locks/ShExQual.java |    61 +
 .../iapi/services/locks/VirtualLockTable.java      |    75 +
 .../derby/iapi/services/memory/LowMemory.java      |   145 +
 .../derby/iapi/services/monitor/ModuleControl.java |   100 +
 .../derby/iapi/services/monitor/ModuleFactory.java |   313 +
 .../iapi/services/monitor/ModuleSupportable.java   |    56 +
 .../derby/iapi/services/monitor/Monitor.java       |   798 +
 .../iapi/services/monitor/PersistentService.java   |   222 +
 .../iapi/services/property/PersistentSet.java      |   162 +
 .../iapi/services/property/PropertyFactory.java    |   116 +
 .../services/property/PropertySetCallback.java     |    92 +
 .../derby/iapi/services/property/PropertyUtil.java |   686 +
 .../iapi/services/property/PropertyValidation.java |   159 +
 .../iapi/services/stream/HeaderPrintWriter.java    |    90 +
 .../derby/iapi/services/stream/InfoStreams.java    |    45 +
 .../iapi/services/stream/PrintWriterGetHeader.java |    44 +
 .../derby/iapi/services/timer/TimerFactory.java    |    46 +
 .../derby/iapi/services/uuid/UUIDFactory.java      |    69 +
 .../org/apache/derby/iapi/sql/Activation.java      |   646 +
 .../org/apache/derby/iapi/sql/LanguageFactory.java |    86 +
 .../apache/derby/iapi/sql/LanguageProperties.java  |    49 +
 .../apache/derby/iapi/sql/ParameterValueSet.java   |   230 +
 .../apache/derby/iapi/sql/PreparedStatement.java   |   287 +
 .../derby/iapi/sql/ResultColumnDescriptor.java     |   116 +
 .../apache/derby/iapi/sql/ResultDescription.java   |   127 +
 .../org/apache/derby/iapi/sql/ResultSet.java       |   365 +
 java/engine/org/apache/derby/iapi/sql/Row.java     |    62 +
 .../org/apache/derby/iapi/sql/Statement.java       |   107 +
 .../org/apache/derby/iapi/sql/StatementType.java   |    61 +
 .../org/apache/derby/iapi/sql/StatementUtil.java   |   167 +
 .../derby/iapi/sql/StorablePreparedStatement.java  |    44 +
 java/engine/org/apache/derby/iapi/sql/build.xml    |    61 +
 .../apache/derby/iapi/sql/compile/ASTVisitor.java  |    87 +
 .../apache/derby/iapi/sql/compile/AccessPath.java  |   137 +
 .../apache/derby/iapi/sql/compile/C_NodeTypes.java |   255 +
 .../derby/iapi/sql/compile/CodeGeneration.java     |    31 +
 .../derby/iapi/sql/compile/CompilerContext.java    |   643 +
 .../derby/iapi/sql/compile/CostEstimate.java       |   112 +
 .../compile/ExpressionClassBuilderInterface.java   |    32 +
 .../derby/iapi/sql/compile/IgnoreFilter.java       |    62 +
 .../derby/iapi/sql/compile/JoinStrategy.java       |   309 +
 .../apache/derby/iapi/sql/compile/OptTrace.java    |   224 +
 .../apache/derby/iapi/sql/compile/Optimizable.java |   463 +
 .../derby/iapi/sql/compile/OptimizableList.java    |   108 +
 .../iapi/sql/compile/OptimizablePredicate.java     |   147 +
 .../iapi/sql/compile/OptimizablePredicateList.java |   349 +
 .../apache/derby/iapi/sql/compile/Optimizer.java   |   312 +
 .../derby/iapi/sql/compile/OptimizerFactory.java   |   100 +
 .../derby/iapi/sql/compile/OptimizerPlan.java      |   392 +
 .../org/apache/derby/iapi/sql/compile/Parser.java  |    79 +
 .../iapi/sql/compile/RequiredRowOrdering.java      |   129 +
 .../apache/derby/iapi/sql/compile/RowOrdering.java |   193 +
 .../apache/derby/iapi/sql/compile/ScopeFilter.java |    82 +
 .../apache/derby/iapi/sql/compile/TagFilter.java   |    75 +
 .../derby/iapi/sql/compile/TypeCompiler.java       |   214 +
 .../iapi/sql/compile/TypeCompilerFactory.java      |    42 +
 .../apache/derby/iapi/sql/compile/Visitable.java   |    55 +
 .../derby/iapi/sql/compile/VisitableFilter.java    |    37 +
 .../org/apache/derby/iapi/sql/compile/Visitor.java |   107 +
 .../org/apache/derby/iapi/sql/conn/Authorizer.java |   167 +
 .../apache/derby/iapi/sql/conn/ConnectionUtil.java |    57 +
 .../iapi/sql/conn/LanguageConnectionContext.java   |  1343 +
 .../iapi/sql/conn/LanguageConnectionFactory.java   |   150 +
 .../derby/iapi/sql/conn/SQLSessionContext.java     |   169 +
 .../derby/iapi/sql/conn/StatementContext.java      |   282 +
 .../apache/derby/iapi/sql/depend/Dependency.java   |    56 +
 .../derby/iapi/sql/depend/DependencyManager.java   |   549 +
 .../apache/derby/iapi/sql/depend/Dependent.java    |    73 +
 .../org/apache/derby/iapi/sql/depend/Provider.java |    40 +
 .../apache/derby/iapi/sql/depend/ProviderInfo.java |    51 +
 .../apache/derby/iapi/sql/depend/ProviderList.java |    44 +
 .../derby/iapi/sql/dictionary/AliasDescriptor.java |   560 +
 .../iapi/sql/dictionary/BulkInsertCounter.java     |    53 +
 .../iapi/sql/dictionary/CatalogRowFactory.java     |   359 +
 .../sql/dictionary/CheckConstraintDescriptor.java  |   188 +
 .../iapi/sql/dictionary/ColPermsDescriptor.java    |   171 +
 .../iapi/sql/dictionary/ColumnDescriptor.java      |   493 +
 .../iapi/sql/dictionary/ColumnDescriptorList.java  |   136 +
 .../sql/dictionary/ConglomerateDescriptor.java     |   654 +
 .../sql/dictionary/ConglomerateDescriptorList.java |   216 +
 .../apache/derby/iapi/sql/dictionary/ConsInfo.java |    95 +
 .../iapi/sql/dictionary/ConstraintDescriptor.java  |   754 +
 .../sql/dictionary/ConstraintDescriptorList.java   |   260 +
 .../apache/derby/iapi/sql/dictionary/DDUtils.java  |   928 +
 .../sql/dictionary/DataDescriptorGenerator.java    |   601 +
 .../derby/iapi/sql/dictionary/DataDictionary.java  |  2447 ++
 .../iapi/sql/dictionary/DefaultDescriptor.java     |   244 +
 .../iapi/sql/dictionary/DependencyDescriptor.java  |   133 +
 .../iapi/sql/dictionary/FileInfoDescriptor.java    |   166 +
 .../dictionary/ForeignKeyConstraintDescriptor.java |   306 +
 .../iapi/sql/dictionary/GenericDescriptorList.java |    76 +
 .../derby/iapi/sql/dictionary/IndexLister.java     |   234 +
 .../iapi/sql/dictionary/IndexRowGenerator.java     |   435 +
 .../sql/dictionary/KeyConstraintDescriptor.java    |   162 +
 .../derby/iapi/sql/dictionary/OptionalTool.java    |    44 +
 .../derby/iapi/sql/dictionary/PasswordHasher.java  |   261 +
 .../derby/iapi/sql/dictionary/PermDescriptor.java  |   219 +
 .../iapi/sql/dictionary/PermissionsDescriptor.java |   145 +
 .../iapi/sql/dictionary/PrivilegedSQLObject.java   |    40 +
 .../ReferencedKeyConstraintDescriptor.java         |   345 +
 .../iapi/sql/dictionary/RoleClosureIterator.java   |    86 +
 .../iapi/sql/dictionary/RoleGrantDescriptor.java   |   213 +
 .../sql/dictionary/RoutinePermsDescriptor.java     |   167 +
 .../derby/iapi/sql/dictionary/SPSDescriptor.java   |  1164 +
 .../iapi/sql/dictionary/SchemaDescriptor.java      |   452 +
 .../iapi/sql/dictionary/SequenceDescriptor.java    |   315 +
 .../sql/dictionary/StatementColumnPermission.java  |   468 +
 .../sql/dictionary/StatementGenericPermission.java |   118 +
 .../iapi/sql/dictionary/StatementPermission.java   |   221 +
 .../sql/dictionary/StatementRolePermission.java    |   115 +
 .../sql/dictionary/StatementRoutinePermission.java |   106 +
 .../sql/dictionary/StatementSchemaPermission.java  |   143 +
 .../sql/dictionary/StatementTablePermission.java   |   314 +
 .../iapi/sql/dictionary/StatisticsDescriptor.java  |    93 +
 .../dictionary/SubCheckConstraintDescriptor.java   |   116 +
 .../sql/dictionary/SubConstraintDescriptor.java    |   133 +
 .../sql/dictionary/SubKeyConstraintDescriptor.java |   177 +
 .../derby/iapi/sql/dictionary/SystemColumn.java    |    49 +
 .../derby/iapi/sql/dictionary/TableDescriptor.java |  1531 +
 .../iapi/sql/dictionary/TablePermsDescriptor.java  |   187 +
 .../iapi/sql/dictionary/TriggerDescriptor.java     |  1044 +
 .../iapi/sql/dictionary/TriggerDescriptorList.java |    29 +
 .../derby/iapi/sql/dictionary/TupleDescriptor.java |   118 +
 .../sql/dictionary/UniqueSQLObjectDescriptor.java  |    63 +
 .../iapi/sql/dictionary/UniqueTupleDescriptor.java |    43 +
 .../derby/iapi/sql/dictionary/UserDescriptor.java  |   105 +
 .../derby/iapi/sql/dictionary/ViewDescriptor.java  |   484 +
 .../derby/iapi/sql/execute/ConstantAction.java     |    60 +
 .../derby/iapi/sql/execute/CursorActivation.java   |    46 +
 .../derby/iapi/sql/execute/CursorResultSet.java    |    62 +
 .../derby/iapi/sql/execute/ExecAggregator.java     |   128 +
 .../iapi/sql/execute/ExecCursorTableReference.java |    57 +
 .../derby/iapi/sql/execute/ExecIndexRow.java       |    64 +
 .../iapi/sql/execute/ExecPreparedStatement.java    |   209 +
 .../org/apache/derby/iapi/sql/execute/ExecRow.java |    96 +
 .../derby/iapi/sql/execute/ExecRowBuilder.java     |   177 +
 .../derby/iapi/sql/execute/ExecutionContext.java   |    48 +
 .../derby/iapi/sql/execute/ExecutionFactory.java   |   281 +
 .../iapi/sql/execute/ExecutionStmtValidator.java   |    52 +
 .../derby/iapi/sql/execute/NoPutResultSet.java     |   224 +
 .../derby/iapi/sql/execute/ResultSetFactory.java   |  1690 +
 .../iapi/sql/execute/ResultSetStatistics.java      |    64 +
 .../sql/execute/ResultSetStatisticsFactory.java    |    75 +
 .../apache/derby/iapi/sql/execute/RowChanger.java  |   178 +
 .../derby/iapi/sql/execute/RunTimeStatistics.java  |   215 +
 .../derby/iapi/sql/execute/ScanQualifier.java      |    48 +
 .../derby/iapi/sql/execute/TargetResultSet.java    |    66 +
 .../derby/iapi/sql/execute/TemporaryRowHolder.java |    75 +
 .../apache/derby/iapi/sql/execute/TupleFilter.java |    55 +
 .../iapi/sql/execute/xplain/XPLAINFactoryIF.java   |    57 +
 .../iapi/sql/execute/xplain/XPLAINVisitor.java     |    78 +
 .../derby/iapi/sql/execute/xplain/XPLAINable.java  |    52 +
 .../derby/iapi/store/access/AccessFactory.java     |   353 +
 .../iapi/store/access/AccessFactoryGlobals.java    |    87 +
 .../iapi/store/access/BackingStoreHashtable.java   |  1141 +
 .../derby/iapi/store/access/BinaryOrderable.java   |   104 +
 .../derby/iapi/store/access/ColumnOrdering.java    |    51 +
 .../store/access/ConglomPropertyQueryable.java     |   101 +
 .../iapi/store/access/ConglomerateController.java  |   461 +
 .../derby/iapi/store/access/DatabaseInstant.java   |   110 +
 .../derby/iapi/store/access/DiskHashtable.java     |   493 +
 .../access/DynamicCompiledOpenConglomInfo.java     |    54 +
 .../derby/iapi/store/access/FileResource.java      |   127 +
 .../iapi/store/access/GenericScanController.java   |   221 +
 .../apache/derby/iapi/store/access/GlobalXact.java |   139 +
 .../store/access/GroupFetchScanController.java     |   162 +
 .../apache/derby/iapi/store/access/KeyHasher.java  |   128 +
 .../apache/derby/iapi/store/access/Qualifier.java  |   260 +
 .../derby/iapi/store/access/RowCountable.java      |    85 +
 .../iapi/store/access/RowLocationRetRowSource.java |    95 +
 .../apache/derby/iapi/store/access/RowSource.java  |   114 +
 .../apache/derby/iapi/store/access/RowUtil.java    |   682 +
 .../derby/iapi/store/access/ScanController.java    |   348 +
 .../apache/derby/iapi/store/access/ScanInfo.java   |    91 +
 .../derby/iapi/store/access/SortController.java    |    80 +
 .../iapi/store/access/SortCostController.java      |   128 +
 .../apache/derby/iapi/store/access/SortInfo.java   |    85 +
 .../derby/iapi/store/access/SortObserver.java      |   161 +
 .../apache/derby/iapi/store/access/SpaceInfo.java  |    55 +
 .../access/StaticCompiledOpenConglomInfo.java      |    58 +
 .../iapi/store/access/StoreCostController.java     |   394 +
 .../derby/iapi/store/access/StoreCostResult.java   |    54 +
 .../iapi/store/access/TransactionController.java   |  2066 ++
 .../derby/iapi/store/access/TransactionInfo.java   |    34 +
 .../iapi/store/access/XATransactionController.java |   116 +
 .../store/access/conglomerate/Conglomerate.java    |   397 +
 .../access/conglomerate/ConglomerateFactory.java   |   120 +
 .../store/access/conglomerate/LogicalUndo.java     |   134 +
 .../store/access/conglomerate/MethodFactory.java   |    77 +
 .../conglomerate/ScanControllerRowSource.java      |    37 +
 .../store/access/conglomerate/ScanManager.java     |   173 +
 .../derby/iapi/store/access/conglomerate/Sort.java |    89 +
 .../store/access/conglomerate/SortFactory.java     |    83 +
 .../access/conglomerate/TransactionManager.java    |   172 +
 .../iapi/store/access/xa/XAResourceManager.java    |   164 +
 .../derby/iapi/store/access/xa/XAXactId.java       |   287 +
 java/engine/org/apache/derby/iapi/store/build.xml  |    62 +
 .../org/apache/derby/iapi/store/raw/AuxObject.java |    42 +
 .../apache/derby/iapi/store/raw/Compensation.java  |    44 +
 .../derby/iapi/store/raw/ContainerHandle.java      |   605 +
 .../apache/derby/iapi/store/raw/ContainerKey.java  |   188 +
 .../apache/derby/iapi/store/raw/ContainerLock.java |   108 +
 .../apache/derby/iapi/store/raw/Corruptable.java   |    35 +
 .../derby/iapi/store/raw/D_ContainerKey.java       |    69 +
 .../derby/iapi/store/raw/D_ContainerLock.java      |    57 +
 .../org/apache/derby/iapi/store/raw/D_RowLock.java |    54 +
 .../derby/iapi/store/raw/FetchDescriptor.java      |   249 +
 .../derby/iapi/store/raw/GlobalTransactionId.java  |    37 +
 .../apache/derby/iapi/store/raw/LockingPolicy.java |   206 +
 .../org/apache/derby/iapi/store/raw/Loggable.java  |   172 +
 .../derby/iapi/store/raw/LogicalUndoable.java      |    88 +
 .../org/apache/derby/iapi/store/raw/Page.java      |  1136 +
 .../org/apache/derby/iapi/store/raw/PageKey.java   |   105 +
 .../apache/derby/iapi/store/raw/PageTimeStamp.java |    37 +
 .../derby/iapi/store/raw/RawStoreFactory.java      |  1053 +
 .../apache/derby/iapi/store/raw/RePreparable.java  |    48 +
 .../apache/derby/iapi/store/raw/RecordHandle.java  |   118 +
 .../org/apache/derby/iapi/store/raw/RowLock.java   |   129 +
 .../apache/derby/iapi/store/raw/ScanHandle.java    |    73 +
 .../iapi/store/raw/ScannedTransactionHandle.java   |    46 +
 .../iapi/store/raw/StreamContainerHandle.java      |   111 +
 .../apache/derby/iapi/store/raw/Transaction.java   |   625 +
 .../org/apache/derby/iapi/store/raw/Undoable.java  |   107 +
 .../derby/iapi/store/raw/data/DataFactory.java     |   389 +
 .../iapi/store/raw/data/RawContainerHandle.java    |   135 +
 .../derby/iapi/store/raw/log/LogFactory.java       |   416 +
 .../derby/iapi/store/raw/log/LogInstant.java       |    35 +
 .../apache/derby/iapi/store/raw/log/LogScan.java   |    34 +
 .../apache/derby/iapi/store/raw/log/Logger.java    |   154 +
 .../derby/iapi/store/raw/xact/RawTransaction.java  |   352 +
 .../iapi/store/raw/xact/TransactionFactory.java    |   347 +
 .../derby/iapi/store/raw/xact/TransactionId.java   |    50 +
 .../store/replication/master/MasterFactory.java    |   172 +
 .../iapi/store/replication/slave/SlaveFactory.java |   155 +
 .../derby/iapi/transaction/TransactionControl.java |   189 +
 .../iapi/transaction/TransactionListener.java      |    60 +
 .../org/apache/derby/iapi/types/BitDataValue.java  |    61 +
 .../apache/derby/iapi/types/BooleanDataValue.java  |   162 +
 .../iapi/types/CharStreamHeaderGenerator.java      |   163 +
 .../iapi/types/ClobStreamHeaderGenerator.java      |   282 +
 .../iapi/types/CollationElementsInterface.java     |    43 +
 .../apache/derby/iapi/types/CollatorSQLChar.java   |   204 +
 .../apache/derby/iapi/types/CollatorSQLClob.java   |   226 +
 .../derby/iapi/types/CollatorSQLLongvarchar.java   |   206 +
 .../derby/iapi/types/CollatorSQLVarchar.java       |   212 +
 .../derby/iapi/types/ConcatableDataValue.java      |    75 +
 .../org/apache/derby/iapi/types/DTSClassInfo.java  |    36 +
 .../org/apache/derby/iapi/types/DataType.java      |  1283 +
 .../derby/iapi/types/DataTypeDescriptor.java       |  1929 ++
 .../apache/derby/iapi/types/DataTypeUtilities.java |   222 +
 .../derby/iapi/types/DataValueDescriptor.java      |   948 +
 .../apache/derby/iapi/types/DataValueFactory.java  |   746 +
 .../derby/iapi/types/DataValueFactoryImpl.java     |  1153 +
 .../apache/derby/iapi/types/DateTimeDataValue.java |   165 +
 .../apache/derby/iapi/types/DateTimeParser.java    |   222 +
 .../apache/derby/iapi/types/HarmonySerialBlob.java |   267 +
 .../apache/derby/iapi/types/HarmonySerialClob.java |   239 +
 .../org/apache/derby/iapi/types/JSQLType.java      |   362 +
 java/engine/org/apache/derby/iapi/types/Like.java  |   711 +
 .../org/apache/derby/iapi/types/LocatedRow.java    |   122 +
 .../apache/derby/iapi/types/NumberDataType.java    |   585 +
 .../apache/derby/iapi/types/NumberDataValue.java   |   205 +
 .../org/apache/derby/iapi/types/Orderable.java     |    64 +
 .../apache/derby/iapi/types/PositionedStream.java  |    67 +
 .../derby/iapi/types/RawToBinaryFormatStream.java  |   286 +
 .../derby/iapi/types/ReaderToUTF8Stream.java       |   604 +
 .../org/apache/derby/iapi/types/RefDataValue.java  |    37 +
 .../org/apache/derby/iapi/types/Resetable.java     |    53 +
 .../org/apache/derby/iapi/types/RowLocation.java   |    40 +
 .../org/apache/derby/iapi/types/SQLBinary.java     |  1307 +
 .../engine/org/apache/derby/iapi/types/SQLBit.java |   229 +
 .../org/apache/derby/iapi/types/SQLBlob.java       |   323 +
 .../org/apache/derby/iapi/types/SQLBoolean.java    |  1112 +
 .../org/apache/derby/iapi/types/SQLChar.java       |  3209 ++
 .../org/apache/derby/iapi/types/SQLClob.java       |   952 +
 .../org/apache/derby/iapi/types/SQLDate.java       |   995 +
 .../org/apache/derby/iapi/types/SQLDecimal.java    |  1086 +
 .../org/apache/derby/iapi/types/SQLDouble.java     |   905 +
 .../org/apache/derby/iapi/types/SQLInteger.java    |   693 +
 .../org/apache/derby/iapi/types/SQLLongVarbit.java |   138 +
 .../org/apache/derby/iapi/types/SQLLongint.java    |   886 +
 .../apache/derby/iapi/types/SQLLongvarchar.java    |   170 +
 .../org/apache/derby/iapi/types/SQLReal.java       |   897 +
 .../engine/org/apache/derby/iapi/types/SQLRef.java |   255 +
 .../org/apache/derby/iapi/types/SQLSmallint.java   |   743 +
 .../org/apache/derby/iapi/types/SQLTime.java       |   992 +
 .../org/apache/derby/iapi/types/SQLTimestamp.java  |  1271 +
 .../org/apache/derby/iapi/types/SQLTinyint.java    |   734 +
 .../org/apache/derby/iapi/types/SQLVarbit.java     |   180 +
 .../org/apache/derby/iapi/types/SQLVarchar.java    |   216 +
 .../org/apache/derby/iapi/types/SqlXmlUtil.java    |   725 +
 .../derby/iapi/types/StreamHeaderGenerator.java    |    93 +
 .../apache/derby/iapi/types/StringDataValue.java   |   252 +
 .../engine/org/apache/derby/iapi/types/TypeId.java |  1696 +
 .../org/apache/derby/iapi/types/UserDataValue.java |    34 +
 .../org/apache/derby/iapi/types/UserType.java      |   594 +
 .../derby/iapi/types/VariableSizeDataValue.java    |    56 +
 .../iapi/types/WorkHorseForCollatorDatatypes.java  |   203 +
 java/engine/org/apache/derby/iapi/types/XML.java   |  1048 +
 .../org/apache/derby/iapi/types/XMLDataValue.java  |   134 +
 java/engine/org/apache/derby/iapi/types/build.xml  |    60 +
 .../org/apache/derby/iapi/types/package.html       |   358 +
 .../org/apache/derby/iapi/util/ByteArray.java      |   175 +
 .../apache/derby/iapi/util/DoubleProperties.java   |    82 +
 java/engine/org/apache/derby/iapi/util/IdUtil.java |   782 +
 .../iapi/util/InterruptDetectedException.java      |    40 +
 .../apache/derby/iapi/util/InterruptStatus.java    |   290 +
 .../engine/org/apache/derby/iapi/util/JBitSet.java |   259 +
 .../org/apache/derby/iapi/util/Matchable.java      |    36 +
 .../org/apache/derby/iapi/util/Operator.java       |    34 +
 .../org/apache/derby/iapi/util/PropertyUtil.java   |   179 +
 .../org/apache/derby/iapi/util/ReuseFactory.java   |    66 +
 .../org/apache/derby/iapi/util/StringUtil.java     |   569 +
 .../org/apache/derby/iapi/util/UTF8Util.java       |   209 +
 java/engine/org/apache/derby/iapi/util/build.xml   |    60 +
 java/engine/org/apache/derby/impl/build.xml        |    45 +
 .../org/apache/derby/impl/db/BasicDatabase.java    |   944 +
 .../apache/derby/impl/db/DatabaseContextImpl.java  |    93 +
 .../org/apache/derby/impl/db/SlaveDatabase.java    |   449 +
 .../derby/impl/db/StoreClassFactoryContext.java    |    62 +
 java/engine/org/apache/derby/impl/db/build.xml     |    60 +
 .../apache/derby/impl/io/BaseStorageFactory.java   |   300 +
 java/engine/org/apache/derby/impl/io/CPFile.java   |   195 +
 .../org/apache/derby/impl/io/CPStorageFactory.java |    94 +
 java/engine/org/apache/derby/impl/io/DirFile.java  |   442 +
 .../apache/derby/impl/io/DirRandomAccessFile.java  |    87 +
 .../apache/derby/impl/io/DirStorageFactory.java    |   201 +
 .../org/apache/derby/impl/io/InputStreamFile.java  |   410 +
 .../engine/org/apache/derby/impl/io/JarDBFile.java |   112 +
 .../apache/derby/impl/io/JarStorageFactory.java    |   138 +
 java/engine/org/apache/derby/impl/io/URLFile.java  |   103 +
 .../apache/derby/impl/io/URLStorageFactory.java    |    99 +
 .../derby/impl/io/VFMemoryStorageFactory.java      |   376 +
 java/engine/org/apache/derby/impl/io/build.xml     |    60 +
 .../derby/impl/io/vfmem/BlockedByteArray.java      |   325 +
 .../impl/io/vfmem/BlockedByteArrayInputStream.java |   105 +
 .../io/vfmem/BlockedByteArrayOutputStream.java     |    96 +
 .../org/apache/derby/impl/io/vfmem/DataStore.java  |   379 +
 .../apache/derby/impl/io/vfmem/DataStoreEntry.java |   175 +
 .../org/apache/derby/impl/io/vfmem/PathUtil.java   |   110 +
 .../apache/derby/impl/io/vfmem/VirtualFile.java    |   387 +
 .../impl/io/vfmem/VirtualRandomAccessFile.java     |   305 +
 .../derby/impl/jdbc/AutoPositioningStream.java     |   162 +
 .../apache/derby/impl/jdbc/BinaryToRawStream.java  |   119 +
 .../apache/derby/impl/jdbc/ClobAsciiStream.java    |   104 +
 .../derby/impl/jdbc/ClobUpdatableReader.java       |   216 +
 .../org/apache/derby/impl/jdbc/ClobUtf8Writer.java |   107 +
 .../apache/derby/impl/jdbc/ConnectionChild.java    |   164 +
 .../org/apache/derby/impl/jdbc/EmbedBlob.java      |  1167 +
 .../derby/impl/jdbc/EmbedCallableStatement.java    |  1906 ++
 .../derby/impl/jdbc/EmbedCallableStatement42.java  |   112 +
 .../org/apache/derby/impl/jdbc/EmbedClob.java      |   839 +
 .../apache/derby/impl/jdbc/EmbedConnection.java    |  3968 +++
 .../derby/impl/jdbc/EmbedConnectionContext.java    |   157 +
 .../derby/impl/jdbc/EmbedDatabaseMetaData.java     |  3838 +++
 .../derby/impl/jdbc/EmbedParameterSetMetaData.java |   256 +
 .../derby/impl/jdbc/EmbedPreparedStatement.java    |  1970 ++
 .../derby/impl/jdbc/EmbedPreparedStatement42.java  |    73 +
 .../org/apache/derby/impl/jdbc/EmbedResultSet.java |  5756 ++++
 .../apache/derby/impl/jdbc/EmbedResultSet42.java   |    79 +
 .../derby/impl/jdbc/EmbedResultSetMetaData.java    |   416 +
 .../org/apache/derby/impl/jdbc/EmbedSavepoint.java |   121 +
 .../org/apache/derby/impl/jdbc/EmbedStatement.java |  1957 ++
 .../apache/derby/impl/jdbc/EncryptedLOBFile.java   |   352 +
 .../org/apache/derby/impl/jdbc/InternalClob.java   |   225 +
 .../engine/org/apache/derby/impl/jdbc/LOBFile.java |   173 +
 .../org/apache/derby/impl/jdbc/LOBInputStream.java |   248 +
 .../apache/derby/impl/jdbc/LOBOutputStream.java    |   132 +
 .../apache/derby/impl/jdbc/LOBStoredProcedure.java |   390 +
 .../apache/derby/impl/jdbc/LOBStreamControl.java   |   626 +
 .../derby/impl/jdbc/PositionedStoreStream.java     |   241 +
 .../org/apache/derby/impl/jdbc/ReaderToAscii.java  |   106 +
 .../derby/impl/jdbc/SQLExceptionFactory.java       |   164 +
 .../apache/derby/impl/jdbc/StoreStreamClob.java    |   379 +
 .../org/apache/derby/impl/jdbc/TemporaryClob.java  |   676 +
 .../derby/impl/jdbc/TransactionResourceImpl.java   |   488 +
 .../org/apache/derby/impl/jdbc/UTF8Reader.java     |   648 +
 .../derby/impl/jdbc/UpdatableBlobStream.java       |   238 +
 java/engine/org/apache/derby/impl/jdbc/Util.java   |   410 +
 java/engine/org/apache/derby/impl/jdbc/Util42.java |    60 +
 .../authentication/AuthenticationServiceBase.java  |   820 +
 .../BasicAuthenticationServiceImpl.java            |   305 +
 .../JNDIAuthenticationSchemeBase.java              |   128 +
 .../authentication/JNDIAuthenticationService.java  |   117 +
 .../LDAPAuthenticationSchemeImpl.java              |   484 +
 .../NativeAuthenticationServiceImpl.java           |   569 +
 .../NoneAuthenticationServiceImpl.java             |   102 +
 .../SpecificAuthenticationServiceImpl.java         |   146 +
 java/engine/org/apache/derby/impl/jdbc/build.xml   |    91 +
 .../org/apache/derby/impl/jdbc/metadata.properties |  1339 +
 .../org/apache/derby/impl/load/ColumnInfo.java     |   590 +
 .../org/apache/derby/impl/load/ControlInfo.java    |   384 +
 java/engine/org/apache/derby/impl/load/Export.java |   316 +
 .../org/apache/derby/impl/load/ExportAbstract.java |   210 +
 .../derby/impl/load/ExportResultSetForObject.java  |   132 +
 .../apache/derby/impl/load/ExportWriteData.java    |   443 +
 .../derby/impl/load/ExportWriteDataAbstract.java   |    97 +
 java/engine/org/apache/derby/impl/load/Import.java |   383 +
 .../org/apache/derby/impl/load/ImportAbstract.java |   390 +
 .../org/apache/derby/impl/load/ImportBlob.java     |   187 +
 .../org/apache/derby/impl/load/ImportClob.java     |   208 +
 .../org/apache/derby/impl/load/ImportLobFile.java  |   322 +
 .../org/apache/derby/impl/load/ImportReadData.java |  1070 +
 .../derby/impl/load/ImportResultSetMetaData.java   |   147 +
 .../org/apache/derby/impl/load/LoadError.java      |   227 +
 java/engine/org/apache/derby/impl/load/build.xml   |    60 +
 .../org/apache/derby/impl/services/build.xml       |    60 +
 .../derby/impl/services/bytecode/BCClass.java      |   392 +
 .../derby/impl/services/bytecode/BCExpr.java       |    46 +
 .../derby/impl/services/bytecode/BCJava.java       |   322 +
 .../derby/impl/services/bytecode/BCLocalField.java |    37 +
 .../derby/impl/services/bytecode/BCMethod.java     |  1387 +
 .../impl/services/bytecode/BCMethodCaller.java     |    35 +
 .../impl/services/bytecode/BCMethodDescriptor.java |   121 +
 .../derby/impl/services/bytecode/CodeChunk.java    |  2225 ++
 .../derby/impl/services/bytecode/Conditional.java  |   402 +
 .../derby/impl/services/bytecode/GClass.java       |   154 +
 .../derby/impl/services/bytecode/OpcodeDebug.java  |   251 +
 .../apache/derby/impl/services/bytecode/Type.java  |    86 +
 .../impl/services/bytecode/VMTypeIdCacheable.java  |   105 +
 .../derby/impl/services/bytecode/d_BCValidate.java |   232 +
 .../impl/services/cache/BackgroundCleaner.java     |   186 +
 .../derby/impl/services/cache/CacheEntry.java      |   296 +
 .../derby/impl/services/cache/CachedItem.java      |   330 +
 .../derby/impl/services/cache/ClockPolicy.java     |   672 +
 .../derby/impl/services/cache/ConcurrentCache.java |   684 +
 .../services/cache/ConcurrentCacheFactory.java     |    48 +
 .../impl/services/cache/ReplacementPolicy.java     |    90 +
 .../derby/impl/services/daemon/BasicDaemon.java    |   746 +
 .../services/daemon/IndexStatisticsDaemonImpl.java |  1433 +
 .../derby/impl/services/daemon/ServiceRecord.java  |    67 +
 .../services/daemon/SingleThreadDaemonFactory.java |    75 +
 .../derby/impl/services/jce/JCECipherFactory.java  |  1081 +
 .../impl/services/jce/JCECipherFactoryBuilder.java |    62 +
 .../derby/impl/services/jce/JCECipherProvider.java |   376 +
 .../impl/services/jmx/JMXManagementService.java    |   427 +
 .../impl/services/jmxnone/NoManagementService.java |    51 +
 .../derby/impl/services/locks/AbstractPool.java    |   480 +
 .../derby/impl/services/locks/ActiveLock.java      |   144 +
 .../impl/services/locks/ConcurrentLockSet.java     |  1035 +
 .../derby/impl/services/locks/ConcurrentPool.java  |    37 +
 .../derby/impl/services/locks/Constants.java       |    50 +
 .../apache/derby/impl/services/locks/Control.java  |    66 +
 .../derby/impl/services/locks/D_LockControl.java   |   240 +
 .../apache/derby/impl/services/locks/Deadlock.java |   566 +
 .../org/apache/derby/impl/services/locks/Lock.java |   235 +
 .../derby/impl/services/locks/LockControl.java     |   711 +
 .../derby/impl/services/locks/LockSpace.java       |   381 +
 .../derby/impl/services/locks/LockTable.java       |   158 +
 .../derby/impl/services/locks/LockTableVTI.java    |   137 +
 .../derby/impl/services/locks/TableNameInfo.java   |   181 +
 .../apache/derby/impl/services/locks/Timeout.java  |   439 +
 .../derby/impl/services/monitor/BaseMonitor.java   |  2149 ++
 .../derby/impl/services/monitor/FileMonitor.java   |   319 +
 .../impl/services/monitor/ModuleInstance.java      |   133 +
 .../derby/impl/services/monitor/ProtocolKey.java   |   126 +
 .../impl/services/monitor/ServiceBootContext.java  |    48 +
 .../services/monitor/StorageFactoryService.java    |  1240 +
 .../derby/impl/services/monitor/TopService.java    |   446 +
 .../services/monitor/UpdateServiceProperties.java  |   140 +
 .../impl/services/reflect/DatabaseClasses.java     |   307 +
 .../derby/impl/services/reflect/JarLoader.java     |   546 +
 .../services/reflect/LoadedGeneratedClass.java     |    97 +
 .../impl/services/reflect/ReflectClassesJava2.java |   112 +
 .../services/reflect/ReflectGeneratedClass.java    |   129 +
 .../impl/services/reflect/ReflectLoaderJava2.java  |    66 +
 .../derby/impl/services/reflect/ReflectMethod.java |    66 +
 .../derby/impl/services/reflect/UpdateLoader.java  |   448 +
 .../impl/services/stream/BasicGetLogHeader.java    |    89 +
 .../services/stream/BasicHeaderPrintWriter.java    |   121 +
 .../impl/services/stream/RollingFileStream.java    |   586 +
 .../services/stream/RollingFileStreamProvider.java |    63 +
 .../derby/impl/services/stream/SingleStream.java   |   404 +
 .../impl/services/timer/SingletonTimerFactory.java |   183 +
 .../apache/derby/impl/services/uuid/BasicUUID.java |   251 +
 .../derby/impl/services/uuid/BasicUUIDFactory.java |   158 +
 .../derby/impl/services/uuid/BasicUUIDGetter.java  |    36 +
 .../org/apache/derby/impl/sql/CursorInfo.java      |   158 +
 .../derby/impl/sql/CursorTableReference.java       |   170 +
 .../derby/impl/sql/GenericActivationHolder.java    |   836 +
 .../apache/derby/impl/sql/GenericClassInfo.java    |     0
 .../derby/impl/sql/GenericColumnDescriptor.java    |   275 +
 .../derby/impl/sql/GenericLanguageFactory.java     |   143 +
 .../apache/derby/impl/sql/GenericParameter.java    |   323 +
 .../derby/impl/sql/GenericParameterValueSet.java   |   493 +
 .../derby/impl/sql/GenericPreparedStatement.java   |  1395 +
 .../derby/impl/sql/GenericResultDescription.java   |   342 +
 .../apache/derby/impl/sql/GenericStatement.java    |   743 +
 .../impl/sql/GenericStorablePreparedStatement.java |   281 +
 .../derby/impl/sql/LanguageDbPropertySetter.java   |   106 +
 java/engine/org/apache/derby/impl/sql/build.xml    |   115 +
 .../impl/sql/catalog/CoreDDFinderClassInfo.java    |    66 +
 .../impl/sql/catalog/DDColumnDependableFinder.java |   137 +
 .../apache/derby/impl/sql/catalog/DD_Version.java  |   816 +
 .../derby/impl/sql/catalog/DDdependableFinder.java |   285 +
 .../derby/impl/sql/catalog/DataDictionaryImpl.java | 14521 +++++++++
 .../impl/sql/catalog/DropDependencyFilter.java     |   182 +
 .../derby/impl/sql/catalog/IndexInfoImpl.java      |   141 +
 .../derby/impl/sql/catalog/NameTDCacheable.java    |   156 +
 .../derby/impl/sql/catalog/OIDTDCacheable.java     |   150 +
 .../impl/sql/catalog/PermissionsCacheable.java     |   227 +
 .../sql/catalog/PermissionsCatalogRowFactory.java  |   122 +
 .../impl/sql/catalog/RoleClosureIteratorImpl.java  |   214 +
 .../derby/impl/sql/catalog/SPSNameCacheable.java   |   275 +
 .../impl/sql/catalog/SYSALIASESRowFactory.java     |   390 +
 .../impl/sql/catalog/SYSCHECKSRowFactory.java      |   228 +
 .../impl/sql/catalog/SYSCOLPERMSRowFactory.java    |   325 +
 .../impl/sql/catalog/SYSCOLUMNSRowFactory.java     |   465 +
 .../sql/catalog/SYSCONGLOMERATESRowFactory.java    |   447 +
 .../impl/sql/catalog/SYSCONSTRAINTSRowFactory.java |   782 +
 .../impl/sql/catalog/SYSDEPENDSRowFactory.java     |   246 +
 .../impl/sql/catalog/SYSDUMMY1RowFactory.java      |   118 +
 .../derby/impl/sql/catalog/SYSFILESRowFactory.java |   259 +
 .../impl/sql/catalog/SYSFOREIGNKEYSRowFactory.java |   326 +
 .../derby/impl/sql/catalog/SYSKEYSRowFactory.java  |   209 +
 .../derby/impl/sql/catalog/SYSPERMSRowFactory.java |   339 +
 .../derby/impl/sql/catalog/SYSROLESRowFactory.java |   256 +
 .../sql/catalog/SYSROUTINEPERMSRowFactory.java     |   258 +
 .../impl/sql/catalog/SYSSCHEMASRowFactory.java     |   232 +
 .../impl/sql/catalog/SYSSEQUENCESRowFactory.java   |   311 +
 .../impl/sql/catalog/SYSSTATEMENTSRowFactory.java  |   455 +
 .../impl/sql/catalog/SYSSTATISTICSRowFactory.java  |   255 +
 .../impl/sql/catalog/SYSTABLEPERMSRowFactory.java  |   367 +
 .../impl/sql/catalog/SYSTABLESRowFactory.java      |   436 +
 .../impl/sql/catalog/SYSTRIGGERSRowFactory.java    |   574 +
 .../derby/impl/sql/catalog/SYSUSERSRowFactory.java |   248 +
 .../derby/impl/sql/catalog/SYSVIEWSRowFactory.java |   275 +
 .../derby/impl/sql/catalog/SequenceGenerator.java  |   563 +
 .../derby/impl/sql/catalog/SequenceRange.java      |    90 +
 .../derby/impl/sql/catalog/SequenceUpdater.java    |   696 +
 .../derby/impl/sql/catalog/SystemColumnImpl.java   |   168 +
 .../apache/derby/impl/sql/catalog/TDCacheable.java |   140 +
 .../apache/derby/impl/sql/catalog/TabInfoImpl.java |  1179 +
 .../apache/derby/impl/sql/catalog/TableKey.java    |    96 +
 .../sql/catalog/XPLAINResultSetDescriptor.java     |   185 +
 .../catalog/XPLAINResultSetTimingsDescriptor.java  |   123 +
 .../sql/catalog/XPLAINScanPropsDescriptor.java     |   202 +
 .../sql/catalog/XPLAINSortPropsDescriptor.java     |   137 +
 .../sql/catalog/XPLAINStatementDescriptor.java     |   144 +
 .../catalog/XPLAINStatementTimingsDescriptor.java  |   122 +
 .../impl/sql/catalog/XPLAINTableDescriptor.java    |    82 +
 .../derby/impl/sql/catalog/metadata_net.properties |   383 +
 .../derby/impl/sql/compile/AccessPathImpl.java     |   206 +
 .../impl/sql/compile/ActivationClassBuilder.java   |   345 +
 .../impl/sql/compile/AggregateDefinition.java      |    87 +
 .../derby/impl/sql/compile/AggregateNode.java      |   751 +
 .../sql/compile/AggregateWindowFunctionNode.java   |    84 +
 .../derby/impl/sql/compile/AllResultColumn.java    |    94 +
 .../derby/impl/sql/compile/AlterTableNode.java     |   606 +
 .../impl/sql/compile/AndNoShortCircuitNode.java    |    87 +
 .../org/apache/derby/impl/sql/compile/AndNode.java |   363 +
 .../derby/impl/sql/compile/BaseColumnNode.java     |   193 +
 .../derby/impl/sql/compile/BaseJoinStrategy.java   |   209 +
 .../impl/sql/compile/BaseTableNumbersVisitor.java  |   232 +
 .../derby/impl/sql/compile/BaseTypeCompiler.java   |   361 +
 .../impl/sql/compile/BetweenOperatorNode.java      |   300 +
 .../sql/compile/BinaryArithmeticOperatorNode.java  |   220 +
 .../sql/compile/BinaryComparisonOperatorNode.java  |   434 +
 .../impl/sql/compile/BinaryListOperatorNode.java   |   416 +
 .../sql/compile/BinaryLogicalOperatorNode.java     |   214 +
 .../derby/impl/sql/compile/BinaryOperatorNode.java |   846 +
 .../sql/compile/BinaryRelationalOperatorNode.java  |  1953 ++
 .../derby/impl/sql/compile/BitConstantNode.java    |   104 +
 .../derby/impl/sql/compile/BitTypeCompiler.java    |   166 +
 .../impl/sql/compile/BooleanConstantNode.java      |   226 +
 .../impl/sql/compile/BooleanTypeCompiler.java      |   114 +
 .../derby/impl/sql/compile/CLOBTypeCompiler.java   |   142 +
 .../derby/impl/sql/compile/CachedValueNode.java    |   197 +
 .../derby/impl/sql/compile/CallStatementNode.java  |   307 +
 .../apache/derby/impl/sql/compile/CastNode.java    |  1091 +
 .../derby/impl/sql/compile/CharConstantNode.java   |   199 +
 .../apache/derby/impl/sql/compile/CharStream.java  |   153 +
 .../derby/impl/sql/compile/CharTypeCompiler.java   |   192 +
 .../impl/sql/compile/CoalesceFunctionNode.java     |   445 +
 .../impl/sql/compile/CollectNodesVisitor.java      |   130 +
 .../impl/sql/compile/ColumnDefinitionNode.java     |   879 +
 .../derby/impl/sql/compile/ColumnOrdering.java     |   191 +
 .../derby/impl/sql/compile/ColumnReference.java    |  1315 +
 .../impl/sql/compile/CompilerContextImpl.java      |  1125 +
 .../sql/compile/ConcatenationOperatorNode.java     |   559 +
 .../derby/impl/sql/compile/ConditionalNode.java    |   614 +
 .../sql/compile/ConstantExpressionVisitor.java     |    91 +
 .../derby/impl/sql/compile/ConstantNode.java       |   271 +
 .../impl/sql/compile/ConstraintDefinitionNode.java |   542 +
 .../derby/impl/sql/compile/CostEstimateImpl.java   |   334 +
 .../impl/sql/compile/CountAggregateDefinition.java |    60 +
 .../derby/impl/sql/compile/CreateAliasNode.java    |   555 +
 .../derby/impl/sql/compile/CreateIndexNode.java    |   340 +
 .../derby/impl/sql/compile/CreateRoleNode.java     |   102 +
 .../derby/impl/sql/compile/CreateSchemaNode.java   |   117 +
 .../derby/impl/sql/compile/CreateSequenceNode.java |   260 +
 .../derby/impl/sql/compile/CreateTableNode.java    |   588 +
 .../derby/impl/sql/compile/CreateTriggerNode.java  |  1250 +
 .../derby/impl/sql/compile/CreateViewNode.java     |   419 +
 .../sql/compile/CurrentDatetimeOperatorNode.java   |   187 +
 .../derby/impl/sql/compile/CurrentOfNode.java      |   613 +
 .../impl/sql/compile/CurrentRowLocationNode.java   |   162 +
 .../apache/derby/impl/sql/compile/CursorNode.java  |   830 +
 .../impl/sql/compile/DB2LengthOperatorNode.java    |   182 +
 .../derby/impl/sql/compile/DDLStatementNode.java   |   482 +
 .../impl/sql/compile/DMLModStatementNode.java      |  2034 ++
 .../derby/impl/sql/compile/DMLStatementNode.java   |   451 +
 .../derby/impl/sql/compile/DateTypeCompiler.java   |   128 +
 .../apache/derby/impl/sql/compile/DefaultNode.java |   303 +
 .../derby/impl/sql/compile/DefaultOptTrace.java    |   571 +
 .../impl/sql/compile/DefaultVTIModDeferPolicy.java |    93 +
 .../apache/derby/impl/sql/compile/DeleteNode.java  |  1028 +
 .../derby/impl/sql/compile/DistinctNode.java       |   301 +
 .../derby/impl/sql/compile/DropAliasNode.java      |   169 +
 .../derby/impl/sql/compile/DropIndexNode.java      |   124 +
 .../derby/impl/sql/compile/DropRoleNode.java       |    99 +
 .../derby/impl/sql/compile/DropSchemaNode.java     |   127 +
 .../derby/impl/sql/compile/DropSequenceNode.java   |   102 +
 .../derby/impl/sql/compile/DropTableNode.java      |   146 +
 .../derby/impl/sql/compile/DropTriggerNode.java    |    98 +
 .../derby/impl/sql/compile/DropViewNode.java       |   100 +
 .../apache/derby/impl/sql/compile/ExecSPSNode.java |   324 +
 .../impl/sql/compile/ExpressionClassBuilder.java   |   906 +
 .../impl/sql/compile/ExtractOperatorNode.java      |   171 +
 .../sql/compile/FKConstraintDefinitionNode.java    |   174 +
 .../derby/impl/sql/compile/FromBaseTable.java      |  5007 +++
 .../apache/derby/impl/sql/compile/FromList.java    |  1742 ++
 .../derby/impl/sql/compile/FromSubquery.java       |   762 +
 .../apache/derby/impl/sql/compile/FromTable.java   |  1569 +
 .../org/apache/derby/impl/sql/compile/FromVTI.java |  2077 ++
 .../impl/sql/compile/GenerationClauseNode.java     |   213 +
 .../impl/sql/compile/GetCurrentConnectionNode.java |   193 +
 .../apache/derby/impl/sql/compile/GrantNode.java   |   116 +
 .../derby/impl/sql/compile/GrantRoleNode.java      |   106 +
 .../derby/impl/sql/compile/GroupByColumn.java      |   158 +
 .../apache/derby/impl/sql/compile/GroupByList.java |   296 +
 .../apache/derby/impl/sql/compile/GroupByNode.java |  1347 +
 .../derby/impl/sql/compile/HalfOuterJoinNode.java  |   915 +
 .../impl/sql/compile/HasCorrelatedCRsVisitor.java  |   134 +
 .../derby/impl/sql/compile/HasNodeVisitor.java     |   143 +
 .../impl/sql/compile/HasTableFunctionVisitor.java  |    61 +
 .../sql/compile/HasVariantValueNodeVisitor.java    |   162 +
 .../derby/impl/sql/compile/HashJoinStrategy.java   |   671 +
 .../derby/impl/sql/compile/HashTableNode.java      |   420 +
 .../derby/impl/sql/compile/InListOperatorNode.java |   807 +
 .../derby/impl/sql/compile/IndexToBaseRowNode.java |   441 +
 .../apache/derby/impl/sql/compile/InsertNode.java  |  1126 +
 .../impl/sql/compile/IntersectOrExceptNode.java    |   491 +
 .../org/apache/derby/impl/sql/compile/IsNode.java  |   214 +
 .../apache/derby/impl/sql/compile/IsNullNode.java  |   285 +
 .../derby/impl/sql/compile/JavaToSQLValueNode.java |   362 +
 .../derby/impl/sql/compile/JavaValueNode.java      |   461 +
 .../apache/derby/impl/sql/compile/JoinNode.java    |  2039 ++
 .../derby/impl/sql/compile/LOBTypeCompiler.java    |   136 +
 .../derby/impl/sql/compile/LengthOperatorNode.java |   141 +
 .../impl/sql/compile/LikeEscapeOperatorNode.java   |   875 +
 .../derby/impl/sql/compile/LockTableNode.java      |   191 +
 .../derby/impl/sql/compile/MatchingClauseNode.java |  1614 +
 .../impl/sql/compile/MaterializeResultSetNode.java |   105 +
 .../impl/sql/compile/MaterializeSubqueryNode.java  |    59 +
 .../sql/compile/MaxMinAggregateDefinition.java     |   102 +
 .../apache/derby/impl/sql/compile/MergeNode.java   |  1123 +
 .../derby/impl/sql/compile/MethodCallNode.java     |  1497 +
 .../sql/compile/MiscellaneousStatementNode.java    |    85 +
 .../derby/impl/sql/compile/ModifyColumnNode.java   |   447 +
 .../derby/impl/sql/compile/NOPStatementNode.java   |    70 +
 .../impl/sql/compile/NestedLoopJoinStrategy.java   |   345 +
 .../derby/impl/sql/compile/NewInvocationNode.java  |   480 +
 .../derby/impl/sql/compile/NextSequenceNode.java   |   211 +
 .../impl/sql/compile/NonStaticMethodCallNode.java  |   459 +
 .../impl/sql/compile/NormalizeResultSetNode.java   |   703 +
 .../org/apache/derby/impl/sql/compile/NotNode.java |   115 +
 .../impl/sql/compile/NumericConstantNode.java      |   312 +
 .../impl/sql/compile/NumericTypeCompiler.java      |   536 +
 .../derby/impl/sql/compile/OffsetOrderVisitor.java |   109 +
 .../derby/impl/sql/compile/OperatorNode.java       |    93 +
 .../derby/impl/sql/compile/OptTraceViewer.java     |   170 +
 .../impl/sql/compile/OptimizerFactoryImpl.java     |   237 +
 .../derby/impl/sql/compile/OptimizerImpl.java      |  2871 ++
 .../derby/impl/sql/compile/OptimizerTracer.java    |   203 +
 .../org/apache/derby/impl/sql/compile/OrNode.java  |   491 +
 .../derby/impl/sql/compile/OrderByColumn.java      |   591 +
 .../apache/derby/impl/sql/compile/OrderByList.java |   861 +
 .../apache/derby/impl/sql/compile/OrderByNode.java |   141 +
 .../derby/impl/sql/compile/OrderedColumn.java      |   117 +
 .../derby/impl/sql/compile/OrderedColumnList.java  |    94 +
 .../derby/impl/sql/compile/ParameterNode.java      |   523 +
 .../derby/impl/sql/compile/ParseException.java     |   218 +
 .../apache/derby/impl/sql/compile/ParserImpl.java  |   206 +
 .../apache/derby/impl/sql/compile/Predicate.java   |  1306 +
 .../derby/impl/sql/compile/PredicateList.java      |  4166 +++
 .../derby/impl/sql/compile/PrivilegeNode.java      |   365 +
 .../impl/sql/compile/ProjectRestrictNode.java      |  1912 ++
 .../derby/impl/sql/compile/QueryTreeNode.java      |  1596 +
 .../impl/sql/compile/QueryTreeNodeVector.java      |   149 +
 .../derby/impl/sql/compile/RefTypeCompiler.java    |    88 +
 .../impl/sql/compile/ReferencedTablesVisitor.java  |   110 +
 .../derby/impl/sql/compile/RelationalOperator.java |   370 +
 .../derby/impl/sql/compile/RemapCRsVisitor.java    |   111 +
 .../apache/derby/impl/sql/compile/RenameNode.java  |   468 +
 .../compile/ReplaceAggregatesWithCRVisitor.java    |   128 +
 .../derby/impl/sql/compile/ReplaceNodeVisitor.java |    60 +
 .../ReplaceWindowFuncCallsWithCRVisitor.java       |   115 +
 .../derby/impl/sql/compile/ResultColumn.java       |  1892 ++
 .../derby/impl/sql/compile/ResultColumnList.java   |  4330 +++
 .../derby/impl/sql/compile/ResultSetNode.java      |  2044 ++
 .../apache/derby/impl/sql/compile/RevokeNode.java  |   113 +
 .../derby/impl/sql/compile/RevokeRoleNode.java     |   111 +
 .../derby/impl/sql/compile/RoutineDesignator.java  |    66 +
 .../derby/impl/sql/compile/RowCountNode.java       |   186 +
 .../impl/sql/compile/RowNumberFunctionNode.java    |    61 +
 .../derby/impl/sql/compile/RowOrderingImpl.java    |   436 +
 .../derby/impl/sql/compile/RowResultSetNode.java   |   951 +
 .../derby/impl/sql/compile/SQLToJavaValueNode.java |   507 +
 .../derby/impl/sql/compile/SavepointNode.java      |   130 +
 .../compile/ScrollInsensitiveResultSetNode.java    |   101 +
 .../apache/derby/impl/sql/compile/SelectNode.java  |  2665 ++
 .../derby/impl/sql/compile/SetConstraintsNode.java |   140 +
 .../derby/impl/sql/compile/SetOperatorNode.java    |  1167 +
 .../apache/derby/impl/sql/compile/SetRoleNode.java |   182 +
 .../derby/impl/sql/compile/SetSchemaNode.java      |   173 +
 .../sql/compile/SetTransactionIsolationNode.java   |   108 +
 .../impl/sql/compile/SimpleStringOperatorNode.java |   149 +
 .../impl/sql/compile/SingleChildResultSetNode.java |   609 +
 .../impl/sql/compile/SpecialFunctionNode.java      |   311 +
 .../derby/impl/sql/compile/StatementNode.java      |   371 +
 .../sql/compile/StaticClassFieldReferenceNode.java |   237 +
 .../impl/sql/compile/StaticMethodCallNode.java     |  1490 +
 .../derby/impl/sql/compile/SubqueryList.java       |   193 +
 .../derby/impl/sql/compile/SubqueryNode.java       |  2547 ++
 .../sql/compile/SubstituteExpressionVisitor.java   |    88 +
 .../sql/compile/SumAvgAggregateDefinition.java     |   137 +
 .../derby/impl/sql/compile/TableElementList.java   |  1547 +
 .../derby/impl/sql/compile/TableElementNode.java   |   188 +
 .../apache/derby/impl/sql/compile/TableName.java   |   281 +
 .../derby/impl/sql/compile/TableOperatorNode.java  |   973 +
 .../impl/sql/compile/TablePrivilegesNode.java      |   163 +
 .../impl/sql/compile/TernaryOperatorNode.java      |  1032 +
 .../derby/impl/sql/compile/TestConstraintNode.java |   155 +
 .../derby/impl/sql/compile/TimeTypeCompiler.java   |   133 +
 .../impl/sql/compile/TimestampOperatorNode.java    |   126 +
 .../impl/sql/compile/TimestampTypeCompiler.java    |   151 +
 .../org/apache/derby/impl/sql/compile/Token.java   |   110 +
 .../impl/sql/compile/TransactionStatementNode.java |    69 +
 .../impl/sql/compile/TriggerReferencingStruct.java |    52 +
 .../impl/sql/compile/TypeCompilerFactoryImpl.java  |   281 +
 .../derby/impl/sql/compile/UCode_CharStream.java   |   475 +
 .../sql/compile/UnaryArithmeticOperatorNode.java   |   277 +
 .../sql/compile/UnaryComparisonOperatorNode.java   |   443 +
 .../compile/UnaryDateTimestampOperatorNode.java    |   196 +
 .../impl/sql/compile/UnaryLogicalOperatorNode.java |   102 +
 .../derby/impl/sql/compile/UnaryOperatorNode.java  |   800 +
 .../apache/derby/impl/sql/compile/UnionNode.java   |   720 +
 .../impl/sql/compile/UntypedNullConstantNode.java  |   108 +
 .../apache/derby/impl/sql/compile/UpdateNode.java  |  1691 +
 .../impl/sql/compile/UserAggregateDefinition.java  |   262 +
 .../impl/sql/compile/UserDefinedTypeCompiler.java  |   146 +
 .../impl/sql/compile/UserTypeConstantNode.java     |   301 +
 .../derby/impl/sql/compile/VTIDeferModPolicy.java  |   204 +
 .../apache/derby/impl/sql/compile/ValueNode.java   |  1322 +
 .../derby/impl/sql/compile/ValueNodeList.java      |   731 +
 .../derby/impl/sql/compile/VarbitConstantNode.java |    85 +
 .../compile/VerifyAggregateExpressionsVisitor.java |   152 +
 .../derby/impl/sql/compile/VirtualColumnNode.java  |   301 +
 .../impl/sql/compile/WindowDefinitionNode.java     |   149 +
 .../derby/impl/sql/compile/WindowFunctionNode.java |   264 +
 .../apache/derby/impl/sql/compile/WindowList.java  |    46 +
 .../apache/derby/impl/sql/compile/WindowNode.java  |    61 +
 .../impl/sql/compile/WindowReferenceNode.java      |    51 +
 .../impl/sql/compile/WindowResultSetNode.java      |   402 +
 .../derby/impl/sql/compile/XMLConstantNode.java    |    70 +
 .../apache/derby/impl/sql/compile/XMLOptTrace.java |   767 +
 .../derby/impl/sql/compile/XMLTypeCompiler.java    |   158 +
 .../apache/derby/impl/sql/compile/sqlgrammar.jj    | 15082 +++++++++
 .../derby/impl/sql/conn/CachedStatement.java       |   108 +
 .../derby/impl/sql/conn/GenericAuthorizer.java     |   322 +
 .../sql/conn/GenericLanguageConnectionContext.java |  4026 +++
 .../sql/conn/GenericLanguageConnectionFactory.java |   430 +
 .../impl/sql/conn/GenericStatementContext.java     |   801 +
 .../derby/impl/sql/conn/SQLSessionContextImpl.java |   158 +
 .../apache/derby/impl/sql/conn/TempTableInfo.java  |   256 +
 .../derby/impl/sql/depend/BasicDependency.java     |    83 +
 .../impl/sql/depend/BasicDependencyManager.java    |  1100 +
 .../derby/impl/sql/depend/BasicProviderInfo.java   |   196 +
 .../apache/derby/impl/sql/depend/DepClassInfo.java |    39 +
 .../impl/sql/execute/AggregateSortObserver.java    |   183 +
 .../derby/impl/sql/execute/AggregatorInfo.java     |   263 +
 .../derby/impl/sql/execute/AggregatorInfoList.java |   127 +
 .../sql/execute/AlterConstraintConstantAction.java |   184 +
 .../impl/sql/execute/AlterTableConstantAction.java |  3666 +++
 .../derby/impl/sql/execute/AnyResultSet.java       |   254 +
 .../impl/sql/execute/AutoincrementCounter.java     |   232 +
 .../derby/impl/sql/execute/AvgAggregator.java      |   249 +
 .../derby/impl/sql/execute/BaseActivation.java     |  1904 ++
 .../impl/sql/execute/BaseExpressionActivation.java |   183 +
 .../impl/sql/execute/BasicNoPutResultSetImpl.java  |  1182 +
 .../derby/impl/sql/execute/BasicSortObserver.java  |   191 +
 .../impl/sql/execute/BulkTableScanResultSet.java   |   471 +
 .../impl/sql/execute/CallStatementResultSet.java   |   177 +
 .../derby/impl/sql/execute/CardinalityCounter.java |   168 +
 .../apache/derby/impl/sql/execute/ColumnInfo.java  |   322 +
 .../impl/sql/execute/ConstantActionActivation.java |    55 +
 .../impl/sql/execute/ConstraintConstantAction.java |   389 +
 .../derby/impl/sql/execute/ConstraintInfo.java     |   279 +
 .../derby/impl/sql/execute/CountAggregator.java    |   163 +
 .../sql/execute/CreateAliasConstantAction.java     |   393 +
 .../execute/CreateConstraintConstantAction.java    |   584 +
 .../sql/execute/CreateIndexConstantAction.java     |  1167 +
 .../impl/sql/execute/CreateRoleConstantAction.java |   193 +
 .../sql/execute/CreateSchemaConstantAction.java    |   172 +
 .../sql/execute/CreateSequenceConstantAction.java  |   145 +
 .../sql/execute/CreateTableConstantAction.java     |   434 +
 .../sql/execute/CreateTriggerConstantAction.java   |   484 +
 .../impl/sql/execute/CreateViewConstantAction.java |   224 +
 .../derby/impl/sql/execute/CurrentDatetime.java    |   114 +
 .../derby/impl/sql/execute/CurrentOfResultSet.java |   335 +
 .../derby/impl/sql/execute/CursorActivation.java   |    67 +
 .../derby/impl/sql/execute/DDLConstantAction.java  |  1064 +
 .../sql/execute/DDLSingleTableConstantAction.java  |   437 +
 .../derby/impl/sql/execute/DMLVTIResultSet.java    |   130 +
 .../derby/impl/sql/execute/DMLWriteResultSet.java  |   379 +
 .../sql/execute/DeferredConstraintsMemory.java     |   847 +
 .../impl/sql/execute/DeleteCascadeResultSet.java   |   502 +
 .../impl/sql/execute/DeleteConstantAction.java     |   183 +
 .../derby/impl/sql/execute/DeleteResultSet.java    |   674 +
 .../derby/impl/sql/execute/DeleteVTIResultSet.java |   180 +
 .../derby/impl/sql/execute/DependentResultSet.java |   709 +
 .../execute/DistinctGroupedAggregateResultSet.java |   101 +
 .../execute/DistinctScalarAggregateResultSet.java  |   405 +
 .../impl/sql/execute/DistinctScanResultSet.java    |   131 +
 .../impl/sql/execute/DropAliasConstantAction.java  |   117 +
 .../sql/execute/DropConstraintConstantAction.java  |   258 +
 .../impl/sql/execute/DropIndexConstantAction.java  |   184 +
 .../impl/sql/execute/DropRoleConstantAction.java   |   139 +
 .../impl/sql/execute/DropSchemaConstantAction.java |   105 +
 .../sql/execute/DropSequenceConstantAction.java    |   106 +
 .../sql/execute/DropStatisticsConstantAction.java  |   102 +
 .../impl/sql/execute/DropTableConstantAction.java  |   411 +
 .../sql/execute/DropTriggerConstantAction.java     |   148 +
 .../impl/sql/execute/DropViewConstantAction.java   |   136 +
 .../org/apache/derby/impl/sql/execute/FKInfo.java  |   452 +
 .../impl/sql/execute/ForeignKeyRIChecker.java      |   158 +
 .../sql/execute/GenericAggregateResultSet.java     |   220 +
 .../derby/impl/sql/execute/GenericAggregator.java  |   400 +
 .../sql/execute/GenericConstantActionFactory.java  |  1192 +
 .../impl/sql/execute/GenericExecutionContext.java  |    94 +
 .../impl/sql/execute/GenericExecutionFactory.java  |   382 +
 .../impl/sql/execute/GenericPrivilegeInfo.java     |   143 +
 .../derby/impl/sql/execute/GenericQualifier.java   |   194 +
 .../derby/impl/sql/execute/GenericRIChecker.java   |   265 +
 .../impl/sql/execute/GenericResultSetFactory.java  |  1410 +
 .../impl/sql/execute/GenericScanQualifier.java     |   186 +
 .../impl/sql/execute/GenericTriggerExecutor.java   |   349 +
 .../sql/execute/GrantRevokeConstantAction.java     |    65 +
 .../impl/sql/execute/GrantRoleConstantAction.java  |   249 +
 .../sql/execute/GroupedAggregateResultSet.java     |   821 +
 .../derby/impl/sql/execute/HashJoinResultSet.java  |    54 +
 .../sql/execute/HashLeftOuterJoinResultSet.java    |    59 +
 .../derby/impl/sql/execute/HashScanResultSet.java  |   770 +
 .../derby/impl/sql/execute/HashTableResultSet.java |   738 +
 .../derby/impl/sql/execute/IndexChanger.java       |   809 +
 .../derby/impl/sql/execute/IndexColumnOrder.java   |   189 +
 .../impl/sql/execute/IndexConstantAction.java      |   100 +
 .../apache/derby/impl/sql/execute/IndexRow.java    |    84 +
 .../sql/execute/IndexRowToBaseRowResultSet.java    |   597 +
 .../derby/impl/sql/execute/IndexSetChanger.java    |   405 +
 .../derby/impl/sql/execute/IndexValueRow.java      |   151 +
 .../impl/sql/execute/InsertConstantAction.java     |   320 +
 .../derby/impl/sql/execute/InsertResultSet.java    |  2725 ++
 .../derby/impl/sql/execute/InsertVTIResultSet.java |   288 +
 .../execute/InternalTriggerExecutionContext.java   |   590 +
 .../org/apache/derby/impl/sql/execute/JarUtil.java |   502 +
 .../derby/impl/sql/execute/JoinResultSet.java      |   300 +
 .../impl/sql/execute/LastIndexKeyResultSet.java    |   310 +
 .../impl/sql/execute/LockTableConstantAction.java  |   124 +
 .../sql/execute/MatchingClauseConstantAction.java  |   367 +
 .../impl/sql/execute/MaterializedResultSet.java    |   385 +
 .../derby/impl/sql/execute/MaxMinAggregator.java   |   124 +
 .../impl/sql/execute/MergeConstantAction.java      |   159 +
 .../derby/impl/sql/execute/MergeJoinResultSet.java |   311 +
 .../derby/impl/sql/execute/MergeResultSet.java     |   342 +
 .../derby/impl/sql/execute/MiscResultSet.java      |    76 +
 .../sql/execute/MultiProbeTableScanResultSet.java  |   494 +
 .../impl/sql/execute/NestedLoopJoinResultSet.java  |   306 +
 .../execute/NestedLoopLeftOuterJoinResultSet.java  |   299 +
 .../derby/impl/sql/execute/NoPutResultSetImpl.java |   583 +
 .../impl/sql/execute/NoRowsResultSetImpl.java      |   704 +
 .../derby/impl/sql/execute/NormalizeResultSet.java |   457 +
 .../derby/impl/sql/execute/OnceResultSet.java      |   309 +
 .../impl/sql/execute/OrderableAggregator.java      |   130 +
 .../derby/impl/sql/execute/PrivilegeInfo.java      |    99 +
 .../impl/sql/execute/ProjectRestrictResultSet.java |   645 +
 .../derby/impl/sql/execute/RIBulkChecker.java      |   387 +
 .../derby/impl/sql/execute/RISetChecker.java       |   222 +
 .../execute/RealResultSetStatisticsFactory.java    |  1367 +
 .../impl/sql/execute/ReferencedKeyRIChecker.java   |   405 +
 .../impl/sql/execute/RenameConstantAction.java     |   406 +
 .../impl/sql/execute/RevokeRoleConstantAction.java |   236 +
 .../impl/sql/execute/RoutinePrivilegeInfo.java     |   110 +
 .../derby/impl/sql/execute/RowChangerImpl.java     |   652 +
 .../derby/impl/sql/execute/RowCountResultSet.java  |   430 +
 .../derby/impl/sql/execute/RowResultSet.java       |   236 +
 .../derby/impl/sql/execute/RowTriggerExecutor.java |   130 +
 .../org/apache/derby/impl/sql/execute/RowUtil.java |   427 +
 .../impl/sql/execute/SavepointConstantAction.java  |   102 +
 .../impl/sql/execute/ScalarAggregateResultSet.java |   474 +
 .../derby/impl/sql/execute/ScanResultSet.java      |   278 +
 .../sql/execute/ScrollInsensitiveResultSet.java    |  1247 +
 .../sql/execute/SetConstraintsConstantAction.java  |   140 +
 .../derby/impl/sql/execute/SetOpResultSet.java     |   409 +
 .../impl/sql/execute/SetRoleConstantAction.java    |   169 +
 .../impl/sql/execute/SetSchemaConstantAction.java  |   126 +
 .../SetTransactionIsolationConstantAction.java     |    88 +
 .../impl/sql/execute/SetTransactionResultSet.java  |    58 +
 .../derby/impl/sql/execute/SortResultSet.java      |   626 +
 .../impl/sql/execute/StatementTriggerExecutor.java |    88 +
 .../derby/impl/sql/execute/SumAggregator.java      |   105 +
 .../derby/impl/sql/execute/SystemAggregator.java   |    87 +
 .../derby/impl/sql/execute/TablePrivilegeInfo.java |   323 +
 .../derby/impl/sql/execute/TableScanResultSet.java |  1273 +
 .../impl/sql/execute/TemporaryRowHolderImpl.java   |   623 +
 .../sql/execute/TemporaryRowHolderResultSet.java   |  1378 +
 .../derby/impl/sql/execute/TriggerEvent.java       |   117 +
 .../impl/sql/execute/TriggerEventActivator.java    |   294 +
 .../derby/impl/sql/execute/TriggerEvents.java      |    38 +
 .../apache/derby/impl/sql/execute/TriggerInfo.java |   188 +
 .../derby/impl/sql/execute/UnionResultSet.java     |   305 +
 .../impl/sql/execute/UniqueIndexSortObserver.java  |   100 +
 .../UniqueWithDuplicateNullsIndexSortObserver.java |   126 +
 .../sql/execute/UpdatableVTIConstantAction.java    |   104 +
 .../impl/sql/execute/UpdateConstantAction.java     |   204 +
 .../derby/impl/sql/execute/UpdateResultSet.java    |  1178 +
 .../derby/impl/sql/execute/UpdateVTIResultSet.java |   210 +
 .../impl/sql/execute/UserDefinedAggregator.java    |   227 +
 .../derby/impl/sql/execute/VTIResultSet.java       |   870 +
 .../execute/ValidateCheckConstraintResultSet.java  |   115 +
 .../apache/derby/impl/sql/execute/ValueRow.java    |   243 +
 .../derby/impl/sql/execute/WindowResultSet.java    |   328 +
 .../sql/execute/WriteCursorConstantAction.java     |   363 +
 .../execute/rts/RealAnyResultSetStatistics.java    |   192 +
 .../rts/RealBasicNoPutResultSetStatistics.java     |   266 +
 .../sql/execute/rts/RealCurrentOfStatistics.java   |   139 +
 .../rts/RealDeleteCascadeResultSetStatistics.java  |   230 +
 .../execute/rts/RealDeleteResultSetStatistics.java |   186 +
 .../rts/RealDeleteVTIResultSetStatistics.java      |   168 +
 .../rts/RealDistinctScalarAggregateStatistics.java |   157 +
 .../execute/rts/RealDistinctScanStatistics.java    |   276 +
 .../rts/RealGroupedAggregateStatistics.java        |   252 +
 .../sql/execute/rts/RealHashJoinStatistics.java    |   120 +
 .../rts/RealHashLeftOuterJoinStatistics.java       |   140 +
 .../sql/execute/rts/RealHashScanStatistics.java    |   392 +
 .../sql/execute/rts/RealHashTableStatistics.java   |   338 +
 .../rts/RealIndexRowToBaseRowStatistics.java       |   215 +
 .../execute/rts/RealInsertResultSetStatistics.java |   231 +
 .../rts/RealInsertVTIResultSetStatistics.java      |   183 +
 .../execute/rts/RealJoinResultSetStatistics.java   |   154 +
 .../rts/RealLastIndexKeyScanStatistics.java        |   277 +
 .../rts/RealMaterializedResultSetStatistics.java   |   202 +
 .../execute/rts/RealNestedLoopJoinStatistics.java  |   258 +
 .../rts/RealNestedLoopLeftOuterJoinStatistics.java |   218 +
 .../execute/rts/RealNoPutResultSetStatistics.java  |   106 +
 .../execute/rts/RealNoRowsResultSetStatistics.java |   197 +
 .../rts/RealNormalizeResultSetStatistics.java      |   171 +
 .../execute/rts/RealOnceResultSetStatistics.java   |   195 +
 .../execute/rts/RealProjectRestrictStatistics.java |   333 +
 .../sql/execute/rts/RealRowCountStatistics.java    |   153 +
 .../execute/rts/RealRowResultSetStatistics.java    |   187 +
 .../execute/rts/RealScalarAggregateStatistics.java |   210 +
 .../RealScrollInsensitiveResultSetStatistics.java  |   187 +
 .../execute/rts/RealSetOpResultSetStatistics.java  |   277 +
 .../impl/sql/execute/rts/RealSortStatistics.java   |   264 +
 .../sql/execute/rts/RealTableScanStatistics.java   |   394 +
 .../execute/rts/RealUnionResultSetStatistics.java  |   235 +
 .../execute/rts/RealUpdateResultSetStatistics.java |   201 +
 .../impl/sql/execute/rts/RealVTIStatistics.java    |   175 +
 .../execute/rts/RealWindowResultSetStatistics.java |   181 +
 .../sql/execute/rts/RunTimeStatisticsImpl.java     |   398 +
 .../sql/execute/xplain/XPLAINDefaultVisitor.java   |    83 +
 .../impl/sql/execute/xplain/XPLAINFactory.java     |    86 +
 .../execute/xplain/XPLAINSystemTableVisitor.java   |   426 +
 .../derby/impl/sql/execute/xplain/XPLAINUtil.java  |   427 +
 .../access/BackingStoreHashTableFromScan.java      |   170 +
 .../impl/store/access/CacheableConglomerate.java   |   215 +
 .../derby/impl/store/access/PC_XenaVersion.java    |    86 +
 .../impl/store/access/PropertyConglomerate.java    |   802 +
 .../derby/impl/store/access/RAMAccessManager.java  |  1275 +
 .../derby/impl/store/access/RAMTransaction.java    |  2432 ++
 .../impl/store/access/RAMTransactionContext.java   |   141 +
 .../impl/store/access/RllRAMAccessManager.java     |   104 +
 .../derby/impl/store/access/StorableFormatId.java  |   280 +
 .../org/apache/derby/impl/store/access/UTF.java    |    60 +
 .../derby/impl/store/access/UTFQualifier.java      |   123 +
 .../derby/impl/store/access/btree/BTree.java       |   733 +
 .../impl/store/access/btree/BTreeController.java   |  1728 ++
 .../store/access/btree/BTreeCostController.java    |   689 +
 .../impl/store/access/btree/BTreeForwardScan.java  |   485 +
 .../store/access/btree/BTreeLockingPolicy.java     |   311 +
 .../impl/store/access/btree/BTreeMaxScan.java      |   553 +
 .../impl/store/access/btree/BTreePostCommit.java   |   536 +
 .../impl/store/access/btree/BTreeRowPosition.java  |   218 +
 .../derby/impl/store/access/btree/BTreeScan.java   |  2222 ++
 .../impl/store/access/btree/BTreeScanInfo.java     |   172 +
 .../impl/store/access/btree/BranchControlRow.java  |  1555 +
 .../derby/impl/store/access/btree/BranchRow.java   |   256 +
 .../derby/impl/store/access/btree/ControlRow.java  |  2130 ++
 .../impl/store/access/btree/D_BTreeController.java |   438 +
 .../impl/store/access/btree/LeafControlRow.java    |  1063 +
 .../derby/impl/store/access/btree/OpenBTree.java   |   684 +
 .../impl/store/access/btree/SearchParameters.java  |   205 +
 .../derby/impl/store/access/btree/WaitError.java   |    33 +
 .../derby/impl/store/access/btree/index/B2I.java   |  1201 +
 .../store/access/btree/index/B2IController.java    |   212 +
 .../access/btree/index/B2ICostController.java      |    75 +
 .../impl/store/access/btree/index/B2IFactory.java  |   334 +
 .../store/access/btree/index/B2IForwardScan.java   |   264 +
 .../impl/store/access/btree/index/B2IMaxScan.java  |   174 +
 .../store/access/btree/index/B2INoLocking.java     |   222 +
 .../store/access/btree/index/B2IRowLocking1.java   |   174 +
 .../store/access/btree/index/B2IRowLocking2.java   |    98 +
 .../store/access/btree/index/B2IRowLocking3.java   |   890 +
 .../store/access/btree/index/B2IRowLockingRR.java  |   148 +
 .../access/btree/index/B2IStaticCompiledInfo.java  |   215 +
 .../store/access/btree/index/B2ITableLocking3.java |    53 +
 .../impl/store/access/btree/index/B2IUndo.java     |   323 +
 .../impl/store/access/btree/index/B2I_10_3.java    |   129 +
 .../impl/store/access/btree/index/B2I_v10_2.java   |   162 +
 .../store/access/btree/index/D_B2IController.java  |    42 +
 .../impl/store/access/btree/index/package.html     |    56 +
 .../conglomerate/BinaryOrderableWrapper.java       |   180 +
 .../access/conglomerate/ConglomerateUtil.java      |   411 +
 .../access/conglomerate/GenericConglomerate.java   |   229 +
 .../GenericConglomerateController.java             |   493 +
 .../access/conglomerate/GenericController.java     |   241 +
 .../access/conglomerate/GenericCostController.java |   132 +
 .../access/conglomerate/GenericScanController.java |  1620 +
 .../access/conglomerate/OpenConglomerate.java      |   968 +
 .../conglomerate/OpenConglomerateScratchSpace.java |   249 +
 .../store/access/conglomerate/RowPosition.java     |   122 +
 .../store/access/conglomerate/TemplateRow.java     |   322 +
 .../impl/store/access/heap/D_HeapController.java   |   252 +
 .../apache/derby/impl/store/access/heap/Heap.java  |  1249 +
 .../impl/store/access/heap/HeapClassInfo.java      |    33 +
 .../impl/store/access/heap/HeapCompressScan.java   |   440 +
 .../store/access/heap/HeapConglomerateFactory.java |   330 +
 .../impl/store/access/heap/HeapController.java     |   760 +
 .../impl/store/access/heap/HeapCostController.java |   394 +
 .../impl/store/access/heap/HeapPostCommit.java     |   398 +
 .../impl/store/access/heap/HeapRowLocation.java    |   412 +
 .../derby/impl/store/access/heap/HeapScan.java     |   407 +
 .../derby/impl/store/access/heap/HeapScanInfo.java |   143 +
 .../derby/impl/store/access/heap/Heap_v10_2.java   |   136 +
 .../derby/impl/store/access/heap/OpenHeap.java     |    82 +
 .../store/access/sort/ExternalSortFactory.java     |   390 +
 .../impl/store/access/sort/MergeInserter.java      |   308 +
 .../derby/impl/store/access/sort/MergeScan.java    |   246 +
 .../impl/store/access/sort/MergeScanRowSource.java |   151 +
 .../derby/impl/store/access/sort/MergeSort.java    |   773 +
 .../impl/store/access/sort/MergeSortInfo.java      |   170 +
 .../apache/derby/impl/store/access/sort/Node.java  |   104 +
 .../impl/store/access/sort/NodeAllocator.java      |   208 +
 .../apache/derby/impl/store/access/sort/Scan.java  |   370 +
 .../derby/impl/store/access/sort/SortBuffer.java   |   715 +
 .../store/access/sort/SortBufferRowSource.java     |   218 +
 .../impl/store/access/sort/SortBufferScan.java     |   113 +
 .../derby/impl/store/access/sort/SortScan.java     |   186 +
 ...niqueWithDuplicateNullsExternalSortFactory.java |    57 +
 .../sort/UniqueWithDuplicateNullsMergeSort.java    |   106 +
 java/engine/org/apache/derby/impl/store/build.xml  |    60 +
 .../org/apache/derby/impl/store/raw/RawStore.java  |  2827 ++
 .../derby/impl/store/raw/data/AllocExtent.java     |  1058 +
 .../derby/impl/store/raw/data/AllocPage.java       |  1120 +
 .../impl/store/raw/data/AllocPageOperation.java    |   165 +
 .../impl/store/raw/data/AllocationActions.java     |   101 +
 .../derby/impl/store/raw/data/AllocationCache.java |   704 +
 .../derby/impl/store/raw/data/BaseContainer.java   |   930 +
 .../impl/store/raw/data/BaseContainerHandle.java   |  1057 +
 .../impl/store/raw/data/BaseDataFileFactory.java   |  2931 ++
 .../impl/store/raw/data/BaseDataFileFactoryJ4.java |    47 +
 .../apache/derby/impl/store/raw/data/BasePage.java |  2847 ++
 .../raw/data/BufferedByteHolderInputStream.java    |    67 +
 .../derby/impl/store/raw/data/ByteHolder.java      |   162 +
 .../impl/store/raw/data/ByteHolderInputStream.java |    60 +
 .../derby/impl/store/raw/data/CachedPage.java      |   923 +
 .../store/raw/data/ChainAllocPageOperation.java    |   158 +
 .../store/raw/data/CompressSpacePageOperation.java |   222 +
 .../raw/data/CompressSpacePageOperation10_2.java   |    88 +
 .../store/raw/data/ContainerActionOnCommit.java    |    65 +
 .../store/raw/data/ContainerBasicOperation.java    |   251 +
 .../raw/data/ContainerHandleActionOnCommit.java    |    92 +
 .../impl/store/raw/data/ContainerOperation.java    |   299 +
 .../store/raw/data/ContainerUndoOperation.java     |   156 +
 .../impl/store/raw/data/CopyRowsOperation.java     |   319 +
 .../impl/store/raw/data/D_BaseContainerHandle.java |   123 +
 .../impl/store/raw/data/D_DiagnosticUtil.java      |   437 +
 .../derby/impl/store/raw/data/D_RecordId.java      |   107 +
 .../derby/impl/store/raw/data/D_StoredPage.java    |   315 +
 .../impl/store/raw/data/DecryptInputStream.java    |    92 +
 .../derby/impl/store/raw/data/DeleteOperation.java |   344 +
 .../derby/impl/store/raw/data/DirectActions.java   |   317 +
 .../impl/store/raw/data/DirectAllocActions.java    |   115 +
 .../derby/impl/store/raw/data/DropOnCommit.java    |   103 +
 .../store/raw/data/EncryptContainerOperation.java  |   213 +
 .../raw/data/EncryptContainerUndoOperation.java    |   182 +
 .../impl/store/raw/data/EncryptOrDecryptData.java  |   419 +
 .../derby/impl/store/raw/data/FileContainer.java   |  3549 +++
 .../impl/store/raw/data/InitPageOperation.java     |   245 +
 .../impl/store/raw/data/InputStreamContainer.java  |   274 +
 .../derby/impl/store/raw/data/InsertOperation.java |   389 +
 .../store/raw/data/InvalidatePageOperation.java    |   164 +
 .../derby/impl/store/raw/data/LoggableActions.java |   239 +
 .../impl/store/raw/data/LoggableAllocActions.java  |   150 +
 .../impl/store/raw/data/LogicalPageOperation.java  |   413 +
 .../impl/store/raw/data/LogicalUndoOperation.java  |   240 +
 .../impl/store/raw/data/LongColumnException.java   |    79 +
 .../derby/impl/store/raw/data/MemByteHolder.java   |   532 +
 .../derby/impl/store/raw/data/NoSpaceOnPage.java   |    47 +
 .../impl/store/raw/data/OverflowInputStream.java   |   351 +
 .../derby/impl/store/raw/data/PageActions.java     |   289 +
 .../impl/store/raw/data/PageBasicOperation.java    |   400 +
 .../impl/store/raw/data/PageCreationArgs.java      |    64 +
 .../derby/impl/store/raw/data/PageVersion.java     |    61 +
 .../impl/store/raw/data/PhysicalPageOperation.java |   147 +
 .../impl/store/raw/data/PhysicalUndoOperation.java |   218 +
 .../derby/impl/store/raw/data/PurgeOperation.java  |   296 +
 .../derby/impl/store/raw/data/RAFContainer.java    |  1728 ++
 .../derby/impl/store/raw/data/RAFContainer4.java   |  1230 +
 .../derby/impl/store/raw/data/RFResource.java      |   302 +
 .../apache/derby/impl/store/raw/data/RawField.java |    35 +
 .../derby/impl/store/raw/data/ReclaimSpace.java    |   240 +
 .../impl/store/raw/data/ReclaimSpaceHelper.java    |   547 +
 .../apache/derby/impl/store/raw/data/RecordId.java |   304 +
 .../store/raw/data/RememberBytesInputStream.java   |   257 +
 .../impl/store/raw/data/RemoveFileOperation.java   |   173 +
 .../store/raw/data/SetReservedSpaceOperation.java  |   174 +
 .../impl/store/raw/data/SpaceInformation.java      |    90 +
 .../impl/store/raw/data/StoredFieldHeader.java     |   713 +
 .../derby/impl/store/raw/data/StoredPage.java      |  9316 ++++++
 .../impl/store/raw/data/StoredRecordHeader.java    |   786 +
 .../impl/store/raw/data/StreamFileContainer.java   |  1200 +
 .../store/raw/data/StreamFileContainerHandle.java  |   318 +
 .../derby/impl/store/raw/data/SyncOnCommit.java    |    81 +
 .../impl/store/raw/data/TempRAFContainer.java      |   229 +
 .../impl/store/raw/data/TruncateOnCommit.java      |   108 +
 .../impl/store/raw/data/UpdateFieldOperation.java  |   365 +
 .../derby/impl/store/raw/data/UpdateOperation.java |   336 +
 .../impl/store/raw/log/CheckpointOperation.java    |   237 +
 .../impl/store/raw/log/ChecksumOperation.java      |   265 +
 .../derby/impl/store/raw/log/D_FlushedScan.java    |    56 +
 .../derby/impl/store/raw/log/D_LogToFile.java      |    55 +
 .../derby/impl/store/raw/log/FileLogger.java       |  1618 +
 .../derby/impl/store/raw/log/FlushedScan.java      |   504 +
 .../impl/store/raw/log/FlushedScanHandle.java      |   187 +
 .../derby/impl/store/raw/log/LogAccessFile.java    |   958 +
 .../impl/store/raw/log/LogAccessFileBuffer.java    |    83 +
 .../derby/impl/store/raw/log/LogCounter.java       |   237 +
 .../apache/derby/impl/store/raw/log/LogRecord.java |   314 +
 .../apache/derby/impl/store/raw/log/LogToFile.java |  5873 ++++
 .../apache/derby/impl/store/raw/log/ReadOnly.java  |   491 +
 .../org/apache/derby/impl/store/raw/log/Scan.java  |  1264 +
 .../derby/impl/store/raw/log/StreamLogScan.java    |   121 +
 .../derby/impl/store/raw/xact/BeginXact.java       |   178 +
 .../impl/store/raw/xact/ContainerLocking2.java     |   113 +
 .../impl/store/raw/xact/ContainerLocking3.java     |    81 +
 .../apache/derby/impl/store/raw/xact/D_Xact.java   |    64 +
 .../apache/derby/impl/store/raw/xact/EndXact.java  |   199 +
 .../impl/store/raw/xact/EscalateContainerKey.java  |    70 +
 .../derby/impl/store/raw/xact/GlobalXactId.java    |   165 +
 .../derby/impl/store/raw/xact/InternalXact.java    |   155 +
 .../derby/impl/store/raw/xact/NoLocking.java       |   102 +
 .../derby/impl/store/raw/xact/RowLocking1.java     |   120 +
 .../derby/impl/store/raw/xact/RowLocking2.java     |   220 +
 .../impl/store/raw/xact/RowLocking2nohold.java     |   106 +
 .../derby/impl/store/raw/xact/RowLocking3.java     |   263 +
 .../impl/store/raw/xact/RowLocking3Escalate.java   |   118 +
 .../derby/impl/store/raw/xact/RowLockingRR.java    |   110 +
 .../derby/impl/store/raw/xact/SavePoint.java       |    79 +
 .../impl/store/raw/xact/TransactionTable.java      |   963 +
 .../impl/store/raw/xact/TransactionTableEntry.java |   560 +
 .../org/apache/derby/impl/store/raw/xact/Xact.java |  2864 ++
 .../derby/impl/store/raw/xact/XactContext.java     |   167 +
 .../derby/impl/store/raw/xact/XactFactory.java     |  1164 +
 .../apache/derby/impl/store/raw/xact/XactId.java   |   176 +
 .../impl/store/raw/xact/XactXAResourceManager.java |   327 +
 .../impl/store/replication/ReplicationLogger.java  |   105 +
 .../store/replication/buffer/LogBufferElement.java |   159 +
 .../replication/buffer/LogBufferFullException.java |    28 +
 .../replication/buffer/ReplicationLogBuffer.java   |   375 +
 .../replication/master/AsynchronousLogShipper.java |   458 +
 .../impl/store/replication/master/LogShipper.java  |    78 +
 .../store/replication/master/MasterController.java |   647 +
 .../store/replication/net/ReplicationMessage.java  |   206 +
 .../replication/net/ReplicationMessageReceive.java |   556 +
 .../net/ReplicationMessageTransmit.java            |   399 +
 .../impl/store/replication/net/SlaveAddress.java   |    95 +
 .../store/replication/net/SocketConnection.java    |   124 +
 .../replication/slave/ReplicationLogScan.java      |   433 +
 .../store/replication/slave/SlaveController.java   |   607 +
 .../engine/org/apache/derby/io/StorageFactory.java |   242 +
 java/engine/org/apache/derby/io/StorageFile.java   |   284 +
 .../apache/derby/io/StorageRandomAccessFile.java   |   132 +
 .../apache/derby/io/WritableStorageFactory.java    |    69 +
 java/engine/org/apache/derby/io/build.xml          |    62 +
 .../org/apache/derby/jdbc/AutoloadedDriver.java    |   328 +
 .../BasicEmbeddedConnectionPoolDataSource40.java   |    86 +
 .../derby/jdbc/BasicEmbeddedDataSource40.java      |   927 +
 .../derby/jdbc/BasicEmbeddedXADataSource40.java    |   126 +
 java/engine/org/apache/derby/jdbc/Driver42.java    |   102 +
 .../apache/derby/jdbc/EmbedPooledConnection.java   |   649 +
 .../org/apache/derby/jdbc/EmbedXAConnection.java   |   243 +
 .../org/apache/derby/jdbc/EmbedXAResource.java     |   932 +
 .../jdbc/EmbeddedConnectionPoolDataSource.java     |   157 +
 .../jdbc/EmbeddedConnectionPoolDataSource40.java   |    47 +
 .../EmbeddedConnectionPoolDataSourceInterface.java |    30 +
 .../org/apache/derby/jdbc/EmbeddedDataSource.java  |   320 +
 .../apache/derby/jdbc/EmbeddedDataSource40.java    |    41 +
 .../derby/jdbc/EmbeddedDataSourceInterface.java    |    56 +
 .../org/apache/derby/jdbc/EmbeddedDriver.java      |   213 +
 .../apache/derby/jdbc/EmbeddedXADataSource.java    |   195 +
 .../apache/derby/jdbc/EmbeddedXADataSource40.java  |    41 +
 .../derby/jdbc/EmbeddedXADataSourceInterface.java  |    32 +
 .../org/apache/derby/jdbc/InternalDriver.java      |   969 +
 java/engine/org/apache/derby/jdbc/JDBC.java        |    65 +
 .../apache/derby/jdbc/ReferenceableDataSource.java |   167 +
 .../org/apache/derby/jdbc/ResourceAdapterImpl.java |   145 +
 .../org/apache/derby/jdbc/XAStatementControl.java  |   243 +
 .../org/apache/derby/jdbc/XATransactionState.java  |   435 +
 java/engine/org/apache/derby/jdbc/build.xml        |    88 +
 java/engine/org/apache/derby/jdbc/package.html     |   485 +
 java/engine/org/apache/derby/loc/build.xml         |   172 +
 java/engine/org/apache/derby/loc/messages.dtd      |    49 +
 .../org/apache/derby/loc/messages.properties       |    22 +
 java/engine/org/apache/derby/loc/messages.xml      |  8893 ++++++
 .../org/apache/derby/loc/messages_cs.properties    |  1531 +
 .../org/apache/derby/loc/messages_de_DE.properties |  6315 ++++
 .../org/apache/derby/loc/messages_es.properties    |  6315 ++++
 .../org/apache/derby/loc/messages_fr.properties    |  6315 ++++
 .../org/apache/derby/loc/messages_hu.properties    |  1532 +
 .../org/apache/derby/loc/messages_it.properties    |  6315 ++++
 .../org/apache/derby/loc/messages_ja_JP.properties |  6314 ++++
 .../org/apache/derby/loc/messages_ko_KR.properties |  6314 ++++
 .../org/apache/derby/loc/messages_pl.properties    |  1531 +
 .../org/apache/derby/loc/messages_pt_BR.properties |  1527 +
 .../derby/loc/messages_qq_PP_testOnly.properties   |    28 +
 .../org/apache/derby/loc/messages_ru.properties    |  1531 +
 .../org/apache/derby/loc/messages_zh_CN.properties |  6314 ++++
 .../org/apache/derby/loc/messages_zh_TW.properties |  6314 ++++
 java/engine/org/apache/derby/mbeans/JDBCMBean.java |    71 +
 .../engine/org/apache/derby/mbeans/Management.java |    87 +
 .../org/apache/derby/mbeans/ManagementMBean.java   |    84 +
 .../org/apache/derby/mbeans/VersionMBean.java      |    71 +
 java/engine/org/apache/derby/mbeans/build.xml      |    61 +
 java/engine/org/apache/derby/mbeans/package.html   |    59 +
 java/engine/org/apache/derby/modules.properties    |   344 +
 .../org/apache/derby/osgi/EmbeddedActivator.java   |    43 +
 java/engine/org/apache/derby/osgi/build.xml        |    63 +
 .../apache/derby/security/DatabasePermission.java  |   505 +
 .../apache/derby/security/SystemPermission.java    |   274 +
 java/engine/org/apache/derby/security/build.xml    |    60 +
 java/engine/org/apache/derby/vti/AwareVTI.java     |    44 +
 .../org/apache/derby/vti/DeferModification.java    |   175 +
 .../org/apache/derby/vti/ForeignTableVTI.java      |   407 +
 .../engine/org/apache/derby/vti/ForwardingVTI.java |   185 +
 java/engine/org/apache/derby/vti/IFastPath.java    |    88 +
 java/engine/org/apache/derby/vti/IQualifyable.java |    38 +
 java/engine/org/apache/derby/vti/Pushable.java     |    73 +
 .../engine/org/apache/derby/vti/RestrictedVTI.java |   136 +
 java/engine/org/apache/derby/vti/Restriction.java  |   265 +
 .../org/apache/derby/vti/StringColumnVTI.java      |   428 +
 .../org/apache/derby/vti/UpdatableVTITemplate.java |   783 +
 java/engine/org/apache/derby/vti/VTIContext.java   |    89 +
 java/engine/org/apache/derby/vti/VTICosting.java   |   127 +
 .../org/apache/derby/vti/VTIEnvironment.java       |    69 +
 .../org/apache/derby/vti/VTIMetaDataTemplate.java  |   305 +
 java/engine/org/apache/derby/vti/VTITemplate.java  |   402 +
 java/engine/org/apache/derby/vti/XmlVTI.java       |   472 +
 java/engine/org/apache/derby/vti/build.xml         |    62 +
 java/engine/org/apache/derby/vti/package.html      |   105 +
 java/optional/build.xml                            |    87 +
 .../derby/optional/api/LuceneIndexDescriptor.java  |    47 +
 .../org/apache/derby/optional/api/LuceneUtils.java |   274 +
 .../derby/optional/lucene/DerbyIndexInput.java     |   269 +
 .../derby/optional/lucene/DerbyIndexOutput.java    |   150 +
 .../derby/optional/lucene/DerbyLuceneDir.java      |   406 +
 .../optional/lucene/LuceneListIndexesVTI.java      |   265 +
 .../derby/optional/lucene/LuceneQueryVTI.java      |   630 +
 .../derby/optional/lucene/LuceneSupport.java       |  1873 ++
 java/shared/build.xml                              |   121 +
 .../shared/common/error/ExceptionSeverity.java     |    74 +
 .../derby/shared/common/error/ExceptionUtil.java   |   112 +
 .../derby/shared/common/i18n/MessageUtil.java      |   310 +
 .../derby/shared/common/reference/Attribute.java   |   279 +
 .../shared/common/reference/JDBC40Translation.java |    53 +
 .../derby/shared/common/reference/MessageId.java   |   257 +
 .../derby/shared/common/reference/SQLState.java    |  1919 ++
 .../derby/shared/common/reference/package.html     |    30 +
 .../derby/shared/common/sanity/AssertFailure.java  |   212 +
 .../derby/shared/common/sanity/SanityManager.java  |   360 +
 .../derby/shared/common/sanity/SanityState.tmpl    |    39 +
 .../derby/shared/common/sanity/ThreadDump.java     |    50 +
 java/shared/org/apache/derby/shared/package.html   |   202 +
 java/storeless/build.xml                           |    90 +
 .../derby/impl/storeless/EmptyDictionary.java      |  1003 +
 .../derby/impl/storeless/NoOpTransaction.java      |   432 +
 .../derby/impl/storeless/StorelessDatabase.java    |    80 +
 .../derby/impl/storeless/StorelessService.java     |   118 +
 java/storeless/org/apache/derby/modules.properties |    18 +
 .../felix/org/osgi/framework/AdminPermission.java  |   406 +
 .../org/osgi/framework/AllServiceListener.java     |    65 +
 java/stubs/felix/org/osgi/framework/Bundle.java    |  1120 +
 .../felix/org/osgi/framework/BundleActivator.java  |    89 +
 .../felix/org/osgi/framework/BundleContext.java    |   825 +
 .../felix/org/osgi/framework/BundleEvent.java      |   217 +
 .../felix/org/osgi/framework/BundleException.java  |   106 +
 .../felix/org/osgi/framework/BundleListener.java   |    49 +
 .../felix/org/osgi/framework/BundlePermission.java |   584 +
 .../felix/org/osgi/framework/Configurable.java     |    53 +
 java/stubs/felix/org/osgi/framework/Constants.java |  1109 +
 java/stubs/felix/org/osgi/framework/Filter.java    |   125 +
 .../felix/org/osgi/framework/FrameworkEvent.java   |   208 +
 .../org/osgi/framework/FrameworkListener.java      |    51 +
 .../felix/org/osgi/framework/FrameworkUtil.java    |   147 +
 .../org/osgi/framework/InvalidSyntaxException.java |   121 +
 .../org/osgi/framework/PackagePermission.java      |   541 +
 .../felix/org/osgi/framework/ServiceEvent.java     |   138 +
 .../felix/org/osgi/framework/ServiceFactory.java   |   100 +
 .../felix/org/osgi/framework/ServiceListener.java  |    66 +
 .../org/osgi/framework/ServicePermission.java      |   508 +
 .../felix/org/osgi/framework/ServiceReference.java |   180 +
 .../org/osgi/framework/ServiceRegistration.java    |   113 +
 .../osgi/framework/SynchronousBundleListener.java  |    55 +
 java/stubs/felix/org/osgi/framework/Version.java   |   354 +
 java/stubs/jdbc4/java/sql/Array.java               |    36 +
 .../stubs/jdbc4/java/sql/BatchUpdateException.java |    34 +
 java/stubs/jdbc4/java/sql/Blob.java                |    34 +
 java/stubs/jdbc4/java/sql/CallableStatement.java   |   140 +
 java/stubs/jdbc4/java/sql/ClientInfoStatus.java    |    28 +
 java/stubs/jdbc4/java/sql/Clob.java                |    35 +
 java/stubs/jdbc4/java/sql/Connection.java          |    82 +
 java/stubs/jdbc4/java/sql/DataTruncation.java      |    31 +
 java/stubs/jdbc4/java/sql/DatabaseMetaData.java    |   264 +
 java/stubs/jdbc4/java/sql/Date.java                |    41 +
 java/stubs/jdbc4/java/sql/Driver.java              |    31 +
 java/stubs/jdbc4/java/sql/DriverManager.java       |    37 +
 java/stubs/jdbc4/java/sql/DriverPropertyInfo.java  |    31 +
 java/stubs/jdbc4/java/sql/NClob.java               |    24 +
 java/stubs/jdbc4/java/sql/ParameterMetaData.java   |    40 +
 java/stubs/jdbc4/java/sql/PreparedStatement.java   |    84 +
 java/stubs/jdbc4/java/sql/Ref.java                 |    26 +
 java/stubs/jdbc4/java/sql/ResultSet.java           |   227 +
 java/stubs/jdbc4/java/sql/ResultSetMetaData.java   |    48 +
 java/stubs/jdbc4/java/sql/RowId.java               |    26 +
 java/stubs/jdbc4/java/sql/RowIdLifetime.java       |    28 +
 .../jdbc4/java/sql/SQLClientInfoException.java     |    35 +
 java/stubs/jdbc4/java/sql/SQLData.java             |    25 +
 java/stubs/jdbc4/java/sql/SQLDataException.java    |    32 +
 java/stubs/jdbc4/java/sql/SQLException.java        |    40 +
 .../java/sql/SQLFeatureNotSupportedException.java  |    32 +
 java/stubs/jdbc4/java/sql/SQLInput.java            |    49 +
 .../SQLIntegrityConstraintViolationException.java  |    31 +
 .../sql/SQLInvalidAuthorizationSpecException.java  |    32 +
 .../sql/SQLNonTransientConnectionException.java    |    30 +
 .../jdbc4/java/sql/SQLNonTransientException.java   |    31 +
 java/stubs/jdbc4/java/sql/SQLOutput.java           |    49 +
 java/stubs/jdbc4/java/sql/SQLPermission.java       |    24 +
 .../jdbc4/java/sql/SQLRecoverableException.java    |    31 +
 .../jdbc4/java/sql/SQLSyntaxErrorException.java    |    31 +
 java/stubs/jdbc4/java/sql/SQLTimeoutException.java |    31 +
 .../java/sql/SQLTransactionRollbackException.java  |    31 +
 .../java/sql/SQLTransientConnectionException.java  |    31 +
 .../jdbc4/java/sql/SQLTransientException.java      |    30 +
 java/stubs/jdbc4/java/sql/SQLWarning.java          |    36 +
 java/stubs/jdbc4/java/sql/SQLXML.java              |    38 +
 java/stubs/jdbc4/java/sql/Savepoint.java           |    24 +
 java/stubs/jdbc4/java/sql/Statement.java           |    70 +
 java/stubs/jdbc4/java/sql/Struct.java              |    25 +
 java/stubs/jdbc4/java/sql/Time.java                |    43 +
 java/stubs/jdbc4/java/sql/Timestamp.java           |    38 +
 java/stubs/jdbc4/java/sql/Types.java               |    58 +
 java/stubs/jdbc4/java/sql/Wrapper.java             |    24 +
 java/stubs/jdbc4/javax/sql/CommonDataSource.java   |    29 +
 java/stubs/jdbc4/javax/sql/ConnectionEvent.java    |    28 +
 .../jdbc4/javax/sql/ConnectionEventListener.java   |    24 +
 .../jdbc4/javax/sql/ConnectionPoolDataSource.java  |    27 +
 java/stubs/jdbc4/javax/sql/DataSource.java         |    29 +
 java/stubs/jdbc4/javax/sql/PooledConnection.java   |    31 +
 java/stubs/jdbc4/javax/sql/RowSet.java             |   155 +
 java/stubs/jdbc4/javax/sql/RowSetEvent.java        |    23 +
 java/stubs/jdbc4/javax/sql/RowSetInternal.java     |    32 +
 java/stubs/jdbc4/javax/sql/RowSetListener.java     |    25 +
 java/stubs/jdbc4/javax/sql/RowSetMetaData.java     |    44 +
 java/stubs/jdbc4/javax/sql/RowSetReader.java       |    26 +
 java/stubs/jdbc4/javax/sql/RowSetWriter.java       |    26 +
 java/stubs/jdbc4/javax/sql/StatementEvent.java     |    30 +
 .../jdbc4/javax/sql/StatementEventListener.java    |    24 +
 java/stubs/jdbc4/javax/sql/XAConnection.java       |    26 +
 java/stubs/jdbc4/javax/sql/XADataSource.java       |    27 +
 java/stubs/jdbc4/javax/sql/rowset/BaseRowSet.java  |   181 +
 .../stubs/jdbc4/javax/sql/rowset/CachedRowSet.java |    80 +
 .../jdbc4/javax/sql/rowset/FilteredRowSet.java     |    27 +
 java/stubs/jdbc4/javax/sql/rowset/JdbcRowSet.java  |    35 +
 java/stubs/jdbc4/javax/sql/rowset/JoinRowSet.java  |    49 +
 java/stubs/jdbc4/javax/sql/rowset/Joinable.java    |    35 +
 java/stubs/jdbc4/javax/sql/rowset/Predicate.java   |    29 +
 .../jdbc4/javax/sql/rowset/RowSetMetaDataImpl.java |    69 +
 .../jdbc4/javax/sql/rowset/RowSetWarning.java      |    29 +
 java/stubs/jdbc4/javax/sql/rowset/WebRowSet.java   |    40 +
 .../javax/sql/rowset/serial/SQLInputImpl.java      |    73 +
 .../javax/sql/rowset/serial/SQLOutputImpl.java     |    74 +
 .../jdbc4/javax/sql/rowset/serial/SerialArray.java |    42 +
 .../jdbc4/javax/sql/rowset/serial/SerialBlob.java  |    44 +
 .../jdbc4/javax/sql/rowset/serial/SerialClob.java  |    48 +
 .../javax/sql/rowset/serial/SerialDatalink.java    |    29 +
 .../javax/sql/rowset/serial/SerialException.java   |    28 +
 .../javax/sql/rowset/serial/SerialJavaObject.java  |    29 +
 .../jdbc4/javax/sql/rowset/serial/SerialRef.java   |    34 +
 .../javax/sql/rowset/serial/SerialStruct.java      |    35 +
 .../jdbc4/javax/sql/rowset/spi/SyncFactory.java    |    41 +
 .../javax/sql/rowset/spi/SyncFactoryException.java |    27 +
 .../jdbc4/javax/sql/rowset/spi/SyncProvider.java   |    51 +
 .../sql/rowset/spi/SyncProviderException.java      |    31 +
 .../jdbc4/javax/sql/rowset/spi/SyncResolver.java   |    38 +
 .../javax/sql/rowset/spi/TransactionalWriter.java  |    30 +
 .../jdbc4/javax/sql/rowset/spi/XmlReader.java      |    27 +
 .../jdbc4/javax/sql/rowset/spi/XmlWriter.java      |    27 +
 java/testing/README.htm                            |  2055 ++
 java/testing/build.xml                             |   101 +
 .../org/apache/derby/PackagePrivateTestSuite.java  |    47 +
 java/testing/org/apache/derby/build.xml            |    62 +
 .../client/am/LogicalStatementEntityTest.java      |   333 +
 .../testing/org/apache/derby/client/am/_Suite.java |    48 +
 .../derby/impl/jdbc/BiggerStoreStreamClobTest.java |    74 +
 .../derby/impl/jdbc/BiggerTemporaryClobTest.java   |    79 +
 .../apache/derby/impl/jdbc/InternalClobTest.java   |   432 +
 .../derby/impl/jdbc/SmallStoreStreamClobTest.java  |    73 +
 .../derby/impl/jdbc/SmallTemporaryClobTest.java    |    82 +
 .../org/apache/derby/impl/jdbc/UTF8ReaderTest.java |   270 +
 .../testing/org/apache/derby/impl/jdbc/_Suite.java |    52 +
 .../harness/BackgroundStreamDrainer.java           |   131 +
 .../harness/BackgroundStreamSaver.java             |    88 +
 .../functionTests/harness/CopySuppFiles.java       |    97 +
 .../functionTests/harness/CurrentTime.java         |    46 +
 .../functionTests/harness/FileCompare.java         |   455 +
 .../functionTests/harness/GRFileFilter.java        |    54 +
 .../functionTests/harness/GenerateReport.java      |   355 +
 .../functionTests/harness/HandleResult.java        |   112 +
 .../functionTests/harness/JavaVersionHolder.java   |   141 +
 .../functionTests/harness/ManageSysProps.java      |    61 +
 .../functionTests/harness/MultiTest.java           |   450 +
 .../functionTests/harness/NetServer.java           |   478 +
 .../harness/ProcessStreamDrainer.java              |   103 +
 .../functionTests/harness/ProcessStreamResult.java |   234 +
 .../functionTests/harness/PropertyUtil.java        |   149 +
 .../functionTests/harness/RunClass.java            |    67 +
 .../derbyTesting/functionTests/harness/RunIJ.java  |    54 +
 .../functionTests/harness/RunList.java             |  1676 +
 .../functionTests/harness/RunSuite.java            |   607 +
 .../functionTests/harness/RunTest.java             |  3011 ++
 .../derbyTesting/functionTests/harness/Sed.java    |   566 +
 .../functionTests/harness/SimpleDiff.java          |   508 +
 .../functionTests/harness/SkipTest.java            |    69 +
 .../functionTests/harness/SpecialFlags.java        |   144 +
 .../functionTests/harness/SysInfoLog.java          |   132 +
 .../functionTests/harness/TimedProcess.java        |   109 +
 .../derbyTesting/functionTests/harness/UnJar.java  |   102 +
 .../derbyTesting/functionTests/harness/build.xml   |   104 +
 .../functionTests/harness/currentjvm.java          |   108 +
 .../functionTests/harness/dbcleanup.java           |   375 +
 .../derbyTesting/functionTests/harness/ibm13.java  |    97 +
 .../derbyTesting/functionTests/harness/ibm14.java  |    97 +
 .../derbyTesting/functionTests/harness/ibm15.java  |    98 +
 .../derbyTesting/functionTests/harness/ibm16.java  |    98 +
 .../derbyTesting/functionTests/harness/ibm17.java  |    98 +
 .../derbyTesting/functionTests/harness/ibm18.java  |    98 +
 .../derbyTesting/functionTests/harness/j9_13.java  |   135 +
 .../derbyTesting/functionTests/harness/j9_22.java  |   136 +
 .../functionTests/harness/j9_foundation.java       |   139 +
 .../functionTests/harness/j9_foundation11.java     |   135 +
 .../functionTests/harness/j9dee15.java             |   117 +
 .../derbyTesting/functionTests/harness/jdk13.java  |    97 +
 .../derbyTesting/functionTests/harness/jdk14.java  |    97 +
 .../derbyTesting/functionTests/harness/jdk15.java  |    97 +
 .../derbyTesting/functionTests/harness/jdk16.java  |    90 +
 .../derbyTesting/functionTests/harness/jdk17.java  |    90 +
 .../derbyTesting/functionTests/harness/jdk18.java  |    90 +
 .../derbyTesting/functionTests/harness/jdk19.java  |    90 +
 .../derbyTesting/functionTests/harness/jvm.java    |   420 +
 .../functionTests/harness/shutdown.java            |   107 +
 .../functionTests/harness/testtypes.properties     |    16 +
 .../derbyTesting/functionTests/master/AIjdbc.out   |     6 +
 .../functionTests/master/AggregateClassLoading.out |     7 +
 .../functionTests/master/BackupPathTests.out       |    11 +
 .../functionTests/master/Beetle6038.out            |     2 +
 .../derbyTesting/functionTests/master/CharUTF8.out |  1095 +
 .../master/ConcurrentImplicitCreateSchema.out      |     3 +
 .../master/DerbyNetClient/dblook_test_net.out      |  2368 ++
 .../DerbyNetClient/dblook_test_net_territory.out   |  2368 ++
 .../holdCursorExternalSortJDBC30.out               |   378 +
 .../master/DerbyNetClient/holdCursorJDBC30.out     |  1622 +
 .../master/DerbyNetClient/maxfieldsize.out         |   893 +
 .../master/DerbyNetClient/netxaPositive.out        |   138 +
 .../master/DerbyNetClient/runtimeinfo.out          |    64 +
 .../master/DerbyNetClient/synonym.out              |   406 +
 .../master/DerbyNetClient/sysinfo.out              |    95 +
 .../functionTests/master/EncryptionTest.out        |     1 +
 .../functionTests/master/EscalateLock.out          |  1058 +
 .../functionTests/master/GetPropertyInfoTest.out   |    40 +
 .../functionTests/master/I18NImportExport.out      |    84 +
 .../derbyTesting/functionTests/master/JitTest.out  |     5 +
 .../derbyTesting/functionTests/master/LOB.out      |   840 +
 .../master/LocalizedConnectionAttribute.out        |   160 +
 .../functionTests/master/LocalizedDisplay.out      |    95 +
 .../functionTests/master/LogChecksumRecovery.out   |     2 +
 .../functionTests/master/LogChecksumRecovery1.out  |     2 +
 .../functionTests/master/LogChecksumSetup.out      |     2 +
 .../functionTests/master/LogDeviceTest.out         |     5 +
 .../functionTests/master/MaxLogNumber.out          |     2 +
 .../functionTests/master/MaxLogNumberRecovery.out  |     2 +
 .../functionTests/master/OnlineBackupTest1.out     |     9 +
 .../functionTests/master/OnlineBackupTest3.out     |    40 +
 .../functionTests/master/OnlineBackupTest5.out     |    96 +
 .../functionTests/master/OnlineCompressTest.out    |    88 +
 .../functionTests/master/OutBufferedStream.out     |   258 +
 .../functionTests/master/RecoveryAfterBackup.out   |     7 +
 .../master/RecoveryAfterBackupSetup.out            |     4 +
 .../functionTests/master/Rllmodule1.out            |   110 +
 .../functionTests/master/Rllmodule2.out            |   108 +
 .../functionTests/master/Rllmodule3.out            |   110 +
 .../functionTests/master/Rllmodule4.out            |   110 +
 .../functionTests/master/RowLockIso.out            |   792 +
 .../functionTests/master/SURTest_ij.out            |   172 +
 .../functionTests/master/SetQueryTimeoutTest.out   |    20 +
 .../functionTests/master/SimpleApp.out             |    12 +
 .../functionTests/master/StartTestConnection.out   |     0
 .../functionTests/master/TLockFactory.out          |     2 +
 .../functionTests/master/TUUIDFactory.out          |     2 +
 .../functionTests/master/T_AccessFactory.out       |     2 +
 .../derbyTesting/functionTests/master/T_Cipher.out |     2 +
 .../functionTests/master/T_CipherBlowfish.out      |     2 +
 .../functionTests/master/T_CipherCFB.out           |     2 +
 .../functionTests/master/T_CipherDES.out           |     2 +
 .../functionTests/master/T_CipherECB.out           |     2 +
 .../functionTests/master/T_CipherOFB.out           |     2 +
 .../functionTests/master/T_Diagnosticable.out      |     2 +
 .../functionTests/master/T_FileSystemData.out      |     2 +
 .../derbyTesting/functionTests/master/T_Heap.out   |     2 +
 .../master/T_MarkedLimitInputStream.out            |     2 +
 .../functionTests/master/T_RawStoreFactory.out     |     2 +
 .../functionTests/master/T_SortController.out      |     2 +
 .../functionTests/master/T_StreamFile.out          |     2 +
 .../derbyTesting/functionTests/master/T_XA.out     |     2 +
 .../derbyTesting/functionTests/master/T_b2i.out    |     2 +
 .../master/TestCallableStatementMethods.out        |     0
 .../functionTests/master/TestDiskHashtable.out     |     6 +
 .../master/TestDurabilityProperty.out              |     6 +
 .../derbyTesting/functionTests/master/TestEnc.out  |     1 +
 .../master/TestPreparedStatementMethods.out        |     0
 .../functionTests/master/TransactionTable.out      |   278 +
 .../functionTests/master/TurnsReadOnly.out         |     6 +
 .../derbyTesting/functionTests/master/URLCheck.out |    38 +
 .../functionTests/master/aggregate.out             |   920 +
 .../functionTests/master/aggregateOptimization.out |  2451 ++
 .../functionTests/master/backupRestore.out         |   143 +
 .../functionTests/master/backupRestore1.out        |     9 +
 .../derbyTesting/functionTests/master/basetab.out  |   206 +
 .../derbyTesting/functionTests/master/bit.out      |   880 +
 .../derbyTesting/functionTests/master/bit2.out     |    24 +
 .../derbyTesting/functionTests/master/bug3498.out  |   324 +
 .../derbyTesting/functionTests/master/bug4356.out  |     5 +
 .../functionTests/master/bug5052rts.out            |     7 +
 .../derbyTesting/functionTests/master/bug5054.out  |     6 +
 .../derbyTesting/functionTests/master/build.xml    |    43 +
 .../functionTests/master/cacheService.out          |     2 +
 .../derbyTesting/functionTests/master/cast.out     |  1736 ++
 .../derbyTesting/functionTests/master/cdr002.out   |   166 +
 .../derbyTesting/functionTests/master/cdr003.out   |   168 +
 .../derbyTesting/functionTests/master/cdr004.out   |   160 +
 .../derbyTesting/functionTests/master/cdr005.out   |   116 +
 .../derbyTesting/functionTests/master/cdr006.out   |   120 +
 .../derbyTesting/functionTests/master/cdr007.out   |   150 +
 .../derbyTesting/functionTests/master/cdr027.out   |   253 +
 .../derbyTesting/functionTests/master/cdr030.out   |   135 +
 .../functionTests/master/checkPoint.out            |    20 +
 .../derbyTesting/functionTests/master/cisco.out    |   456 +
 .../derbyTesting/functionTests/master/col_rec1.out |     2 +
 .../derbyTesting/functionTests/master/col_rec2.out |     2 +
 .../functionTests/master/comparisons.out           |  2484 ++
 .../functionTests/master/compressTable.out         |  1350 +
 .../functionTests/master/concateTests.out          |   322 +
 .../functionTests/master/connectDisconnect.out     |   111 +
 .../functionTests/master/connectionJdbc20.out      |   221 +
 .../functionTests/master/constantExpression.out    |   103 +
 .../functionTests/master/cursorerrors.out          |   252 +
 .../functionTests/master/daemonService.out         |     2 +
 .../functionTests/master/databaseProperties.out    |   243 +
 .../functionTests/master/db2Compatibility.out      |  2164 ++
 .../functionTests/master/dbManagerLimits.out       |    62 +
 .../functionTests/master/dblook_test.out           |  6550 ++++
 .../functionTests/master/dblook_test_territory.out |  6550 ++++
 .../functionTests/master/ddlTableLockMode.out      |  5238 ++++
 .../derbyTesting/functionTests/master/delete.out   |   366 +
 .../derbyTesting/functionTests/master/depend.out   |   351 +
 .../derbyTesting/functionTests/master/derby94.out  |    99 +
 .../functionTests/master/derbyStress.out           |     6 +
 .../derbyTesting/functionTests/master/derived.out  |   495 +
 .../functionTests/master/desc_index.out            |  1019 +
 .../derbyTesting/functionTests/master/dml001.out   |   222 +
 .../derbyTesting/functionTests/master/dml004.out   |    79 +
 .../derbyTesting/functionTests/master/dml005.out   |    46 +
 .../derbyTesting/functionTests/master/dml008.out   |   113 +
 .../derbyTesting/functionTests/master/dml009.out   |   145 +
 .../derbyTesting/functionTests/master/dml010.out   |    84 +
 .../derbyTesting/functionTests/master/dml011.out   |   108 +
 .../derbyTesting/functionTests/master/dml012.out   |    89 +
 .../derbyTesting/functionTests/master/dml013.out   |   191 +
 .../derbyTesting/functionTests/master/dml014.out   |   338 +
 .../derbyTesting/functionTests/master/dml015.out   |    97 +
 .../derbyTesting/functionTests/master/dml016.out   |    93 +
 .../derbyTesting/functionTests/master/dml018.out   |   102 +
 .../derbyTesting/functionTests/master/dml019.out   |   167 +
 .../derbyTesting/functionTests/master/dml020.out   |    96 +
 .../derbyTesting/functionTests/master/dml021.out   |   264 +
 .../derbyTesting/functionTests/master/dml022.out   |   160 +
 .../derbyTesting/functionTests/master/dml023.out   |   177 +
 .../derbyTesting/functionTests/master/dml024.out   |   151 +
 .../derbyTesting/functionTests/master/dml025.out   |    75 +
 .../derbyTesting/functionTests/master/dml026.out   |   150 +
 .../derbyTesting/functionTests/master/dml027.out   |    61 +
 .../derbyTesting/functionTests/master/dml029.out   |   107 +
 .../derbyTesting/functionTests/master/dml033.out   |    48 +
 .../derbyTesting/functionTests/master/dml034.out   |   207 +
 .../derbyTesting/functionTests/master/dml035.out   |    61 +
 .../derbyTesting/functionTests/master/dml037.out   |    52 +
 .../derbyTesting/functionTests/master/dml038.out   |   390 +
 .../derbyTesting/functionTests/master/dml039.out   |    54 +
 .../derbyTesting/functionTests/master/dml042.out   |    42 +
 .../derbyTesting/functionTests/master/dml043.out   |    59 +
 .../derbyTesting/functionTests/master/dml044.out   |    84 +
 .../derbyTesting/functionTests/master/dml045.out   |   127 +
 .../derbyTesting/functionTests/master/dml046.out   |   136 +
 .../derbyTesting/functionTests/master/dml047.out   |    44 +
 .../derbyTesting/functionTests/master/dml049.out   |    95 +
 .../derbyTesting/functionTests/master/dml050.out   |    55 +
 .../derbyTesting/functionTests/master/dml051.out   |    59 +
 .../derbyTesting/functionTests/master/dml052.out   |    49 +
 .../derbyTesting/functionTests/master/dml053.out   |    48 +
 .../derbyTesting/functionTests/master/dml055.out   |   159 +
 .../derbyTesting/functionTests/master/dml056.out   |   104 +
 .../derbyTesting/functionTests/master/dml057.out   |   205 +
 .../derbyTesting/functionTests/master/dml058.out   |   324 +
 .../derbyTesting/functionTests/master/dml059.out   |   179 +
 .../derbyTesting/functionTests/master/dml060.out   |   296 +
 .../derbyTesting/functionTests/master/dml061.out   |   201 +
 .../derbyTesting/functionTests/master/dml065.out   |   113 +
 .../derbyTesting/functionTests/master/dml068.out   |   208 +
 .../derbyTesting/functionTests/master/dml069.out   |   102 +
 .../derbyTesting/functionTests/master/dml070.out   |   107 +
 .../derbyTesting/functionTests/master/dml073.out   |   168 +
 .../derbyTesting/functionTests/master/dml075.out   |   259 +
 .../derbyTesting/functionTests/master/dml076.out   |   161 +
 .../derbyTesting/functionTests/master/dml079.out   |   256 +
 .../derbyTesting/functionTests/master/dml080.out   |    99 +
 .../derbyTesting/functionTests/master/dml081.out   |   177 +
 .../derbyTesting/functionTests/master/dml082.out   |   205 +
 .../derbyTesting/functionTests/master/dml083.out   |   158 +
 .../derbyTesting/functionTests/master/dml085.out   |   279 +
 .../derbyTesting/functionTests/master/dml087.out   |   187 +
 .../derbyTesting/functionTests/master/dml090.out   |   143 +
 .../derbyTesting/functionTests/master/dml091.out   |   173 +
 .../derbyTesting/functionTests/master/dml099.out   |    81 +
 .../derbyTesting/functionTests/master/dml104.out   |   571 +
 .../derbyTesting/functionTests/master/dml106.out   |   396 +
 .../derbyTesting/functionTests/master/dml108.out   |   217 +
 .../derbyTesting/functionTests/master/dml112.out   |   759 +
 .../derbyTesting/functionTests/master/dml114.out   |   316 +
 .../derbyTesting/functionTests/master/dml119.out   |   121 +
 .../derbyTesting/functionTests/master/dml130.out   |   601 +
 .../derbyTesting/functionTests/master/dml132.out   |   160 +
 .../derbyTesting/functionTests/master/dml134.out   |   526 +
 .../derbyTesting/functionTests/master/dml141.out   |    48 +
 .../derbyTesting/functionTests/master/dml144.out   |   266 +
 .../derbyTesting/functionTests/master/dml147.out   |   265 +
 .../derbyTesting/functionTests/master/dml148.out   |   279 +
 .../derbyTesting/functionTests/master/dml149.out   |   284 +
 .../derbyTesting/functionTests/master/dml155.out   |   163 +
 .../derbyTesting/functionTests/master/dml158.out   |   111 +
 .../derbyTesting/functionTests/master/dml160.out   |   284 +
 .../derbyTesting/functionTests/master/dml162.out   |    74 +
 .../derbyTesting/functionTests/master/dml165.out   |    89 +
 .../derbyTesting/functionTests/master/dml168.out   |   172 +
 .../derbyTesting/functionTests/master/dml170.out   |   139 +
 .../derbyTesting/functionTests/master/dml173.out   |   180 +
 .../derbyTesting/functionTests/master/dml174.out   |   182 +
 .../derbyTesting/functionTests/master/dml177.out   |   215 +
 .../derbyTesting/functionTests/master/dml178.out   |   270 +
 .../derbyTesting/functionTests/master/dml179.out   |   169 +
 .../derbyTesting/functionTests/master/dml181.out   |   182 +
 .../derbyTesting/functionTests/master/dml182.out   |   150 +
 .../functionTests/master/dropcrash.out             |     4 +
 .../functionTests/master/dropcrash2.out            |     2 +
 .../derbyTesting/functionTests/master/ejbql.out    |  4611 +++
 .../functionTests/master/ejbql_nonSPS.out          |   136 +
 .../functionTests/master/emptyStatistics.out       |    30 +
 .../functionTests/master/encryptDatabaseTest1.out  |   203 +
 .../functionTests/master/encryptDatabaseTest2.out  |   157 +
 .../functionTests/master/encryptDatabaseTest3.out  |   333 +
 .../functionTests/master/encryptParams.out         |   141 +
 .../functionTests/master/encryptionKey_jar.out     |   106 +
 .../functionTests/master/executeUpdate.out         |     8 +
 .../derbyTesting/functionTests/master/fillLog.out  |     2 +
 .../derbyTesting/functionTests/master/flattab.out  |    74 +
 .../functionTests/master/floattypes.out            |  2617 ++
 .../functionTests/master/fullRecovery.out          |     2 +
 .../functionTests/master/fullRecoveryFail.out      |     2 +
 .../functionTests/master/functions.out             |   473 +
 .../derbyTesting/functionTests/master/heapscan.out |   879 +
 .../functionTests/master/holdCursorIJ.out          |   304 +
 .../functionTests/master/identifier.out            |   472 +
 .../derbyTesting/functionTests/master/ij.out       |   131 +
 .../derbyTesting/functionTests/master/ij2.out      |   178 +
 .../derbyTesting/functionTests/master/ij2b.out     |    45 +
 .../derbyTesting/functionTests/master/ij3.out      |    25 +
 .../derbyTesting/functionTests/master/ij4.out      |    34 +
 .../derbyTesting/functionTests/master/ij5.out      |    29 +
 .../derbyTesting/functionTests/master/ij6.out      |    19 +
 .../derbyTesting/functionTests/master/ij7.out      |   265 +
 .../functionTests/master/ijConnName.out            |    69 +
 .../functionTests/master/ij_show_roles_dbo.out     |    55 +
 .../functionTests/master/ij_show_roles_usr.out     |    53 +
 .../functionTests/master/implicitConversions.out   |  3902 +++
 .../functionTests/master/importExportIJ.out        |   867 +
 .../functionTests/master/infostreams.out           |    20 +
 .../functionTests/master/innerjoin.out             |   252 +
 .../derbyTesting/functionTests/master/insert.out   |   819 +
 .../functionTests/master/intersect.out             |   436 +
 .../functionTests/master/isolationLevels.out       |   701 +
 .../functionTests/master/j9_13/caseI_tr_TR.out     |    44 +
 .../functionTests/master/j9_13/dml119.out          |   119 +
 .../functionTests/master/j9_13/dml160.out          |   307 +
 .../functionTests/master/j9_13/floattypes.out      |  2552 ++
 .../derbyTesting/functionTests/master/j9_13/ij.out |   111 +
 .../functionTests/master/j9_13/outparams.out       |  8995 ++++++
 .../functionTests/master/j9_22/dml160.out          |   307 +
 .../functionTests/master/j9_foundation/dml160.out  |   307 +
 .../master/j9_foundation/floattypes.out            |  2552 ++
 .../master/j9_foundation/holdCursorJava.out        |    13 +
 .../master/j9_foundation/iepnegativetests_ES.out   |   357 +
 .../master/j9_foundation/outparams.out             |  7763 +++++
 .../master/j9_foundation/secureUsers.out           |   227 +
 .../derbyTesting/functionTests/master/joins.out    |   832 +
 .../functionTests/master/langUnitTests.out         |    24 +
 .../functionTests/master/lockTable.out             |   305 +
 .../functionTests/master/logDevice.out             |    42 +
 .../functionTests/master/logSwitchFail.out         |     2 +
 .../derbyTesting/functionTests/master/logop.out    |   416 +
 .../derbyTesting/functionTests/master/longRow.out  |   439 +
 .../functionTests/master/maxMemPerTab.out          |   176 +
 .../functionTests/master/maxfieldsize.out          |   881 +
 .../functionTests/master/modifyColumn.out          |   226 +
 .../functionTests/master/nonreserved.out           |   502 +
 .../functionTests/master/onlineBackupTest2.out     |   276 +
 .../functionTests/master/onlineBackupTest4.out     |    96 +
 .../functionTests/master/onlineCompressTable.out   |    88 +
 .../functionTests/master/openScans.out             |   101 +
 .../derbyTesting/functionTests/master/orderby.out  |  2375 ++
 .../functionTests/master/orderbyElimination.out    |  1697 +
 .../functionTests/master/outparams.out             |  8995 ++++++
 .../derbyTesting/functionTests/master/paramij.out  |   118 +
 .../derbyTesting/functionTests/master/partdml.out  |   673 +
 .../functionTests/master/positionedDelUpd.out      |  1191 +
 .../functionTests/master/predicatesIntoViews.out   |  7460 +++++
 .../functionTests/master/qualifiedIdentifiers.out  |   108 +
 .../functionTests/master/readUncommitted.out       |   237 +
 .../functionTests/master/readlocks.out             | 27499 +++++++++++++++++
 .../master/recoverBadChecksumLog1.out              |     2 +
 .../master/recoverBadChecksumLog2.out              |     2 +
 .../master/recoverBadChecksumLog3.out              |     2 +
 .../master/recoverBadChecksumLog4.out              |     2 +
 .../master/recoverBadChecksumLog5.out              |     2 +
 .../master/recoverBadChecksumLog6.out              |     2 +
 .../master/recoverBadChecksumLog7.out              |     2 +
 .../master/recoverBadChecksumLogSetup.out          |     2 +
 .../functionTests/master/recoverBadLog1.out        |     2 +
 .../functionTests/master/recoverBadLog2.out        |     2 +
 .../functionTests/master/recoverBadLog3.out        |     2 +
 .../functionTests/master/recoverBadLog4.out        |     2 +
 .../functionTests/master/recoverBadLog5.out        |     2 +
 .../functionTests/master/recoverBadLog6.out        |     2 +
 .../functionTests/master/recoverBadLog7.out        |     2 +
 .../functionTests/master/recoverBadLogSetup.out    |     2 +
 .../functionTests/master/recoverySetup.out         |     2 +
 .../functionTests/master/recoveryTest.out          |     2 +
 .../functionTests/master/refActions.out            |  3002 ++
 .../functionTests/master/refActions1.out           |  8943 ++++++
 .../functionTests/master/refActions2.out           |  1294 +
 .../functionTests/master/refActions3.out           |  1731 ++
 .../functionTests/master/removeStubs.out           |   153 +
 .../functionTests/master/reopenScan.out            |   245 +
 .../functionTests/master/resultsetJdbc20.out       |    23 +
 .../functionTests/master/rlliso1multi.out          |  1198 +
 .../functionTests/master/rlliso2multi.out          |  1288 +
 .../functionTests/master/rlliso3multi.out          |   714 +
 .../functionTests/master/rollForwardBackup.out     |   882 +
 .../functionTests/master/rollForwardRecovery.out   |  1826 ++
 .../functionTests/master/rsgetXXXcolumnNames.out   |     9 +
 .../derbyTesting/functionTests/master/schema1.out  |   406 +
 .../derbyTesting/functionTests/master/schema4.out  |   133 +
 .../derbyTesting/functionTests/master/schema5.out  |   137 +
 .../derbyTesting/functionTests/master/schema8.out  |   569 +
 .../derbyTesting/functionTests/master/schemas.out  |  1002 +
 .../derbyTesting/functionTests/master/sdl012.out   |    40 +
 .../derbyTesting/functionTests/master/select.out   |   220 +
 .../functionTests/master/setOpPlan.out             |   488 +
 .../functionTests/master/setholdij.out             |   131 +
 .../functionTests/master/showindex_client.out      |    45 +
 .../functionTests/master/showindex_embed.out       |    45 +
 .../functionTests/master/simpleThreadWrapper.out   |     2 +
 .../functionTests/master/specjPlans.out            |  4432 +++
 .../derbyTesting/functionTests/master/st_b5772.out |   174 +
 .../functionTests/master/st_derby1189.out          |    61 +
 .../functionTests/master/st_derby1939.out          |     4 +
 .../functionTests/master/st_derby715.out           |     5 +
 .../functionTests/master/st_reclaim_longcol.out    |     2 +
 .../functionTests/master/st_schema.out             |    19 +
 .../derbyTesting/functionTests/master/stress.out   |     7 +
 .../functionTests/master/stress50x59.out           |     7 +
 .../functionTests/master/stringtypes.out           |   448 +
 .../functionTests/master/subquery2.out             |  1110 +
 .../functionTests/master/subqueryFlattening.out    |  7960 +++++
 .../functionTests/master/supersimple.out           |    28 +
 .../derbyTesting/functionTests/master/synonym.out  |   908 +
 .../functionTests/master/tempRestrictions.out      |    29 +
 .../functionTests/master/temp_cts5sch2.out         |   384 +
 .../functionTests/master/temp_cts5tab.out          |   443 +
 .../functionTests/master/temp_schem10.out          |    50 +
 .../functionTests/master/testclientij.out          |    67 +
 .../functionTests/master/testconnection.out        |    18 +
 .../derbyTesting/functionTests/master/testij.out   |    57 +
 .../functionTests/master/testsqldecimal.out        |   362 +
 .../functionTests/master/triggerRecursion.out      |   171 +
 .../functionTests/master/triggerRefClause.out      |   350 +
 .../functionTests/master/triggerStream.out         |   257 +
 .../derbyTesting/functionTests/master/union.out    |  1268 +
 .../derbyTesting/functionTests/master/update.out   |   646 +
 .../functionTests/master/updatelocksJDBC30.out     | 16304 ++++++++++
 .../functionTests/master/valuesclause.out          |   680 +
 .../functionTests/master/wisconsin.out             | 30864 +++++++++++++++++++
 .../functionTests/master/xaAnotherTest.out         |   320 +
 .../functionTests/master/xaOffline1.out            |   226 +
 .../functionTests/master/xaSimpleNegative.out      |   357 +
 .../derbyTesting/functionTests/master/xab2354.out  |    51 +
 .../derbyTesting/functionTests/master/xplain.out   |   105 +
 .../derbyTesting/functionTests/master/xts701.out   |   235 +
 .../derbyTesting/functionTests/master/xts729.out   |   233 +
 .../derbyTesting/functionTests/master/xts730.out   |   122 +
 .../derbyTesting/functionTests/master/xts731.out   |   183 +
 .../derbyTesting/functionTests/master/xts740.out   |   134 +
 .../derbyTesting/functionTests/master/xts742.out   |    69 +
 .../derbyTesting/functionTests/master/xts752.out   |   105 +
 .../derbyTesting/functionTests/master/xts753.out   |    86 +
 .../derbyTesting/functionTests/master/xts760.out   |    47 +
 .../derbyTesting/functionTests/master/yts796.out   |    45 +
 .../derbyTesting/functionTests/master/yts797.out   |   112 +
 .../derbyTesting/functionTests/master/yts798.out   |    87 +
 .../derbyTesting/functionTests/master/yts799.out   |    86 +
 .../derbyTesting/functionTests/master/yts811.out   |   113 +
 .../derbyTesting/functionTests/master/yts812.out   |    48 +
 .../functionTests/multi/stress/build.xml           |    55 +
 .../functionTests/multi/stress/copyfiles.ant       |    23 +
 .../functionTests/multi/stress/create.sql          |    26 +
 .../functionTests/multi/stress/createa.sql         |    26 +
 .../functionTests/multi/stress/createy.sql         |    26 +
 .../functionTests/multi/stress/createz.sql         |    26 +
 .../functionTests/multi/stress/final.sql           |    23 +
 .../functionTests/multi/stress/init.properties     |    20 +
 .../functionTests/multi/stress/init.sql            |    55 +
 .../functionTests/multi/stress/init_app.properties |    17 +
 .../functionTests/multi/stress/insert.sql          |    19 +
 .../functionTests/multi/stress/insert2.sql         |    19 +
 .../functionTests/multi/stress/roll.sql            |    21 +
 .../functionTests/multi/stress/roll2.sql           |    21 +
 .../functionTests/multi/stress/run.properties      |    35 +
 .../multi/stress/run_derby.properties              |    25 +
 .../functionTests/multi/stress/selectmain.sql      |    18 +
 .../functionTests/multi/stress/selectmain2.sql     |    18 +
 .../functionTests/multi/stress/stress.multi        |    86 +
 .../functionTests/multi/stress/stress50x59.multi   |    86 +
 .../multi/stress/stress50x59_app.properties        |    16 +
 .../multi/stress/stress_app.properties             |    16 +
 .../multi/stress/stress_sed.properties             |    27 +
 .../functionTests/multi/stress/update.sql          |    20 +
 .../functionTests/multi/stress/update2.sql         |    20 +
 .../derbyTesting/functionTests/suites/All.java     |    54 +
 .../functionTests/suites/AllPackages.java          |   218 +
 .../functionTests/suites/DerbyNetClient.exclude    |     3 +
 .../suites/DerbyNetClientRemote.exclude            |    17 +
 .../suites/DerbyNetClientUseprocess.exclude        |    11 +
 .../functionTests/suites/EncryptionSuite.java      |   153 +
 .../functionTests/suites/XMLSuite.java             |    56 +
 .../derbyTesting/functionTests/suites/build.xml    |    70 +
 .../functionTests/suites/derbyall.properties       |    18 +
 .../functionTests/suites/derbylang.runall          |    27 +
 .../suites/derbynetclientmats.properties           |    22 +
 .../functionTests/suites/derbynetclientmats.runall |     3 +
 .../functionTests/suites/derbytools.runall         |     3 +
 .../functionTests/suites/embedded.exclude          |     1 +
 .../functionTests/suites/encodingTests.properties  |    29 +
 .../functionTests/suites/encodingTests.runall      |     1 +
 .../functionTests/suites/encryption.properties     |    22 +
 .../functionTests/suites/encryption.runall         |     2 +
 .../functionTests/suites/encryptionAll.properties  |    20 +
 .../functionTests/suites/encryptionAll.runall      |     5 +
 .../suites/encryptionBlowfish.properties           |    21 +
 .../functionTests/suites/encryptionBlowfish.runall |     1 +
 .../functionTests/suites/encryptionCFB.properties  |    19 +
 .../functionTests/suites/encryptionCFB.runall      |     1 +
 .../functionTests/suites/encryptionDES.properties  |    19 +
 .../functionTests/suites/encryptionDES.runall      |     1 +
 .../functionTests/suites/encryptionECB.properties  |    19 +
 .../functionTests/suites/encryptionECB.runall      |     1 +
 .../functionTests/suites/encryptionOFB.properties  |    21 +
 .../functionTests/suites/encryptionOFB.runall      |     1 +
 .../suites/j9derbynetclientmats.properties         |    24 +
 .../functionTests/suites/j9derbynetmats.runall     |     2 +
 .../functionTests/suites/multi.properties          |    19 +
 .../derbyTesting/functionTests/suites/multi.runall |     1 +
 .../functionTests/suites/propertyinfo.runall       |     1 +
 .../functionTests/suites/simpledemo.properties     |    23 +
 .../functionTests/suites/simpledemo.runall         |     1 +
 .../suites/storeCollationDBrecovery.properties     |    17 +
 .../suites/storeCollationDBrecovery.runall         |     2 +
 .../functionTests/suites/storeall.properties       |    37 +
 .../functionTests/suites/storemats.properties      |    36 +
 .../functionTests/suites/storemats.runall          |     1 +
 .../functionTests/suites/storemore.runall          |    16 +
 .../functionTests/suites/storerecovery.properties  |    17 +
 .../functionTests/suites/storerecovery.runall      |     9 +
 .../functionTests/suites/storetests.properties     |    16 +
 .../functionTests/suites/storetests.runall         |     5 +
 .../functionTests/suites/storeunit.properties      |    29 +
 .../functionTests/suites/storeunit.runall          |    34 +
 .../functionTests/suites/unit.properties           |    16 +
 .../derbyTesting/functionTests/suites/unit.runall  |     4 +
 .../functionTests/suites/xa.properties             |    19 +
 .../derbyTesting/functionTests/suites/xa.runall    |     5 +
 .../testData/ConnectionMethods/short.txt           |    16 +
 .../testData/Derby6587/Derby6587_TABLE1_T.csv      |     2 +
 .../testData/Derby6587/Derby6587_TABLE2_T.csv      |     2 +
 .../testData/ImportExport/Access1.txt              |    10 +
 .../ImportExport/AccountData_NullFields.dat        |     3 +
 .../ImportExport/AccountData_defaultformat.dat     |    35 +
 .../testData/ImportExport/AccountData_format1.dat  |     1 +
 .../testData/ImportExport/AccountData_format2.dat  |    35 +
 .../ImportExport/AccountData_format2oops.dat       |     2 +
 .../functionTests/testData/ImportExport/NoEOR.dat  |     1 +
 .../testData/ImportExport/TwoLineBadEOF.dat        |     2 +
 .../testData/ImportExport/UnsupportedFormat1.dat   |     1 +
 .../testData/ImportExport/UnsupportedFormat2.dat   |     1 +
 .../testData/ImportExport/db2ttypes.del            |    25 +
 .../ImportExport/derby-2193-linenumber.txt         |     3 +
 .../testData/ImportExport/derby-2193.txt           |     3 +
 .../testData/ImportExport/mixednl.del              |    10 +
 .../testData/ImportExport/position_info.del        |  1726 ++
 .../testData/ResultSetStream/littleclob.utf        |   100 +
 .../testData/ResultSetStream/resultsetStream.gif   |   Bin 0 -> 3470 bytes
 .../testData/ResultSetStream/short.utf             |     1 +
 .../derbyTesting/functionTests/testData/build.xml  |    92 +
 ...cClientConnectionPoolDataSource40-10_10_1_0.ser |   Bin 0 -> 702 bytes
 ...cClientConnectionPoolDataSource40-10_11_1_0.ser |   Bin 0 -> 586 bytes
 .../BasicClientDataSource40-10_10_1_0.ser          |   Bin 0 -> 608 bytes
 .../BasicClientDataSource40-10_11_1_0.ser          |   Bin 0 -> 492 bytes
 .../BasicClientXADataSource40-10_10_1_0.ser        |   Bin 0 -> 670 bytes
 .../BasicClientXADataSource40-10_11_1_0.ser        |   Bin 0 -> 554 bytes
 ...mbeddedConnectionPoolDataSource40-10_10_1_0.ser |   Bin 0 -> 556 bytes
 ...mbeddedConnectionPoolDataSource40-10_11_1_0.ser |   Bin 0 -> 442 bytes
 .../BasicEmbeddedDataSource40-10_10_1_0.ser        |   Bin 0 -> 480 bytes
 .../BasicEmbeddedDataSource40-10_11_1_0.ser        |   Bin 0 -> 366 bytes
 .../BasicEmbeddedXADataSource40-10_10_1_0.ser      |   Bin 0 -> 544 bytes
 .../BasicEmbeddedXADataSource40-10_11_1_0.ser      |   Bin 0 -> 430 bytes
 .../ClientConnectionPoolDataSource-10_10_1_0.ser   |   Bin 0 -> 1426 bytes
 .../ClientConnectionPoolDataSource-10_11_1_0.ser   |   Bin 0 -> 1386 bytes
 .../ClientConnectionPoolDataSource-10_1_3_1.ser    |   Bin 0 -> 1379 bytes
 .../ClientConnectionPoolDataSource-10_2_2_0.ser    |   Bin 0 -> 1408 bytes
 .../ClientConnectionPoolDataSource-10_3_2_1.ser    |   Bin 0 -> 1525 bytes
 .../ClientConnectionPoolDataSource40-10_10_1_0.ser |   Bin 0 -> 1497 bytes
 .../ClientConnectionPoolDataSource40-10_11_1_0.ser |   Bin 0 -> 1457 bytes
 .../ClientDataSource-10_10_1_0.ser                 |   Bin 0 -> 1300 bytes
 .../ClientDataSource-10_11_1_0.ser                 |   Bin 0 -> 1260 bytes
 .../ClientDataSource-10_1_3_1.ser                  |   Bin 0 -> 1298 bytes
 .../ClientDataSource-10_2_2_0.ser                  |   Bin 0 -> 1327 bytes
 .../ClientDataSource-10_3_2_1.ser                  |   Bin 0 -> 1444 bytes
 .../ClientDataSource40-10_10_1_0.ser               |   Bin 0 -> 1357 bytes
 .../ClientDataSource40-10_11_1_0.ser               |   Bin 0 -> 1317 bytes
 .../ClientXADataSource-10_10_1_0.ser               |   Bin 0 -> 1357 bytes
 .../ClientXADataSource-10_11_1_0.ser               |   Bin 0 -> 1317 bytes
 .../ClientXADataSource-10_1_3_1.ser                |   Bin 0 -> 1355 bytes
 .../ClientXADataSource-10_2_2_0.ser                |   Bin 0 -> 1384 bytes
 .../ClientXADataSource-10_3_2_1.ser                |   Bin 0 -> 1501 bytes
 .../ClientXADataSource40-10_10_1_0.ser             |   Bin 0 -> 1416 bytes
 .../ClientXADataSource40-10_11_1_0.ser             |   Bin 0 -> 1376 bytes
 .../EmbeddedConnectionPoolDataSource-10_0_2_1.ser  |   Bin 0 -> 1070 bytes
 .../EmbeddedConnectionPoolDataSource-10_10_1_0.ser |   Bin 0 -> 1095 bytes
 .../EmbeddedConnectionPoolDataSource-10_11_1_0.ser |   Bin 0 -> 1116 bytes
 .../EmbeddedConnectionPoolDataSource-10_1_3_1.ser  |   Bin 0 -> 1070 bytes
 .../EmbeddedConnectionPoolDataSource-10_2_2_0.ser  |   Bin 0 -> 1070 bytes
 .../EmbeddedConnectionPoolDataSource-10_3_2_1.ser  |   Bin 0 -> 1070 bytes
 ...mbeddedConnectionPoolDataSource40-10_10_1_0.ser |   Bin 0 -> 1168 bytes
 ...mbeddedConnectionPoolDataSource40-10_11_1_0.ser |   Bin 0 -> 1189 bytes
 .../EmbeddedDataSource-10_0_2_1.ser                |   Bin 0 -> 987 bytes
 .../EmbeddedDataSource-10_10_1_0.ser               |   Bin 0 -> 1012 bytes
 .../EmbeddedDataSource-10_11_1_0.ser               |   Bin 0 -> 1033 bytes
 .../EmbeddedDataSource-10_1_3_1.ser                |   Bin 0 -> 987 bytes
 .../EmbeddedDataSource-10_2_2_0.ser                |   Bin 0 -> 987 bytes
 .../EmbeddedDataSource-10_3_2_1.ser                |   Bin 0 -> 987 bytes
 .../EmbeddedDataSource40-10_10_1_0.ser             |   Bin 0 -> 1071 bytes
 .../EmbeddedDataSource40-10_11_1_0.ser             |   Bin 0 -> 1092 bytes
 .../EmbeddedXADataSource-10_0_2_1.ser              |   Bin 0 -> 1046 bytes
 .../EmbeddedXADataSource-10_10_1_0.ser             |   Bin 0 -> 1071 bytes
 .../EmbeddedXADataSource-10_11_1_0.ser             |   Bin 0 -> 1092 bytes
 .../EmbeddedXADataSource-10_1_3_1.ser              |   Bin 0 -> 1046 bytes
 .../EmbeddedXADataSource-10_2_2_0.ser              |   Bin 0 -> 1046 bytes
 .../EmbeddedXADataSource-10_3_2_1.ser              |   Bin 0 -> 1046 bytes
 .../EmbeddedXADataSource40-10_10_1_0.ser           |   Bin 0 -> 1132 bytes
 .../EmbeddedXADataSource40-10_11_1_0.ser           |   Bin 0 -> 1153 bytes
 .../SerializeDataSources.java                      |   266 +
 .../functionTests/testData/v1/copyfiles.ant        |     1 +
 .../derbyTesting/functionTests/testData/v1/f1.txt  |     3 +
 .../functionTests/testData/v1/j1v1.jar             |   Bin 0 -> 434 bytes
 .../functionTests/testData/v2/copyfiles.ant        |     1 +
 .../derbyTesting/functionTests/testData/v2/f1.txt  |     7 +
 .../functionTests/testData/v2/j1v2.jar             |   Bin 0 -> 440 bytes
 .../compatibility/AbstractCompatibilityTest.java   |   444 +
 .../ClientCompatibilityRunControl.java             |   127 +
 .../compatibility/ClientCompatibilitySuite.java    |    55 +
 .../tests/compatibility/JDBCDriverTest.java        |  1380 +
 .../VersionCombinationConfigurator.java            |   392 +
 .../VersionCombinationConfigurator.policy          |    29 +
 .../VersionedNetworkServerTestSetup.java           |   227 +
 .../functionTests/tests/compatibility/_Suite.java  |   163 +
 .../tests/compatibility/_SuiteDevFull.java         |    43 +
 .../tests/compatibility/_SuiteOld.java             |    50 +
 .../tests/compatibility/_SuiteOldFull.java         |    45 +
 .../functionTests/tests/compatibility/build.xml    |    78 +
 .../tests/compatibility/helpers/DummyBlob.java     |   109 +
 .../tests/compatibility/helpers/DummyClob.java     |   126 +
 .../functionTests/tests/compatibility/package.html |    68 +
 .../functionTests/tests/demo/CheckToursDBTest.java |   225 +
 .../functionTests/tests/demo/_Suite.java           |    51 +
 .../functionTests/tests/demo/build.xml             |   104 +
 .../tests/derbynet/BadConnectionTest.java          |   115 +
 .../derbynet/ByteArrayCombinerStreamTest.java      |   246 +
 .../tests/derbynet/CheckSecurityManager.java       |   131 +
 .../derbynet/ClientSideSystemPropertiesTest.java   |   155 +
 .../tests/derbynet/DRDAProtocolTest.java           |   121 +
 .../tests/derbynet/DerbyNetAutoStartTest.java      |   345 +
 .../tests/derbynet/DerbyNetNewServerTest.java      |   121 +
 .../tests/derbynet/GetCurrentPropertiesTest.java   |   171 +
 .../tests/derbynet/GetCurrentPropertiesTest.policy |   295 +
 .../tests/derbynet/LOBLocatorReleaseTest.java      |   442 +
 .../tests/derbynet/NSSecurityMechanismTest.java    |  1243 +
 .../tests/derbynet/NSinSameJVMTest.java            |    67 +
 .../tests/derbynet/NetHarnessJavaTest.java         |    93 +
 .../functionTests/tests/derbynet/NetIjTest.java    |   115 +
 .../derbynet/NetworkServerControlApiTest.java      |   600 +
 .../derbynet/NetworkServerControlApiTest.policy    |   282 +
 .../NetworkServerControlClientCommandTest.java     |   172 +
 .../tests/derbynet/OutBufferedStreamTest.java      |   169 +
 .../tests/derbynet/PrepareStatementTest.java       |  1494 +
 .../functionTests/tests/derbynet/ProtocolTest.java |   906 +
 .../tests/derbynet/ProtocolTest.policy             |    37 +
 .../tests/derbynet/RuntimeInfoTest.java            |   344 +
 .../tests/derbynet/RuntimeInfoTest.policy          |   408 +
 .../functionTests/tests/derbynet/SSLTest.java      |   165 +
 .../tests/derbynet/SSLTestServerKey.key            |   Bin 0 -> 1264 bytes
 .../derbynet/SecureServerTest.derby.properties     |    27 +
 .../tests/derbynet/SecureServerTest.java           |   497 +
 .../tests/derbynet/ServerPropertiesTest.java       |   548 +
 .../tests/derbynet/ServerPropertiesTest.policy     |   307 +
 .../derbynet/ShutDownDBWhenNSShutsDownTest.java    |   220 +
 .../tests/derbynet/SqlExceptionTest.java           |   357 +
 .../tests/derbynet/SuicideOfStreamingTest.java     |   144 +
 .../tests/derbynet/SwitchablePrintStream.java      |    43 +
 .../functionTests/tests/derbynet/SysinfoTest.java  |   246 +
 .../tests/derbynet/SysinfoTest.policy              |   416 +
 .../functionTests/tests/derbynet/TestEnc.java      |    88 +
 .../tests/derbynet/Utf8CcsidManagerClientTest.java |   161 +
 .../tests/derbynet/Utf8CcsidManagerTest.java       |    98 +
 .../functionTests/tests/derbynet/_Suite.java       |    97 +
 .../functionTests/tests/derbynet/build.xml         |   104 +
 .../functionTests/tests/derbynet/connect.inc       |    44 +
 .../tests/derbynet/dblook_test_net.java            |    69 +
 .../tests/derbynet/dblook_test_net_app.properties  |    22 +
 .../derbynet/dblook_test_net_derby.properties      |    39 +
 .../tests/derbynet/dblook_test_net_territory.java  |    74 +
 .../dblook_test_net_territory_app.properties       |    22 +
 .../dblook_test_net_territory_derby.properties     |    39 +
 .../tests/derbynet/default_app.properties          |    38 +
 .../tests/derbynet/default_derby.properties        |    38 +
 .../tests/derbynet/excsat_accsecrd1.inc            |    14 +
 .../tests/derbynet/excsat_accsecrd2.inc            |    14 +
 .../tests/derbynet/excsat_accsecrd_nordb.inc       |    13 +
 .../functionTests/tests/derbynet/excsat_secchk.inc |    24 +
 .../tests/derbynet/excsat_secchk_nordbonaccsec.inc |    23 +
 .../tests/derbynet/executeUpdate.java              |   107 +
 .../tests/derbynet/maxthreads_app.properties       |    24 +
 .../functionTests/tests/derbynet/protocol.tests    |  3733 +++
 .../functionTests/tests/derbynet/testclientij.sql  |    77 +
 .../functionTests/tests/derbynet/values1.inc       |    46 +
 .../tests/derbynet/values64kblksz.inc              |    46 +
 .../functionTests/tests/engine/Derby6396Test.java  |    77 +
 .../tests/engine/ErrorStreamTest.java              |   880 +
 .../tests/engine/LockInterruptTest.java            |   179 +
 .../tests/engine/ModuleLoadingTest.java            |   138 +
 .../tests/engine/ReadMeFilesTest.java              |   106 +
 .../engine/RestrictiveFilePermissionsTest.java     |   826 +
 .../ShutdownWithoutDeregisterPermissionTest.java   |    83 +
 .../functionTests/tests/engine/_Suite.java         |    61 +
 .../functionTests/tests/engine/build.xml           |   103 +
 .../tests/engine/noDeregisterPermission.policy     |   435 +
 .../functionTests/tests/i18n/CaseI_tr_TRTest.java  |    84 +
 .../functionTests/tests/i18n/DefaultLocale.java    |    77 +
 .../functionTests/tests/i18n/I18NImportExport.java |    51 +
 .../functionTests/tests/i18n/I18NImportExport.sql  |    48 +
 .../tests/i18n/ImportExportProcedureESTest.java    |    58 +
 .../tests/i18n/JapanCodeConversionTest.java        |   158 +
 .../tests/i18n/LocalizedAttributeScriptTest.java   |   122 +
 .../tests/i18n/LocalizedConnectionAttribute.sql    |    69 +
 .../functionTests/tests/i18n/LocalizedDisplay.sql  |    44 +
 .../tests/i18n/LocalizedDisplayScriptTest.java     |   134 +
 .../functionTests/tests/i18n/UrlLocaleTest.java    |   332 +
 .../functionTests/tests/i18n/_Suite.java           |    65 +
 .../functionTests/tests/i18n/build.xml             |   109 +
 .../functionTests/tests/i18n/copyfiles.ant         |    17 +
 .../functionTests/tests/i18n/data/Tab1_fr.ctrl     |    27 +
 .../functionTests/tests/i18n/data/Tab1_il.ctrl     |    27 +
 .../functionTests/tests/i18n/data/Tab1_jp.ctrl     |    27 +
 .../functionTests/tests/i18n/data/copyfiles.ant    |     4 +
 .../functionTests/tests/i18n/data/jap_EUC_JP.dat   |    16 +
 .../tests/i18n/default_app.properties              |    42 +
 .../tests/i18n/default_derby.properties            |    22 +
 .../functionTests/tests/jdbc4/AbortTest.java       |   291 +
 .../tests/jdbc4/BlobClobTestSetup.java             |   174 +
 .../tests/jdbc4/BlobSetMethodsTest.java            |   193 +
 .../functionTests/tests/jdbc4/BlobTest.java        |   968 +
 .../tests/jdbc4/CallableStatementTest.java         |   866 +
 .../tests/jdbc4/CallableStatementTestSetup.java    |   269 +
 .../functionTests/tests/jdbc4/ClobTest.java        |  1081 +
 .../tests/jdbc4/ConnectionMethodsTest.java         |   665 +
 .../functionTests/tests/jdbc4/ConnectionTest.java  |   444 +
 .../functionTests/tests/jdbc4/DataSourceTest.java  |   365 +
 .../tests/jdbc4/Derby2017LayerBTest.java           |   515 +
 .../functionTests/tests/jdbc4/Derby3650Test.java   |   605 +
 .../functionTests/tests/jdbc4/Driver40Test.java    |   109 +
 .../tests/jdbc4/Driver40UnbootedTest.java          |   154 +
 .../tests/jdbc4/JDBC4FromJDBC3DataSourceTest.java  |   138 +
 .../functionTests/tests/jdbc4/LobSortTest.java     |   274 +
 .../functionTests/tests/jdbc4/LobStreamTest.java   |   445 +
 .../tests/jdbc4/LoginTimeoutTest.java              |   460 +
 .../tests/jdbc4/ParameterMetaDataWrapperTest.java  |   106 +
 .../tests/jdbc4/PreparedStatementTest.java         |  1395 +
 .../tests/jdbc4/PreparedStatementTest42.java       |   965 +
 .../functionTests/tests/jdbc4/README.html          |    51 +
 .../tests/jdbc4/ResultSetMetaDataTest.java         |   107 +
 .../functionTests/tests/jdbc4/ResultSetTest.java   |  2121 ++
 .../tests/jdbc4/RowIdNotImplementedTest.java       |   189 +
 .../tests/jdbc4/SetObjectUnsupportedTest.java      |   221 +
 .../tests/jdbc4/StatementEventsTest.java           |   624 +
 .../functionTests/tests/jdbc4/StatementTest.java   |   742 +
 .../tests/jdbc4/StatementTestSetup.java            |   116 +
 .../tests/jdbc4/StreamTruncationTest.java          |   432 +
 .../functionTests/tests/jdbc4/TestDbMetaData.java  |   581 +
 .../tests/jdbc4/TestJDBC40Exception.java           |   168 +
 .../tests/jdbc4/UnsupportedVetter.java             |  1095 +
 .../tests/jdbc4/VerifySignatures.java              |   530 +
 .../functionTests/tests/jdbc4/Wrapper41.java       |   123 +
 .../functionTests/tests/jdbc4/Wrapper41Conn.java   |   141 +
 .../tests/jdbc4/Wrapper41DataSource.java           |   149 +
 .../functionTests/tests/jdbc4/Wrapper41Driver.java |   104 +
 .../functionTests/tests/jdbc4/Wrapper41Test.java   |   682 +
 .../functionTests/tests/jdbc4/XA40Test.java        |   215 +
 .../functionTests/tests/jdbc4/_Suite.java          |   107 +
 .../functionTests/tests/jdbc4/build.xml            |   109 +
 .../functionTests/tests/jdbc4/copyfiles.ant        |     3 +
 .../tests/jdbc4/default_app.properties             |    48 +
 .../tests/jdbc4/noAbortPermission.policy           |   394 +
 .../functionTests/tests/jdbcapi/AIjdbcTest.java    |   120 +
 .../tests/jdbcapi/AssertEventCatcher.java          |    75 +
 .../tests/jdbcapi/AuthenticationTest.java          |  1581 +
 .../tests/jdbcapi/AutoGenJDBC30Test.java           |  1533 +
 .../functionTests/tests/jdbcapi/AutoloadTest.java  |   681 +
 .../tests/jdbcapi/BLOBDataModelSetup.java          |   145 +
 .../functionTests/tests/jdbcapi/BLOBTest.java      |   815 +
 .../tests/jdbcapi/BLOBTest_app.properties          |    18 +
 .../tests/jdbcapi/BatchUpdateTest.java             |  1674 +
 .../tests/jdbcapi/BlobClob4BlobTest.java           |  3706 +++
 .../tests/jdbcapi/BlobSetBytesBoundaryTest.java    |   253 +
 .../tests/jdbcapi/BlobStoredProcedureTest.java     |   363 +
 .../tests/jdbcapi/BlobUpdatableStreamTest.java     |   102 +
 .../tests/jdbcapi/CacheSessionDataTest.java        |   905 +
 .../functionTests/tests/jdbcapi/CallableTest.java  |  2073 ++
 .../tests/jdbcapi/CharacterStreamsTest.java        |   945 +
 .../ClientConnectionPoolDataSourceTest.java        |   158 +
 .../tests/jdbcapi/ClobStoredProcedureTest.java     |   344 +
 .../functionTests/tests/jdbcapi/ClobTest.java      |  1042 +
 .../tests/jdbcapi/ClobTruncateTest.java            |   121 +
 .../tests/jdbcapi/ClobUpdatableReaderTest.java     |   309 +
 .../tests/jdbcapi/ClosedObjectTest.java            |   881 +
 .../tests/jdbcapi/Compat_BlobClob4BlobTest.java    |    72 +
 .../tests/jdbcapi/ConcurrencyTest.java             |   901 +
 .../tests/jdbcapi/ConcurrentAutoloadTest.java      |    96 +
 .../functionTests/tests/jdbcapi/DMDBugsTest.java   |    95 +
 .../tests/jdbcapi/DSCreateShutdownDBTest.java      |   387 +
 .../tests/jdbcapi/DataSourcePropertiesTest.java    |   195 +
 .../tests/jdbcapi/DataSourceReferenceTest.java     |   680 +
 .../tests/jdbcapi/DataSourceSerializationTest.java |   434 +
 .../tests/jdbcapi/DataSourceTest.java              |   797 +
 .../tests/jdbcapi/DatabaseMetaDataTest.java        |  5623 ++++
 .../tests/jdbcapi/DaylightSavingTest.java          |   334 +
 .../functionTests/tests/jdbcapi/DboPowersTest.java |   856 +
 .../tests/jdbcapi/Derby2017LayerATest.java         |   778 +
 .../functionTests/tests/jdbcapi/Derby5158Test.java |   108 +
 .../tests/jdbcapi/DriverMgrAuthenticationTest.java |   256 +
 .../functionTests/tests/jdbcapi/DriverTest.java    |   548 +
 .../functionTests/tests/jdbcapi/DummyReader.java   |    72 +
 .../tests/jdbcapi/HoldabilityTest.java             |   618 +
 .../jdbcapi/InternationalConnectSimpleDSTest.java  |   107 +
 .../tests/jdbcapi/InternationalConnectTest.java    |   325 +
 .../InvalidLDAPServerAuthenticationTest.java       |   187 +
 .../tests/jdbcapi/J2EEDataSourceTest.java          |  4653 +++
 .../tests/jdbcapi/JDBCDriversAllTest.java          |    39 +
 .../tests/jdbcapi/JDBCDriversClientTest.java       |    37 +
 .../tests/jdbcapi/JDBCDriversEmbeddedTest.java     |    50 +
 .../tests/jdbcapi/JDBCDriversPropertyTest.java     |    65 +
 .../tests/jdbcapi/JDBCHarnessJavaTest.java         |    86 +
 .../tests/jdbcapi/LDAPAuthenticationTest.java      |   362 +
 .../functionTests/tests/jdbcapi/LDAPTests.policy   |   366 +
 .../tests/jdbcapi/LargeDataLocksTest.java          |   240 +
 .../functionTests/tests/jdbcapi/LobLengthTest.java |   117 +
 .../tests/jdbcapi/LobRsGetterTest.java             |   612 +
 .../tests/jdbcapi/LobStreamsTest.java              |   650 +
 .../tests/jdbcapi/NullSQLTextTest.java             |   356 +
 .../tests/jdbcapi/ParameterMappingTest.java        |  5373 ++++
 .../tests/jdbcapi/ParameterMetaDataJdbc30Test.java |   994 +
 .../tests/jdbcapi/PoolDSAuthenticationTest.java    |   274 +
 .../jdbcapi/PoolXADSCreateShutdownDBTest.java      |   446 +
 .../tests/jdbcapi/PrepStmtMetaDataTest.java        |   387 +
 .../tests/jdbcapi/PrepStmtNullTest.java            |   199 +
 .../functionTests/tests/jdbcapi/ProcedureTest.java |  1890 ++
 .../functionTests/tests/jdbcapi/RelativeTest.java  |   182 +
 .../tests/jdbcapi/ResultSetCloseTest.java          |   126 +
 .../tests/jdbcapi/ResultSetJDBC30Test.java         |   236 +
 .../tests/jdbcapi/ResultSetMiscTest.java           |   793 +
 .../tests/jdbcapi/ResultSetStreamTest.java         |   506 +
 .../functionTests/tests/jdbcapi/SURBaseTest.java   |   275 +
 .../tests/jdbcapi/SURDataModelSetup.java           |   240 +
 .../tests/jdbcapi/SURQueryMixTest.java             |   570 +
 .../functionTests/tests/jdbcapi/SURTest.java       |  1773 ++
 .../functionTests/tests/jdbcapi/SURTest_ij.sql     |    83 +
 .../functionTests/tests/jdbcapi/SURijTest.java     |    64 +
 .../tests/jdbcapi/SavepointJdbc30Test.java         |  1200 +
 .../tests/jdbcapi/ScrollResultSetTest.java         |   161 +
 .../tests/jdbcapi/SetQueryTimeoutTest.java         |   790 +
 .../tests/jdbcapi/SetTransactionIsolationTest.java |   268 +
 .../tests/jdbcapi/StatementJdbc20Test.java         |   590 +
 .../tests/jdbcapi/StatementJdbc30Test.java         |   346 +
 .../tests/jdbcapi/StatementPoolingTest.java        |   942 +
 .../functionTests/tests/jdbcapi/StreamTest.java    |   228 +
 .../tests/jdbcapi/URCoveringIndexTest.java         |   147 +
 .../tests/jdbcapi/UpdatableResultSetTest.java      |   720 +
 .../functionTests/tests/jdbcapi/UpdateXXXTest.java |   434 +
 .../functionTests/tests/jdbcapi/Wrapper41DBMD.java |   102 +
 .../tests/jdbcapi/Wrapper41Statement.java          |   114 +
 .../functionTests/tests/jdbcapi/Wrapper42DBMD.java |    69 +
 .../tests/jdbcapi/XADSAuthenticationTest.java      |   270 +
 .../functionTests/tests/jdbcapi/XAJNDITest.java    |   193 +
 .../functionTests/tests/jdbcapi/XATest.java        |  1436 +
 .../tests/jdbcapi/XATransactionTest.java           |   639 +
 .../functionTests/tests/jdbcapi/_Suite.java        |   178 +
 .../tests/jdbcapi/_Suite_app.properties            |    18 +
 .../functionTests/tests/jdbcapi/aclob.utf          |  3000 ++
 .../functionTests/tests/jdbcapi/build.xml          |   104 +
 .../tests/jdbcapi/connectionJdbc20.java            |   302 +
 .../tests/jdbcapi/default_app.properties           |    42 +
 .../tests/jdbcapi/default_derby.properties         |    36 +
 .../functionTests/tests/jdbcapi/empty.utf          |     0
 .../functionTests/tests/jdbcapi/littleclob.utf     |   100 +
 .../functionTests/tests/jdbcapi/maxfieldsize.java  |   324 +
 .../tests/jdbcapi/metadataMultiConnTest.java       |   115 +
 .../tests/jdbcapi/resultsetJdbc20.java             |   126 +
 .../tests/jdbcapi/rsgetXXXcolumnNames.java         |   128 +
 .../functionTests/tests/jdbcapi/searchclob.utf     |    50 +
 .../setTransactionIsolation_derby.properties       |    17 +
 .../jdbcapi/setTransactionIsolation_sed.properties |    28 +
 .../functionTests/tests/jdbcapi/short.utf          |     1 +
 .../functionTests/tests/jdbcapi/xaAnotherTest.sql  |   229 +
 .../tests/jdbcapi/xaAnotherTest_app.properties     |    24 +
 .../tests/jdbcapi/xaAnotherTest_derby.properties   |    17 +
 .../tests/jdbcapi/xaAnotherTest_sed.properties     |    26 +
 .../tests/jdbcapi/xaSimpleNegative.sql             |   275 +
 .../jdbcapi/xaSimpleNegative_derby.properties      |    17 +
 .../tests/jdbcapi/xaSimpleNegative_sed.properties  |    24 +
 .../functionTests/tests/lang/AggBuiltinTest.java   |  4350 +++
 .../tests/lang/AggregateClassLoadingTest.java      |   164 +
 .../functionTests/tests/lang/AlterColumnTest.java  |   119 +
 .../functionTests/tests/lang/AlterTableTest.java   |  3931 +++
 .../functionTests/tests/lang/AnsiSignatures.java   |  1405 +
 .../tests/lang/AnsiSignaturesTest.java             |   923 +
 .../functionTests/tests/lang/AnsiTrimTest.java     |   215 +
 .../functionTests/tests/lang/ArchiveVTI.java       |   238 +
 .../functionTests/tests/lang/ArithmeticTest.java   |   684 +
 .../tests/lang/AutoIncrementTest.java              |  1198 +
 .../functionTests/tests/lang/AwareVTITest.java     |   250 +
 .../functionTests/tests/lang/BigDataTest.java      |   537 +
 .../tests/lang/BooleanValuesTest.java              |  2242 ++
 .../functionTests/tests/lang/Bug4356Test.java      |   113 +
 .../functionTests/tests/lang/Bug5052rtsTest.java   |   145 +
 .../functionTests/tests/lang/Bug5054Test.java      |   104 +
 .../tests/lang/CaseExpressionTest.java             |  1122 +
 .../functionTests/tests/lang/CastingTest.java      |  1311 +
 .../functionTests/tests/lang/CharUTF8Test.java     |   139 +
 .../tests/lang/CheckConstraintTest.java            |  1090 +
 .../functionTests/tests/lang/CoalesceTest.java     |  1181 +
 .../functionTests/tests/lang/CollationTest.java    |  2290 ++
 .../functionTests/tests/lang/CollationTest2.java   |  2056 ++
 .../tests/lang/ColumnDefaultsTest.java             |   571 +
 .../functionTests/tests/lang/CommentTest.java      |   228 +
 .../tests/lang/CompressTableTest.java              |   173 +
 .../tests/lang/ConcurrentImplicitCreateSchema.java |   193 +
 .../tests/lang/ConglomerateSharingTest.java        |   855 +
 .../functionTests/tests/lang/ConnectTest.java      |   176 +
 .../tests/lang/ConsistencyCheckerTest.java         |   331 +
 .../tests/lang/ConstantExpressionTest.java         |   155 +
 .../tests/lang/ConstraintCharacteristicsTest.java  |  2851 ++
 .../tests/lang/CreateTableFromQueryTest.java       |   308 +
 .../functionTests/tests/lang/CurrentOfTest.java    |   633 +
 .../tests/lang/CurrentSchemaTest.java              |   477 +
 .../functionTests/tests/lang/CursorTest.java       |   234 +
 .../tests/lang/DB2IsolationLevelsTest.java         |   274 +
 .../functionTests/tests/lang/DBInJarTest.java      |   266 +
 .../functionTests/tests/lang/DBOAccessTest.java    |   597 +
 .../functionTests/tests/lang/DBOperations.java     |   109 +
 .../tests/lang/DatabaseClassLoadingTest.java       |  1409 +
 .../functionTests/tests/lang/DateTimeTest.java     |  1870 ++
 .../tests/lang/DeadlockDetectionTest.java          |   241 +
 .../functionTests/tests/lang/DeadlockModeTest.java |   191 +
 .../lang/DeclareGlobalTempTableJavaJDBC30Test.java |   952 +
 .../tests/lang/DeclareGlobalTempTableJavaTest.java |  1232 +
 .../functionTests/tests/lang/Derby5005Test.java    |    96 +
 .../functionTests/tests/lang/Derby5652.java        |   122 +
 .../tests/lang/Derby5866TriggerOrderTest.java      |   267 +
 .../functionTests/tests/lang/Derby6131.java        |   244 +
 .../functionTests/tests/lang/Derby6587Test.java    |   128 +
 .../functionTests/tests/lang/DistinctTest.java     |   972 +
 .../functionTests/tests/lang/DropTableTest.java    |   322 +
 .../functionTests/tests/lang/DummyAwareVTI.java    |    85 +
 .../functionTests/tests/lang/DummyOptTrace.java    |   172 +
 .../tests/lang/DynamicLikeOptimizationTest.java    |   581 +
 .../functionTests/tests/lang/ErrorCodeTest.java    |   277 +
 .../functionTests/tests/lang/ErrorMessageTest.java |   244 +
 .../tests/lang/ExistsWithSubqueriesTest.java       |   644 +
 .../functionTests/tests/lang/FakeByteArray.java    |   106 +
 .../functionTests/tests/lang/FloatTypesTest.java   |    77 +
 .../functionTests/tests/lang/ForBitDataTest.java   |  1163 +
 .../functionTests/tests/lang/ForUpdateTest.java    |   409 +
 .../tests/lang/ForeignKeysDeferrableTest.java      |  1311 +
 .../tests/lang/ForeignKeysNonSpsTest.java          |  1157 +
 .../tests/lang/FullCollationTests.java             |    47 +
 .../functionTests/tests/lang/FullName.java         |    98 +
 .../tests/lang/GeneratedColumnsHelper.java         |   375 +
 .../tests/lang/GeneratedColumnsPermsTest.java      |   778 +
 .../tests/lang/GeneratedColumnsTest.java           |  5881 ++++
 .../functionTests/tests/lang/GenericMode.java      |   135 +
 .../tests/lang/GetPropertyInfoTest.java            |   207 +
 .../tests/lang/GetPropertyInfoTest_app.properties  |    20 +
 .../tests/lang/GrantRevokeDDLTest.java             | 12436 ++++++++
 .../functionTests/tests/lang/GrantRevokeTest.java  |  1619 +
 .../tests/lang/GroupByExpressionTest.java          |   746 +
 .../functionTests/tests/lang/GroupByTest.java      |  2901 ++
 .../tests/lang/HalfCreatedDatabaseTest.java        |   178 +
 .../functionTests/tests/lang/HoldCursorTest.java   |   420 +
 .../tests/lang/IdentitySequenceTest.java           |   396 +
 .../tests/lang/InListMultiProbeTest.java           |  2017 ++
 .../functionTests/tests/lang/InPredicateTest.java  |   189 +
 .../functionTests/tests/lang/InbetweenTest.java    |  4489 +++
 .../functionTests/tests/lang/InsertTest.java       |   281 +
 .../functionTests/tests/lang/IntArray.java         |   180 +
 .../functionTests/tests/lang/IntegerArrayVTI.java  |   205 +
 .../functionTests/tests/lang/JitTest.java          |   189 +
 .../functionTests/tests/lang/JoinDeadlockTest.java |   118 +
 .../functionTests/tests/lang/JoinTest.java         |  2104 ++
 .../derbyTesting/functionTests/tests/lang/LOB.sql  |   525 +
 .../tests/lang/LOBDB2compatibilityTest.java        |   297 +
 .../tests/lang/LangHarnessJavaTest.java            |   128 +
 .../tests/lang/LangProcedureTest.java              |  2785 ++
 .../functionTests/tests/lang/LangScripts.java      |   161 +
 .../tests/lang/LazyDefaultSchemaCreationTest.java  |   388 +
 .../functionTests/tests/lang/LikeTest.java         |    81 +
 .../functionTests/tests/lang/LobMode.java          |   183 +
 .../functionTests/tests/lang/LockTableTest.java    |   399 +
 .../functionTests/tests/lang/LojReorderTest.java   | 23873 ++++++++++++++
 .../functionTests/tests/lang/LongMagnitude.java    |    48 +
 .../functionTests/tests/lang/LuceneBackupTest.java |   228 +
 .../tests/lang/LuceneCoarseAuthorizationTest.java  |   406 +
 .../tests/lang/LuceneCollationTest.java            |   247 +
 .../tests/lang/LuceneInMemoryTest.java             |   179 +
 .../tests/lang/LuceneJarLoadingTest.java           |   223 +
 .../functionTests/tests/lang/LuceneSuite.java      |   123 +
 .../tests/lang/LuceneSupportPermsTest.java         |  1609 +
 .../tests/lang/LuceneSupportTest.java              |   530 +
 .../tests/lang/MathTrigFunctionsTest.java          |  1237 +
 .../tests/lang/MergeStatementTest.java             |  9926 ++++++
 .../functionTests/tests/lang/MiscErrorsTest.java   |   113 +
 .../tests/lang/MixedCaseExpressionTest.java        |    74 +
 .../functionTests/tests/lang/ModeAggregate.java    |   120 +
 .../lang/NativeAuthenticationServiceTest.java      |  1750 ++
 .../functionTests/tests/lang/NestedCommitTest.java |   200 +
 .../tests/lang/NestedWhereSubqueryTest.java        |   476 +
 .../tests/lang/NewOptimizerOverridesTest.java      |   664 +
 .../functionTests/tests/lang/NullIfTest.java       |   382 +
 .../tests/lang/NullableUniqueConstraintTest.java   |   596 +
 .../functionTests/tests/lang/NullsTest.java        |   357 +
 .../functionTests/tests/lang/OLAPTest.java         |  1219 +
 .../tests/lang/OffsetFetchNextTest.java            |  1129 +
 .../tests/lang/OptimizerOverridesTest.java         |   546 +
 .../tests/lang/OptionalToolExample.java            |   118 +
 .../tests/lang/OptionalToolsTest.java              |   636 +
 .../lang/OrderByAndOffsetFetchInSubqueries.java    |  1341 +
 .../tests/lang/OrderByAndSortAvoidance.java        |  3890 +++
 .../functionTests/tests/lang/OuterJoinTest.java    |  3497 +++
 .../functionTests/tests/lang/Permission.java       |    39 +
 .../functionTests/tests/lang/PrecedenceTest.java   |    71 +
 .../tests/lang/PredicatePushdownTest.java          |  2801 ++
 .../functionTests/tests/lang/PredicateTest.java    |   161 +
 .../tests/lang/PrepareExecuteDDL.java              |   219 +
 .../functionTests/tests/lang/Price.java            |   117 +
 .../functionTests/tests/lang/PrimaryKeyTest.java   |   300 +
 .../tests/lang/ProcedureInTriggerTest.java         |   719 +
 .../functionTests/tests/lang/QueryPlanTest.java    |   174 +
 .../functionTests/tests/lang/RSMDWrapper.java      |   204 +
 .../tests/lang/ReferentialActionsTest.java         |    66 +
 .../tests/lang/ReleaseCompileLocksTest.java        |   282 +
 .../functionTests/tests/lang/RenameIndexTest.java  |   211 +
 .../functionTests/tests/lang/RenameTableTest.java  |   391 +
 .../tests/lang/RestrictedTableVTI.java             |   357 +
 .../tests/lang/RestrictedVTITest.java              |  1340 +
 .../lang/ResultSetsFromPreparedStatementTest.java  |  2665 ++
 .../tests/lang/RolesConferredPrivilegesTest.java   |  2904 ++
 .../functionTests/tests/lang/RolesTest.java        |  1345 +
 .../tests/lang/RoutineSecurityTest.java            |   227 +
 .../functionTests/tests/lang/RoutineTest.java      |   884 +
 .../tests/lang/RoutinesDefinersRightsTest.java     |   578 +
 .../functionTests/tests/lang/SGVetter.java         |   200 +
 .../tests/lang/SQLAuthorizationPropTest.java       |   187 +
 .../tests/lang/SQLSessionContextTest.java          |   747 +
 .../functionTests/tests/lang/SampleSQLData.java    |   102 +
 .../tests/lang/ScrollCursors1Test.java             |   734 +
 .../tests/lang/ScrollCursors2Test.java             |   761 +
 .../SecurityPolicyReloadingTest.initial.policy     |   112 +
 .../tests/lang/SecurityPolicyReloadingTest.java    |   372 +
 .../SecurityPolicyReloadingTest.modified.policy    |    80 +
 ...SecurityPolicyReloadingTest.unreloadable.policy |   250 +
 .../functionTests/tests/lang/SelectivityTest.java  |  1462 +
 .../tests/lang/SequenceGeneratorTest.java          |   987 +
 .../tests/lang/SequencePermsTest.java              |   318 +
 .../functionTests/tests/lang/SequenceTest.java     |   814 +
 .../tests/lang/ShutdownDatabaseTest.java           |   272 +
 .../functionTests/tests/lang/SimpleTest.java       |   150 +
 .../functionTests/tests/lang/SpillHashTest.java    |   393 +
 .../functionTests/tests/lang/StalePlansTest.java   |   299 +
 .../tests/lang/StatementPlanCacheTest.java         |   338 +
 .../functionTests/tests/lang/StreamsTest.java      |   397 +
 .../functionTests/tests/lang/StringArrayVTI.java   |   312 +
 .../tests/lang/SubqueryFlatteningTest.java         |   266 +
 .../functionTests/tests/lang/SubqueryTest.java     |  2121 ++
 .../functionTests/tests/lang/SynonymTest.java      |   158 +
 .../tests/lang/SysDiagVTIMappingTest.java          |  1037 +
 .../tests/lang/SystemCatalogTest.java              |   761 +
 .../tests/lang/TableFunctionTest.java              |  3119 ++
 .../functionTests/tests/lang/TableVTI.java         |  1687 +
 .../functionTests/tests/lang/Test_6496.java        |   136 +
 .../functionTests/tests/lang/TimeHandlingTest.java |   954 +
 .../tests/lang/TimestampArithTest.java             |   606 +
 .../tests/lang/TriggerBeforeTrigTest.java          |   246 +
 .../tests/lang/TriggerGeneralTest.java             |  2419 ++
 .../functionTests/tests/lang/TriggerTest.java      |  2576 ++
 .../tests/lang/TriggerWhenClauseTest.java          |  1045 +
 .../lang/TruncateTableAndOnlineBackupTest.java     |   343 +
 .../tests/lang/TruncateTableTest.java              |   364 +
 .../functionTests/tests/lang/UDAPermsTest.java     |   445 +
 .../functionTests/tests/lang/UDTPermsTest.java     |   422 +
 .../functionTests/tests/lang/UDTTest.java          |  1397 +
 .../tests/lang/UnaryArithmeticParameterTest.java   |   356 +
 .../lang/UngroupedAggregatesNegativeTest.java      |   106 +
 .../lang/UniqueConstraintMultiThreadedTest.java    |   135 +
 .../tests/lang/UniqueConstraintSetNullTest.java    |   149 +
 .../tests/lang/UpdatableResultSetTest.java         |  4586 +++
 .../functionTests/tests/lang/UpdateCursorTest.java |   349 +
 .../tests/lang/UpdateStatisticsTest.java           |   726 +
 .../tests/lang/UserDefinedAggregatesTest.java      |  2305 ++
 .../functionTests/tests/lang/UserLobTest.java      |   249 +
 .../functionTests/tests/lang/VTITest.java          |   103 +
 .../functionTests/tests/lang/VarargsRoutines.java  |   512 +
 .../functionTests/tests/lang/VarargsTest.java      |  1187 +
 .../functionTests/tests/lang/ViewsTest.java        |  1014 +
 .../functionTests/tests/lang/WISCInsert.java       |   218 +
 .../functionTests/tests/lang/WarehouseVTI.java     |    61 +
 .../functionTests/tests/lang/XMLBindingTest.java   |   353 +
 .../tests/lang/XMLConcurrencyTest.java             |   197 +
 .../tests/lang/XMLMissingClassesTest.java          |   142 +
 .../tests/lang/XMLOptimizerTraceTest.java          |   676 +
 .../tests/lang/XMLTypeAndOpsTest.java              |  2829 ++
 .../tests/lang/XplainStatisticsTest.java           |  3126 ++
 .../functionTests/tests/lang/_Suite.java           |   264 +
 .../functionTests/tests/lang/aggregate.sql         |   419 +
 .../tests/lang/aggregateOptimization.sql           |   288 +
 .../lang/aggregateOptimization_app.properties      |    17 +
 .../lang/aggregateOptimization_derby.properties    |    25 +
 .../derbyTesting/functionTests/tests/lang/bit.sql  |   447 +
 .../derbyTesting/functionTests/tests/lang/bit2.sql |    22 +
 .../functionTests/tests/lang/build.xml             |   137 +
 .../derbyTesting/functionTests/tests/lang/cast.sql |   727 +
 .../functionTests/tests/lang/comparisons.sql       |   755 +
 .../functionTests/tests/lang/compressTable.sql     |   606 +
 .../tests/lang/compressTable_app.properties        |    17 +
 .../tests/lang/compressTable_derby.properties      |    21 +
 .../functionTests/tests/lang/concateTests.java     |   988 +
 .../tests/lang/createTestProcedures.subsql         |    21 +
 .../functionTests/tests/lang/cursorerrors.sql      |   194 +
 .../tests/lang/cursorerrors_derby.properties       |    25 +
 .../functionTests/tests/lang/db2Compatibility.sql  |  1174 +
 .../tests/lang/db2Compatibility_app.properties     |    17 +
 .../functionTests/tests/lang/dbManagerLimits.java  |   630 +
 .../tests/lang/dbManagerLimits_app.properties      |    17 +
 .../functionTests/tests/lang/dbjarUtil.java        |   136 +
 .../functionTests/tests/lang/dcl_emc1.jar          |   Bin 0 -> 3289 bytes
 .../functionTests/tests/lang/dcl_emc2.jar          |   Bin 0 -> 4296 bytes
 .../functionTests/tests/lang/dcl_emc2l.jar         |   Bin 0 -> 1948 bytes
 .../functionTests/tests/lang/dcl_emc2s.jar         |   Bin 0 -> 5804 bytes
 .../functionTests/tests/lang/dcl_emc2sm.jar        |   Bin 0 -> 4364 bytes
 .../functionTests/tests/lang/dcl_emcaddon.jar      |   Bin 0 -> 2550 bytes
 .../functionTests/tests/lang/dcl_id.jar            |   Bin 0 -> 1868 bytes
 .../functionTests/tests/lang/dcl_java.jar          |   Bin 0 -> 4423 bytes
 .../functionTests/tests/lang/dcl_ot1.jar           |   Bin 0 -> 5226 bytes
 .../functionTests/tests/lang/dcl_ot2.jar           |   Bin 0 -> 6702 bytes
 .../functionTests/tests/lang/dcl_ot3.jar           |   Bin 0 -> 8178 bytes
 .../functionTests/tests/lang/ddlTableLockMode.sql  |   425 +
 .../tests/lang/ddlTableLockMode_app.properties     |    46 +
 .../tests/lang/default_app.properties              |    45 +
 .../tests/lang/default_derby.properties            |    37 +
 .../functionTests/tests/lang/delete.sql            |   273 +
 .../functionTests/tests/lang/depend.sql            |   237 +
 .../functionTests/tests/lang/derived.sql           |   256 +
 .../functionTests/tests/lang/desc_index.sql        |   182 +
 .../tests/lang/desc_index_app.properties           |    46 +
 .../functionTests/tests/lang/dummy_vti.jar         |   Bin 0 -> 3899 bytes
 .../functionTests/tests/lang/ejbql.sql             |  1599 +
 .../functionTests/tests/lang/emptyStatistics.sql   |    20 +
 .../tests/lang/emptyStatistics_derby.properties    |    16 +
 .../tests/lang/errorCode_app.properties            |    22 +
 .../functionTests/tests/lang/floattypes.sql        |  1242 +
 .../functionTests/tests/lang/functions.sql         |   224 +
 .../tests/lang/functions_app.properties            |    20 +
 .../functionTests/tests/lang/holdCursorIJ.sql      |   200 +
 .../functionTests/tests/lang/identifier.sql        |   268 +
 .../tests/lang/implicitConversions.sql             |  1780 ++
 .../tests/lang/implicitConversions_app.properties  |    17 +
 .../lang/implicitConversions_derby.properties      |    26 +
 .../functionTests/tests/lang/infostreams.sql       |    18 +
 .../tests/lang/infostreams_derby.properties        |    37 +
 .../functionTests/tests/lang/innerjoin.sql         |   147 +
 .../functionTests/tests/lang/insert.sql            |   643 +
 .../functionTests/tests/lang/insert_sed.properties |    26 +
 .../functionTests/tests/lang/intersect.sql         |   189 +
 .../functionTests/tests/lang/isolationLevels.sql   |   115 +
 .../functionTests/tests/lang/joins.sql             |   411 +
 .../functionTests/tests/lang/langUnitTests.sql     |    18 +
 .../tests/lang/langUnitTests_derby.properties      |    23 +
 .../functionTests/tests/lang/largeCodeGen.java     |   418 +
 .../functionTests/tests/lang/logop.sql             |   271 +
 .../tests/lang/longStringColumn_derby.properties   |    18 +
 .../functionTests/tests/lang/luceneSupport.policy  |   489 +
 .../functionTests/tests/lang/maxMemPerTab.java     |   153 +
 .../tests/lang/maxMemPerTab_app.properties         |    17 +
 .../tests/lang/maxMemPerTab_derby.properties       |    16 +
 .../functionTests/tests/lang/median_uda.jar        |   Bin 0 -> 1664 bytes
 .../functionTests/tests/lang/modifyColumn.sql      |   137 +
 .../functionTests/tests/lang/myLuceneClasses.jar   |   Bin 0 -> 3059 bytes
 .../functionTests/tests/lang/nast1.jar             |   Bin 0 -> 626408 bytes
 .../functionTests/tests/lang/nast_init.sql         |    42 +
 .../functionTests/tests/lang/nonreserved.sql       |   237 +
 .../functionTests/tests/lang/openScans.sql         |    63 +
 .../tests/lang/openScans_derby.properties          |    18 +
 .../functionTests/tests/lang/orderby.sql           |   927 +
 .../tests/lang/orderbyElimination.sql              |   141 +
 .../tests/lang/orderbyElimination_derby.properties |    21 +
 .../functionTests/tests/lang/outparams.java        |  1815 ++
 .../functionTests/tests/lang/outparams30.java      |    48 +
 .../tests/lang/outparams_app.properties            |    17 +
 .../functionTests/tests/lang/paramij.sql           |    98 +
 .../functionTests/tests/lang/partdml.sql           |   347 +
 .../tests/lang/partdml_app.properties              |    46 +
 .../functionTests/tests/lang/positionedDelUpd.sql  |   714 +
 .../tests/lang/predicatesIntoViews.sql             |  4284 +++
 .../lang/predicatesIntoViews_derby.properties      |    22 +
 .../functionTests/tests/lang/refActions.sql        |  1500 +
 .../functionTests/tests/lang/refActions1.sql       |  3172 ++
 .../functionTests/tests/lang/refActions2.sql       |   999 +
 .../functionTests/tests/lang/refActions3.sql       |  1784 ++
 .../tests/lang/refActions_derby.properties         |    17 +
 .../functionTests/tests/lang/reopenScan.sql        |   122 +
 .../tests/lang/resultSetReader.policy              |   441 +
 .../functionTests/tests/lang/schemas.sql           |   594 +
 .../tests/lang/scrollCursors1_sed.properties       |    26 +
 .../functionTests/tests/lang/select.sql            |   149 +
 .../functionTests/tests/lang/setOpPlan.sql         |    37 +
 .../functionTests/tests/lang/simpleThread.java     |   137 +
 .../tests/lang/simpleThreadWrapper.java            |    45 +
 .../functionTests/tests/lang/specjPlans.sql        |   612 +
 .../tests/lang/specjPlans_app.properties           |    46 +
 .../tests/lang/stmtCacheAliases.subsql             |    22 +
 .../tests/lang/stmtCacheAliasesRemove.subsql       |    23 +
 .../functionTests/tests/lang/stringtypes.sql       |   224 +
 .../functionTests/tests/lang/subquery2.sql         |   396 +
 .../tests/lang/subquery2_derby.properties          |    18 +
 .../tests/lang/subqueryFlattening.sql              |   559 +
 .../tests/lang/subqueryFlattening_derby.properties |    22 +
 .../functionTests/tests/lang/supersimple.sql       |    22 +
 .../tests/lang/supersimple_app.properties          |    17 +
 .../tests/lang/supersimple_derby.properties        |    18 +
 .../functionTests/tests/lang/synonym.sql           |   443 +
 .../tests/lang/sys_vti_test_derby.tstlog           |    35 +
 .../functionTests/tests/lang/t_5494.sh             |    61 +
 .../functionTests/tests/lang/t_bi_1.dat            |     1 +
 .../functionTests/tests/lang/tempRestrictions.sql  |    27 +
 .../functionTests/tests/lang/triggerRecursion.sql  |   106 +
 .../tests/lang/triggerRecursion_derby.properties   |    17 +
 .../functionTests/tests/lang/triggerRefClause.sql  |   225 +
 .../tests/lang/triggerRefClause_app.properties     |    20 +
 .../functionTests/tests/lang/union.sql             |   512 +
 .../functionTests/tests/lang/update.sql            |   375 +
 .../functionTests/tests/lang/userDefMethods.java   |    78 +
 .../functionTests/tests/lang/valuesclause.sql      |   343 +
 .../functionTests/tests/lang/wisc_setup.sql        |  3521 +++
 .../functionTests/tests/lang/wisconsin.java        |   256 +
 .../tests/lang/wisconsin_app.properties            |    33 +
 .../tests/lang/wisconsin_derby.properties          |    28 +
 .../tests/lang/wisconsin_sed.properties            |    31 +
 .../functionTests/tests/lang/xmlOptimizer.trace    |  1217 +
 .../tests/lang/xmlTestFiles/deep40k.xml            |  2470 ++
 .../tests/lang/xmlTestFiles/dtdDoc.xml             |    53 +
 .../tests/lang/xmlTestFiles/dtdDoc_invalid.xml     |    53 +
 .../tests/lang/xmlTestFiles/personal.dtd           |    44 +
 .../tests/lang/xmlTestFiles/personal.xsd           |    97 +
 .../tests/lang/xmlTestFiles/wide40k.xml            |  1448 +
 .../tests/lang/xmlTestFiles/xsdDoc.xml             |    59 +
 .../tests/lang/xmlTestFiles/xsdDoc_invalid.xml     |    59 +
 .../functionTests/tests/lang/xplain.sql            |    60 +
 .../tests/largedata/Derby5624Test.java             |   171 +
 .../tests/largedata/Derby6317Test.java             |   505 +
 .../tests/largedata/LobLimitsClientTest.java       |    42 +
 .../tests/largedata/LobLimitsLiteTest.java         |    55 +
 .../tests/largedata/LobLimitsTest.java             |  1628 +
 .../functionTests/tests/largedata/_Suite.java      |    55 +
 .../functionTests/tests/largedata/build.xml        |    72 +
 .../tests/management/CustomMBeanServerBuilder.java |    25 +
 .../management/CustomMBeanServerBuilderTest.java   |    59 +
 .../management/InactiveManagementMBeanTest.java    |    90 +
 .../tests/management/JDBCMBeanTest.java            |   191 +
 .../tests/management/JMXConnectionDecorator.java   |   109 +
 .../tests/management/JMXConnectionGetter.java      |    47 +
 .../functionTests/tests/management/JMXTest.java    |   111 +
 .../functionTests/tests/management/MBeanTest.java  |   479 +
 .../tests/management/ManagementMBeanTest.java      |   206 +
 .../tests/management/NetworkServerMBeanTest.java   |   317 +
 .../tests/management/PlatformConnectionGetter.java |    54 +
 .../tests/management/RemoteConnectionGetter.java   |    76 +
 .../tests/management/VersionMBeanTest.java         |   201 +
 .../functionTests/tests/management/_Suite.java     |    67 +
 .../functionTests/tests/management/build.xml       |    65 +
 .../functionTests/tests/memory/BlobMemTest.java    |   361 +
 .../functionTests/tests/memory/ClobMemTest.java    |   303 +
 .../tests/memory/ConnectionHandling.java           |   132 +
 .../tests/memory/ConnectionHandlingJunit.java      |   286 +
 .../functionTests/tests/memory/Derby3009Test.java  |    71 +
 .../functionTests/tests/memory/Derby5730Test.java  |   166 +
 .../tests/memory/MemoryLeakFixesTest.java          |   280 +
 .../tests/memory/MultiByteClobTest.java            |   178 +
 .../tests/memory/RolesDependencyTest.java          |    82 +
 .../functionTests/tests/memory/TriggerTests.java   |  1553 +
 .../functionTests/tests/memory/XAMemTest.java      |    95 +
 .../functionTests/tests/memory/_Suite.java         |    48 +
 .../functionTests/tests/memory/build.xml           |    66 +
 .../tests/memorydb/BasicInMemoryDbTest.java        |   412 +
 .../functionTests/tests/memorydb/ClusMog.java      |   289 +
 .../functionTests/tests/memorydb/ClusMogSQL.java   |   316 +
 .../tests/memorydb/DropWhileConnectingTest.java    |   406 +
 .../functionTests/tests/memorydb/GenMog.java       |    91 +
 .../tests/memorydb/MemoryDbManager.java            |   263 +
 .../functionTests/tests/memorydb/MogTest.java      |   229 +
 .../functionTests/tests/memorydb/SampMog.java      |   168 +
 .../functionTests/tests/memorydb/_Suite.java       |    53 +
 .../functionTests/tests/memorydb/build.xml         |   105 +
 .../functionTests/tests/multi/StressMulti10x1.java |    37 +
 .../tests/multi/StressMulti50x59.java              |    37 +
 .../functionTests/tests/multi/StressMultiTest.java |   598 +
 .../functionTests/tests/multi/build.xml            |    66 +
 .../functionTests/tests/nist/NistScripts.java      |   221 +
 .../functionTests/tests/nist/basetab.sql           |   120 +
 .../functionTests/tests/nist/build.xml             |   104 +
 .../functionTests/tests/nist/cdr002.sql            |   140 +
 .../functionTests/tests/nist/cdr003.sql            |   137 +
 .../functionTests/tests/nist/cdr004.sql            |   130 +
 .../functionTests/tests/nist/cdr005.sql            |    98 +
 .../functionTests/tests/nist/cdr006.sql            |   103 +
 .../functionTests/tests/nist/cdr007.sql            |   129 +
 .../functionTests/tests/nist/cdr027.sql            |   216 +
 .../functionTests/tests/nist/cdr030.sql            |   124 +
 .../functionTests/tests/nist/copyfiles.ant         |   126 +
 .../functionTests/tests/nist/dml001.sql            |   142 +
 .../functionTests/tests/nist/dml004.sql            |    70 +
 .../functionTests/tests/nist/dml005.sql            |    37 +
 .../functionTests/tests/nist/dml008.sql            |    95 +
 .../functionTests/tests/nist/dml009.sql            |   126 +
 .../functionTests/tests/nist/dml010.sql            |    71 +
 .../functionTests/tests/nist/dml011.sql            |    94 +
 .../functionTests/tests/nist/dml012.sql            |    67 +
 .../functionTests/tests/nist/dml013.sql            |   150 +
 .../functionTests/tests/nist/dml014.sql            |   268 +
 .../functionTests/tests/nist/dml015.sql            |    74 +
 .../functionTests/tests/nist/dml016.sql            |    59 +
 .../functionTests/tests/nist/dml018.sql            |    73 +
 .../functionTests/tests/nist/dml019.sql            |    95 +
 .../functionTests/tests/nist/dml020.sql            |    62 +
 .../functionTests/tests/nist/dml021.sql            |   223 +
 .../functionTests/tests/nist/dml022.sql            |   122 +
 .../functionTests/tests/nist/dml023.sql            |   131 +
 .../functionTests/tests/nist/dml024.sql            |   121 +
 .../functionTests/tests/nist/dml025.sql            |    55 +
 .../functionTests/tests/nist/dml026.sql            |   114 +
 .../functionTests/tests/nist/dml027.sql            |    51 +
 .../functionTests/tests/nist/dml029.sql            |    91 +
 .../functionTests/tests/nist/dml033.sql            |    38 +
 .../functionTests/tests/nist/dml034.sql            |   167 +
 .../functionTests/tests/nist/dml035.sql            |    44 +
 .../functionTests/tests/nist/dml037.sql            |    43 +
 .../functionTests/tests/nist/dml038.sql            |    23 +
 .../functionTests/tests/nist/dml039.sql            |    43 +
 .../functionTests/tests/nist/dml042.sql            |    35 +
 .../functionTests/tests/nist/dml043.sql            |    51 +
 .../functionTests/tests/nist/dml044.sql            |    70 +
 .../functionTests/tests/nist/dml045.sql            |   103 +
 .../functionTests/tests/nist/dml046.sql            |   102 +
 .../functionTests/tests/nist/dml047.sql            |    37 +
 .../functionTests/tests/nist/dml049.sql            |    75 +
 .../functionTests/tests/nist/dml050.sql            |    45 +
 .../functionTests/tests/nist/dml051.sql            |    42 +
 .../functionTests/tests/nist/dml052.sql            |    39 +
 .../functionTests/tests/nist/dml053.sql            |    39 +
 .../functionTests/tests/nist/dml055.sql            |   124 +
 .../functionTests/tests/nist/dml056.sql            |    89 +
 .../functionTests/tests/nist/dml057.sql            |   153 +
 .../functionTests/tests/nist/dml058.sql            |   254 +
 .../functionTests/tests/nist/dml059.sql            |   150 +
 .../functionTests/tests/nist/dml060.sql            |   193 +
 .../functionTests/tests/nist/dml061.sql            |   166 +
 .../functionTests/tests/nist/dml065.sql            |    92 +
 .../functionTests/tests/nist/dml068.sql            |    84 +
 .../functionTests/tests/nist/dml069.sql            |    89 +
 .../functionTests/tests/nist/dml070.sql            |    82 +
 .../functionTests/tests/nist/dml073.sql            |   127 +
 .../functionTests/tests/nist/dml075.sql            |   183 +
 .../functionTests/tests/nist/dml076.sql            |   119 +
 .../functionTests/tests/nist/dml079.sql            |   171 +
 .../functionTests/tests/nist/dml080.sql            |    81 +
 .../functionTests/tests/nist/dml081.sql            |   143 +
 .../functionTests/tests/nist/dml082.sql            |   196 +
 .../functionTests/tests/nist/dml083.sql            |   123 +
 .../functionTests/tests/nist/dml085.sql            |   190 +
 .../functionTests/tests/nist/dml087.sql            |   129 +
 .../functionTests/tests/nist/dml090.sql            |   123 +
 .../functionTests/tests/nist/dml091.sql            |   139 +
 .../functionTests/tests/nist/dml099.sql            |    67 +
 .../functionTests/tests/nist/dml104.sql            |   440 +
 .../functionTests/tests/nist/dml106.sql            |   332 +
 .../functionTests/tests/nist/dml108.sql            |   184 +
 .../functionTests/tests/nist/dml112.sql            |   636 +
 .../functionTests/tests/nist/dml114.sql            |   263 +
 .../functionTests/tests/nist/dml119.sql            |   100 +
 .../functionTests/tests/nist/dml130.sql            |   582 +
 .../functionTests/tests/nist/dml132.sql            |   133 +
 .../functionTests/tests/nist/dml134.sql            |   504 +
 .../functionTests/tests/nist/dml141.sql            |    44 +
 .../functionTests/tests/nist/dml144.sql            |   194 +
 .../functionTests/tests/nist/dml147.sql            |   244 +
 .../functionTests/tests/nist/dml148.sql            |   188 +
 .../functionTests/tests/nist/dml149.sql            |   218 +
 .../functionTests/tests/nist/dml155.sql            |   115 +
 .../functionTests/tests/nist/dml158.sql            |    87 +
 .../functionTests/tests/nist/dml160.sql            |   281 +
 .../functionTests/tests/nist/dml162.sql            |    52 +
 .../functionTests/tests/nist/dml165.sql            |    77 +
 .../functionTests/tests/nist/dml168.sql            |   163 +
 .../functionTests/tests/nist/dml170.sql            |   126 +
 .../functionTests/tests/nist/dml173.sql            |   172 +
 .../functionTests/tests/nist/dml174.sql            |   172 +
 .../functionTests/tests/nist/dml177.sql            |   158 +
 .../functionTests/tests/nist/dml178.sql            |   260 +
 .../functionTests/tests/nist/dml179.sql            |   161 +
 .../functionTests/tests/nist/dml181.sql            |   171 +
 .../functionTests/tests/nist/dml182.sql            |   139 +
 .../functionTests/tests/nist/flattab.sql           |    50 +
 .../derbyTesting/functionTests/tests/nist/readme   |    54 +
 .../functionTests/tests/nist/schema1.sql           |   429 +
 .../functionTests/tests/nist/schema4.sql           |   106 +
 .../functionTests/tests/nist/schema5.sql           |   125 +
 .../functionTests/tests/nist/schema8.sql           |   589 +
 .../functionTests/tests/nist/sdl012.sql            |    34 +
 .../functionTests/tests/nist/temp_cts5sch2.sql     |   392 +
 .../functionTests/tests/nist/temp_cts5tab.sql      |   417 +
 .../functionTests/tests/nist/temp_schem10.sql      |    48 +
 .../functionTests/tests/nist/xts701.sql            |   191 +
 .../functionTests/tests/nist/xts729.sql            |   207 +
 .../functionTests/tests/nist/xts730.sql            |   109 +
 .../functionTests/tests/nist/xts731.sql            |   175 +
 .../functionTests/tests/nist/xts740.sql            |    93 +
 .../functionTests/tests/nist/xts742.sql            |    53 +
 .../functionTests/tests/nist/xts752.sql            |   100 +
 .../functionTests/tests/nist/xts753.sql            |    78 +
 .../functionTests/tests/nist/xts760.sql            |    42 +
 .../functionTests/tests/nist/yts796.sql            |    39 +
 .../functionTests/tests/nist/yts797.sql            |    93 +
 .../functionTests/tests/nist/yts798.sql            |    78 +
 .../functionTests/tests/nist/yts799.sql            |    60 +
 .../functionTests/tests/nist/yts811.sql            |    89 +
 .../functionTests/tests/nist/yts812.sql            |    37 +
 .../tests/perf/StartupExistingDBTest.java          |    75 +
 .../perf/StartupExistingDBTest_app.properties      |    19 +
 .../functionTests/tests/perf/StartupNewDBTest.java |    70 +
 .../functionTests/tests/perf/build.xml             |   102 +
 .../functionTests/tests/perf/copyfiles.ant         |     2 +
 .../functionTests/tests/perf/existingDb.jar        |   Bin 0 -> 54286 bytes
 .../tests/replicationTests/ClientRunner.java       |    76 +
 .../Derby5937SlaveShutdownTest.java                |   215 +
 .../Derby5937SlaveShutdownTest.policy              |    29 +
 .../tests/replicationTests/DestroySlaveDB.java     |   109 +
 .../tests/replicationTests/KillMaster.java         |   147 +
 .../tests/replicationTests/KillSlave.java          |   114 +
 .../tests/replicationTests/README.framework        |    62 +
 .../tests/replicationTests/README.runningTests     |    42 +
 .../tests/replicationTests/README.testReplication  |   154 +
 .../tests/replicationTests/README.testproperties   |   120 +
 .../tests/replicationTests/ReplicationRun.java     |  3068 ++
 .../replicationTests/ReplicationRun_CleanUp.java   |    69 +
 .../ReplicationRun_Distributed.java                |   339 +
 .../replicationTests/ReplicationRun_Full.java      |   360 +
 .../replicationTests/ReplicationRun_Local.java     |   280 +
 .../replicationTests/ReplicationRun_Local_1.java   |   128 +
 .../ReplicationRun_Local_1Indexing.java            |   166 +
 .../replicationTests/ReplicationRun_Local_3.java   |   149 +
 .../ReplicationRun_Local_3_p1.java                 |   237 +
 .../ReplicationRun_Local_3_p2.java                 |   257 +
 .../ReplicationRun_Local_3_p3.java                 |   266 +
 .../ReplicationRun_Local_3_p4.java                 |   234 +
 .../ReplicationRun_Local_3_p5.java                 |   244 +
 .../ReplicationRun_Local_3_p6.java                 |   262 +
 .../ReplicationRun_Local_Derby4910.java            |   136 +
 .../ReplicationRun_Local_Encrypted_1.java          |   248 +
 .../ReplicationRun_Local_StateTest_part1.java      |   457 +
 .../ReplicationRun_Local_StateTest_part1_1.java    |   204 +
 .../ReplicationRun_Local_StateTest_part1_2.java    |   334 +
 .../ReplicationRun_Local_StateTest_part1_3.java    |   184 +
 .../ReplicationRun_Local_StateTest_part2.java      |   394 +
 .../ReplicationRun_Local_showStateChange.java      |   168 +
 .../tests/replicationTests/ReplicationSuite.java   |   104 +
 .../tests/replicationTests/ReplicationTestRun.java |   101 +
 .../ReplicationTestRun_Verify.java                 |    76 +
 .../tests/replicationTests/ShutdownMaster.java     |   171 +
 .../tests/replicationTests/ShutdownMasterDb.java   |    82 +
 .../replicationTests/ShutdownMasterServer.java     |    77 +
 .../ShutdownMasterServerByOsKill.java              |    81 +
 .../ShutdownMasterServerViaNwSrvCtrl.java          |    82 +
 .../tests/replicationTests/ShutdownSlave.java      |   191 +
 .../tests/replicationTests/ShutdownSlaveDb.java    |    88 +
 .../replicationTests/ShutdownSlaveServer.java      |    84 +
 .../ShutdownSlaveServerByOsKill.java               |    83 +
 .../ShutdownSlaveServerViaNwSrvCtrl.java           |    84 +
 .../tests/replicationTests/SimplePerfTest.java     |   161 +
 .../replicationTests/SimplePerfTest_Verify.java    |   117 +
 .../tests/replicationTests/StandardTests.java      |   231 +
 .../TestPostStartedMasterAndSlave_Failover.java    |   158 +
 .../TestPostStartedMasterAndSlave_StopMaster.java  |   186 +
 .../TestPostStartedMasterAndSlave_StopSlave.java   |   219 +
 .../TestPostStoppedSlaveServer.java                |   116 +
 .../tests/replicationTests/TestPreInitSlave.java   |   143 +
 .../replicationTests/TestPreStartedMaster.java     |   164 +
 .../TestPreStartedMasterServer.java                |   113 +
 .../replicationTests/TestPreStartedSlave.java      |   135 +
 .../TestPreStartedSlaveServer.java                 |   113 +
 .../replicationTests/TestPreStoppedMaster.java     |   113 +
 .../TestPreStoppedMasterServer.java                |   113 +
 .../replicationTests/TestPreStoppedSlave.java      |   122 +
 .../TestPreStoppedSlaveServer.java                 |   122 +
 .../tests/replicationTests/Utils.java              |   154 +
 .../functionTests/tests/replicationTests/build.xml |   102 +
 .../replicationTests/replicationtest.properties    |   204 +
 .../functionTests/tests/store/AccessTest.java      |  1914 ++
 .../store/AutomaticIndexStatisticsMultiTest.java   |   345 +
 .../tests/store/AutomaticIndexStatisticsTest.java  |   795 +
 .../tests/store/BTreeMaxScanTest.java              |   553 +
 .../functionTests/tests/store/BackupPathTests.java |   128 +
 .../tests/store/BackupPathTests_app.properties     |    35 +
 .../tests/store/BackupRestoreTest.java             |   120 +
 .../functionTests/tests/store/BaseTest.java        |   494 +
 .../functionTests/tests/store/Beetle6038.java      |    70 +
 .../tests/store/Beetle6038_app.properties          |    33 +
 .../functionTests/tests/store/BootAllTest.java     |   169 +
 .../functionTests/tests/store/BootLockMinion.java  |    75 +
 .../functionTests/tests/store/BootLockTest.java    |   233 +
 .../tests/store/ClassLoaderBootTest.java           |   311 +
 .../tests/store/ClobReclamationTest.java           |   318 +
 .../tests/store/CryptoCrashRecoveryTest.java       |   654 +
 .../tests/store/DecryptDatabaseTest.java           |   406 +
 .../functionTests/tests/store/Derby3625Test.java   |   269 +
 .../tests/store/Derby3980DeadlockTest.java         |   202 +
 .../tests/store/Derby3980DeadlockTest.policy       |   401 +
 .../functionTests/tests/store/Derby4577Test.java   |   344 +
 .../functionTests/tests/store/Derby4676Test.java   |   153 +
 .../functionTests/tests/store/Derby4923Test.java   |   316 +
 .../functionTests/tests/store/Derby5234Test.java   |   222 +
 .../Derby5582AutomaticIndexStatisticsTest.java     |   119 +
 .../tests/store/EncryptDatabaseTest.java           |   328 +
 .../tests/store/EncryptionAESTest.java             |   500 +
 .../tests/store/EncryptionKeyAESTest.java          |    49 +
 .../tests/store/EncryptionKeyBlowfishTest.java     |    49 +
 .../tests/store/EncryptionKeyDESTest.java          |    48 +
 .../tests/store/EncryptionKeyTest.java             |   661 +
 .../functionTests/tests/store/EncryptionTest.java  |    75 +
 .../functionTests/tests/store/EscalateLock.sql     |   204 +
 .../tests/store/EscalateLock_derby.properties      |    19 +
 .../store/HoldCursorExternalSortJDBC30Test.java    |   288 +
 .../tests/store/HoldCursorJDBC30Test.java          |  1747 ++
 .../tests/store/IndexSplitDeadlockTest.java        |   852 +
 .../tests/store/InterruptResilienceTest.java       |   711 +
 .../store/KeepDisposableStatsPropertyTest.java     |   174 +
 .../functionTests/tests/store/LiveLockTest.java    |   202 +
 .../tests/store/LockTableQuery.subsql              |    73 +
 .../tests/store/LockTableVtiTest.java              |   298 +
 .../tests/store/LogChecksumRecovery.java           |    80 +
 .../tests/store/LogChecksumRecovery1.java          |    78 +
 .../store/LogChecksumRecovery1_app.properties      |    20 +
 .../store/LogChecksumRecovery1_derby.properties    |    19 +
 .../store/LogChecksumRecovery1_sed.properties      |    27 +
 .../tests/store/LogChecksumRecovery_app.properties |    20 +
 .../store/LogChecksumRecovery_derby.properties     |    19 +
 .../tests/store/LogChecksumRecovery_sed.properties |    27 +
 .../tests/store/LogChecksumSetup.java              |   263 +
 .../tests/store/LogChecksumSetup_app.properties    |    20 +
 .../tests/store/LogChecksumSetup_derby.properties  |    19 +
 .../functionTests/tests/store/LogDeviceTest.java   |   228 +
 .../tests/store/LogDeviceTest_app.properties       |    30 +
 .../functionTests/tests/store/LongColumnTest.java  |   660 +
 .../functionTests/tests/store/MadhareTest.java     |   125 +
 .../functionTests/tests/store/MaxLogNumber.java    |   216 +
 .../tests/store/MaxLogNumberRecovery.java          |   131 +
 .../store/MaxLogNumberRecovery_app.properties      |    30 +
 .../store/MaxLogNumberRecovery_derby.properties    |    16 +
 .../store/MaxLogNumberRecovery_sed.properties      |    27 +
 .../tests/store/MaxLogNumber_app.properties        |    31 +
 .../tests/store/MaxLogNumber_derby.properties      |    16 +
 .../functionTests/tests/store/OCRecoveryTest.java  |   260 +
 .../functionTests/tests/store/OSReadOnlyTest.java  |   394 +
 .../tests/store/OfflineBackupTest.java             |    86 +
 .../functionTests/tests/store/OnlineBackup.java    |   183 +
 .../tests/store/OnlineBackupTest1.java             |   489 +
 .../tests/store/OnlineBackupTest1_app.properties   |    30 +
 .../tests/store/OnlineBackupTest3.java             |   532 +
 .../tests/store/OnlineBackupTest3_app.properties   |    34 +
 .../tests/store/OnlineBackupTest5.sql              |    70 +
 .../tests/store/OnlineBackupTest5_app.properties   |    17 +
 .../tests/store/OnlineCompressTest.java            |  1569 +
 .../tests/store/OnlineCompressTest_app.properties  |    16 +
 .../store/OnlineCompressTest_derby.properties      |    29 +
 .../tests/store/PositionedStoreStreamTest.java     |   245 +
 .../tests/store/RecoveryAfterBackup.java           |   118 +
 .../tests/store/RecoveryAfterBackupSetup.java      |    75 +
 .../store/RecoveryAfterBackupSetup_app.properties  |    28 +
 .../tests/store/RecoveryAfterBackup_app.properties |    26 +
 .../tests/store/RecoveryAfterBackup_sed.properties |    27 +
 .../functionTests/tests/store/RecoveryTest.java    |   117 +
 .../functionTests/tests/store/Rllmodule1.sql       |    34 +
 .../functionTests/tests/store/Rllmodule2.sql       |    35 +
 .../tests/store/Rllmodule2_derby.properties        |    19 +
 .../functionTests/tests/store/Rllmodule3.sql       |    34 +
 .../functionTests/tests/store/Rllmodule4.sql       |    34 +
 .../tests/store/RowLockBasicTest.java              |   524 +
 .../functionTests/tests/store/RowLockIso.sql       |   414 +
 .../tests/store/ServicePropertiesFileTest.java     |   385 +
 .../functionTests/tests/store/SpaceTableTest.java  |   418 +
 .../functionTests/tests/store/StoreBaseTest.java   |   157 +
 .../tests/store/StoreScriptsTest.java              |   159 +
 .../tests/store/StreamingColumnTest.java           |  2291 ++
 .../tests/store/TableLockBasicTest.java            |   857 +
 .../tests/store/TestDiskHashtable.java             |   440 +
 .../tests/store/TestDurabilityProperty.java        |   354 +
 .../store/TestDurabilityProperty_app.properties    |    17 +
 .../functionTests/tests/store/TransactionTable.sql |   181 +
 .../tests/store/TransactionTable_app.properties    |    17 +
 .../tests/store/TransactionTable_derby.properties  |    18 +
 .../functionTests/tests/store/TurnsReadOnly.java   |   109 +
 .../tests/store/TurnsReadOnly_app.properties       |    16 +
 .../functionTests/tests/store/UpdateLocksTest.java |  7715 +++++
 .../functionTests/tests/store/_Suite.java          |   110 +
 .../functionTests/tests/store/backupRestore.sql    |    58 +
 .../functionTests/tests/store/backupRestore1.java  |   286 +
 .../tests/store/backupRestore1_app.properties      |    31 +
 .../tests/store/backupRestore_app.properties       |    22 +
 .../functionTests/tests/store/brtestjar.jar        |   Bin 0 -> 1000 bytes
 .../functionTests/tests/store/bug3498.sql          |   184 +
 .../functionTests/tests/store/build.xml            |   103 +
 .../functionTests/tests/store/char32675.data       |     1 +
 .../tests/store/char32675trailingblanks.data       |     1 +
 .../functionTests/tests/store/char32703.data       |     1 +
 .../tests/store/char32703trailingblanks.data       |     1 +
 .../functionTests/tests/store/checkPoint.java      |   237 +
 .../tests/store/checkPoint_derby.properties        |    19 +
 .../functionTests/tests/store/cisco.sql            |   128 +
 .../functionTests/tests/store/cisco.subsql         |    88 +
 .../functionTests/tests/store/col_rec1.java        |   115 +
 .../tests/store/col_rec1_app.properties            |    17 +
 .../functionTests/tests/store/col_rec2.java        |   119 +
 .../tests/store/col_rec2_app.properties            |    17 +
 .../tests/store/connectDisconnect.sql              |    70 +
 .../tests/store/createTestProcedures.subsql        |    20 +
 .../tests/store/databaseProperties.sql             |   151 +
 .../tests/store/default_app.properties             |    43 +
 .../tests/store/default_derby.properties           |    22 +
 .../functionTests/tests/store/derby.banner         |  9000 ++++++
 .../functionTests/tests/store/dropcrash.java       |   189 +
 .../functionTests/tests/store/dropcrash2.java      |    74 +
 .../tests/store/dropcrash2_sed.properties          |    27 +
 .../tests/store/dropcrash_sed.properties           |    27 +
 .../functionTests/tests/store/empty.data           |     0
 .../tests/store/encryptDatabaseTest1.sql           |   103 +
 .../store/encryptDatabaseTest1_app.properties      |    16 +
 .../tests/store/encryptDatabaseTest2.sql           |   127 +
 .../store/encryptDatabaseTest2_app.properties      |    16 +
 .../tests/store/encryptDatabaseTest3.sql           |   222 +
 .../store/encryptDatabaseTest3_app.properties      |    24 +
 .../functionTests/tests/store/encryptParams.sql    |   116 +
 .../tests/store/encryptParams_app.properties       |    28 +
 .../tests/store/encryptionKey_jar.sql              |    84 +
 .../tests/store/encryptionKey_jar_app.properties   |    29 +
 .../tests/store/global_xactTable.view              |    24 +
 .../functionTests/tests/store/heapscan.sql         |   630 +
 .../functionTests/tests/store/logDevice.sql        |    36 +
 .../tests/store/logDevice_app.properties           |    40 +
 .../functionTests/tests/store/longRow.sql          |   195 +
 .../functionTests/tests/store/obtest_customer.jar  |   Bin 0 -> 1971 bytes
 .../tests/store/onlineBackupTest2.sql              |   208 +
 .../tests/store/onlineBackupTest2_app.properties   |    17 +
 .../tests/store/onlineBackupTest4.sql              |    70 +
 .../tests/store/onlineBackupTest4_app.properties   |    17 +
 .../tests/store/readBtreeCursorLocks.subsql        |   572 +
 .../tests/store/readBtreeSetLocks.subsql           |   189 +
 .../tests/store/readCursorLocks.subsql             |   532 +
 .../functionTests/tests/store/readSetLocks.subsql  |   185 +
 .../functionTests/tests/store/readUncommitted.sql  |   182 +
 .../tests/store/readUncommitted_derby.properties   |    29 +
 .../functionTests/tests/store/readlocks.sql        |   977 +
 .../functionTests/tests/store/removeStubs.sql      |   101 +
 .../functionTests/tests/store/rlliso1multi.sql     |    65 +
 .../functionTests/tests/store/rlliso1multi.subsql  |   238 +
 .../tests/store/rlliso1multi_app.properties        |    17 +
 .../tests/store/rlliso1multi_derby.properties      |    28 +
 .../functionTests/tests/store/rlliso2multi.sql     |   998 +
 .../tests/store/rlliso2multi_app.properties        |    17 +
 .../tests/store/rlliso2multi_derby.properties      |    28 +
 .../functionTests/tests/store/rlliso3multi.sql     |   513 +
 .../tests/store/rlliso3multi_app.properties        |    16 +
 .../tests/store/rlliso3multi_derby.properties      |    25 +
 .../tests/store/rollForwardBackup.sql              |   315 +
 .../tests/store/rollForwardBackup_app.properties   |    31 +
 .../tests/store/rollForwardBackup_sed.properties   |    27 +
 .../tests/store/rollForwardRecovery.sql            |   535 +
 .../tests/store/rollForwardRecovery_app.properties |    29 +
 .../store/rollForwardRecovery_derby.properties     |    17 +
 .../functionTests/tests/store/short.data           |     1 +
 .../functionTests/tests/store/shortbanner          |   181 +
 .../functionTests/tests/store/st_b5772.sql         |   105 +
 .../functionTests/tests/store/st_derby1189.sql     |    46 +
 .../functionTests/tests/store/testsqldecimal.sql   |   152 +
 .../store/updateBtreeHoldCursorLocksJDBC30.subsql  |   462 +
 .../tests/store/updateholdcursorlocksJDBC30.subsql |   379 +
 .../tests/store/updatelocksJDBC30.sql              |   355 +
 .../tests/store/updatelocksJDBC30_app.properties   |    20 +
 .../functionTests/tests/store/xaOffline1.sql       |   105 +
 .../tests/store/xaOffline1_derby.properties        |    27 +
 .../tests/store/xaOffline1_sed.properties          |    26 +
 .../functionTests/tests/store/xab2354.sql          |    48 +
 .../tests/store/xab2354_sed.properties             |    26 +
 .../functionTests/tests/storetests/build.xml       |   104 +
 .../tests/storetests/default_app.properties        |    36 +
 .../tests/storetests/default_derby.properties      |    20 +
 .../functionTests/tests/storetests/derby94.sql     |    55 +
 .../tests/storetests/derby94_app.properties        |    17 +
 .../tests/storetests/derby94_derby.properties      |    17 +
 .../tests/storetests/st_derby1939.java             |   203 +
 .../tests/storetests/st_derby715.java              |   308 +
 .../tests/storetests/st_derby715_derby.properties  |    22 +
 .../tests/storetests/st_derby715_sed.properties    |    27 +
 .../tests/storetests/st_reclaim_longcol.java       |   514 +
 .../functionTests/tests/storetests/st_schema.sql   |    17 +
 .../tests/storetests/st_schema_app.properties      |    28 +
 .../tests/tools/ConnectWrongSubprotocolTest.java   |   106 +
 .../functionTests/tests/tools/IJRunScriptTest.java |   164 +
 .../functionTests/tests/tools/IjConnNameTest.java  |    78 +
 .../tests/tools/IjSecurityManagerTest.java         |    75 +
 .../tests/tools/IjSecurityManagerTest.sql          |    21 +
 .../tests/tools/ImportExportBaseTest.java          |   261 +
 .../tests/tools/ImportExportBinaryDataTest.java    |   480 +
 .../tests/tools/ImportExportIJTest.java            |    89 +
 .../tests/tools/ImportExportLobTest.java           |   619 +
 .../tests/tools/ImportExportProcedureTest.java     |  2436 ++
 .../tests/tools/ImportExportTest.java              |   427 +
 .../RollBackWrappingWhenFailOnImportTest.java      |   157 +
 .../functionTests/tests/tools/SysinfoAPITest.java  |   199 +
 .../tests/tools/SysinfoCPCheckTest.java            |   283 +
 .../tests/tools/SysinfoLocaleTest.java             |   243 +
 .../functionTests/tests/tools/Test_6661.java       |   234 +
 .../functionTests/tests/tools/ToolScripts.java     |   201 +
 .../functionTests/tests/tools/URLCheck.sql         |    26 +
 .../functionTests/tests/tools/_Suite.java          |    86 +
 .../functionTests/tests/tools/build.xml            |   103 +
 .../functionTests/tests/tools/dblook_makeDB.sql    |   219 +
 .../functionTests/tests/tools/dblook_makeDB_2.sql  |   113 +
 .../tests/tools/dblook_makeDB_derby6387.sql        |    76 +
 .../functionTests/tests/tools/dblook_test.jar      |   Bin 0 -> 539 bytes
 .../functionTests/tests/tools/dblook_test.java     |  1750 ++
 .../tests/tools/dblook_test_app.properties         |    23 +
 .../tests/tools/dblook_test_derby.properties       |    39 +
 .../tests/tools/dblook_test_sed.properties         |    27 +
 .../tests/tools/dblook_test_territory.java         |    44 +
 .../tools/dblook_test_territory_app.properties     |    24 +
 .../tools/dblook_test_territory_derby.properties   |    39 +
 .../tools/dblook_test_territory_sed.properties     |    27 +
 .../tests/tools/default_app.properties             |    42 +
 .../tests/tools/default_derby.properties           |    36 +
 .../functionTests/tests/tools/derbyrunjartest.java |   158 +
 .../tests/tools/derbyrunjartest.policy             |    24 +
 .../functionTests/tests/tools/iepnegativetests.sql |   230 +
 .../derbyTesting/functionTests/tests/tools/ij.sql  |    64 +
 .../derbyTesting/functionTests/tests/tools/ij2.sql |   112 +
 .../functionTests/tests/tools/ij2Test.java         |    68 +
 .../functionTests/tests/tools/ij2b.sql             |    38 +
 .../derbyTesting/functionTests/tests/tools/ij3.sql |    23 +
 .../functionTests/tests/tools/ij3Test.java         |    51 +
 .../derbyTesting/functionTests/tests/tools/ij4.sql |    29 +
 .../derbyTesting/functionTests/tests/tools/ij5.sql |    21 +
 .../functionTests/tests/tools/ij5Test.java         |    59 +
 .../derbyTesting/functionTests/tests/tools/ij6.sql |    19 +
 .../derbyTesting/functionTests/tests/tools/ij7.sql |    98 +
 .../functionTests/tests/tools/ijConnName.sql       |    50 +
 .../functionTests/tests/tools/ij_app.properties    |    26 +
 .../tests/tools/ij_show_roles_dbo.sql              |    13 +
 .../tests/tools/ij_show_roles_usr.sql              |    14 +
 .../functionTests/tests/tools/importExportIJ.sql   |   560 +
 .../tests/tools/qualifiedIdentifiers.sql           |    69 +
 .../functionTests/tests/tools/setholdij.sql        |   105 +
 .../functionTests/tests/tools/showindex_client.sql |    33 +
 .../functionTests/tests/tools/showindex_embed.sql  |    33 +
 .../tests/unit/TLockFactory_derby.properties       |    19 +
 .../tests/unit/TUUIDFactory_derby.properties       |    20 +
 .../tests/unit/T_AccessFactory_derby.properties    |    19 +
 .../tests/unit/T_CipherBlowfish_app.properties     |    20 +
 .../tests/unit/T_CipherBlowfish_derby.properties   |    17 +
 .../tests/unit/T_CipherCFB_app.properties          |    21 +
 .../tests/unit/T_CipherCFB_derby.properties        |    17 +
 .../tests/unit/T_CipherDES_app.properties          |    18 +
 .../tests/unit/T_CipherDES_derby.properties        |    17 +
 .../tests/unit/T_CipherECB_app.properties          |    18 +
 .../tests/unit/T_CipherECB_derby.properties        |    17 +
 .../tests/unit/T_CipherOFB_app.properties          |    18 +
 .../tests/unit/T_CipherOFB_derby.properties        |    17 +
 .../tests/unit/T_Cipher_app.properties             |    19 +
 .../tests/unit/T_Cipher_derby.properties           |    17 +
 .../tests/unit/T_Diagnosticable_derby.properties   |    17 +
 .../tests/unit/T_FileSystemData_derby.properties   |    19 +
 .../tests/unit/T_Heap_derby.properties             |    17 +
 .../unit/T_MarkedLimitInputStream_derby.properties |    17 +
 .../tests/unit/T_RawStoreFactory_app.properties    |    18 +
 .../tests/unit/T_RawStoreFactory_derby.properties  |    17 +
 .../tests/unit/T_SortController_app.properties     |    19 +
 .../tests/unit/T_SortController_derby.properties   |    18 +
 .../tests/unit/T_StreamFile_derby.properties       |    17 +
 .../functionTests/tests/unit/T_XA_derby.properties |    17 +
 .../tests/unit/T_b2i_derby.properties              |    17 +
 .../functionTests/tests/unit/build.xml             |    81 +
 .../tests/unit/cacheService_app.properties         |    19 +
 .../tests/unit/cacheService_derby.properties       |    17 +
 .../tests/unit/daemonService_derby.properties      |    20 +
 .../tests/unit/default_app.properties              |    43 +
 .../functionTests/tests/unit/fillLog.policy        |    27 +
 .../tests/unit/fillLog_derby.properties            |    18 +
 .../tests/unit/fullRecoveryFail_derby.properties   |    19 +
 .../tests/unit/fullRecovery_derby.properties       |    19 +
 .../tests/unit/logSwitchFail_derby.properties      |    20 +
 .../derbyTesting/functionTests/tests/unit/readme   |    19 +
 .../unit/recoverBadChecksumLog1_derby.properties   |    20 +
 .../unit/recoverBadChecksumLog2_derby.properties   |    20 +
 .../unit/recoverBadChecksumLog3_derby.properties   |    20 +
 .../unit/recoverBadChecksumLog4_derby.properties   |    20 +
 .../unit/recoverBadChecksumLog5_derby.properties   |    20 +
 .../unit/recoverBadChecksumLog6_derby.properties   |    20 +
 .../unit/recoverBadChecksumLog7_derby.properties   |    20 +
 .../recoverBadChecksumLogSetup_derby.properties    |    20 +
 .../tests/unit/recoverBadLog1_derby.properties     |    19 +
 .../tests/unit/recoverBadLog2_derby.properties     |    19 +
 .../tests/unit/recoverBadLog3_derby.properties     |    19 +
 .../tests/unit/recoverBadLog4_derby.properties     |    19 +
 .../tests/unit/recoverBadLog5_derby.properties     |    19 +
 .../tests/unit/recoverBadLog6_derby.properties     |    19 +
 .../tests/unit/recoverBadLog7_derby.properties     |    19 +
 .../tests/unit/recoverBadLogSetup_derby.properties |    19 +
 .../tests/unit/recoverySetup_derby.properties      |    19 +
 .../tests/unit/recoveryTest_derby.properties       |    19 +
 .../tests/unit/recoveryTest_sed.properties         |    27 +
 .../tests/upgradeTests/BasicSetup.java             |  2004 ++
 .../tests/upgradeTests/Changes10_1.java            |    89 +
 .../tests/upgradeTests/Changes10_10.java           |   514 +
 .../tests/upgradeTests/Changes10_11.java           |   615 +
 .../tests/upgradeTests/Changes10_2.java            |   496 +
 .../tests/upgradeTests/Changes10_3.java            |   479 +
 .../tests/upgradeTests/Changes10_4.java            |   609 +
 .../tests/upgradeTests/Changes10_5.java            |   427 +
 .../tests/upgradeTests/Changes10_6.java            |   327 +
 .../tests/upgradeTests/Changes10_7.java            |   728 +
 .../tests/upgradeTests/Changes10_9.java            |  1072 +
 .../tests/upgradeTests/DriverUnloader.java         |    53 +
 .../tests/upgradeTests/OldVersions.java            |   265 +
 .../tests/upgradeTests/PhaseChanger.java           |   297 +
 .../tests/upgradeTests/UpgradeChange.java          |   209 +
 .../tests/upgradeTests/UpgradeClassLoader.java     |   258 +
 .../tests/upgradeTests/UpgradeRun.java             |   371 +
 .../tests/upgradeTests/UpgradeTrajectoryTest.java  |  1412 +
 .../functionTests/tests/upgradeTests/Version.java  |   408 +
 .../functionTests/tests/upgradeTests/_Suite.java   |   154 +
 .../functionTests/tests/upgradeTests/build.xml     |    97 +
 .../helpers/DisposableIndexStatistics.java         |   336 +
 .../derbyTesting/functionTests/util/Barrier.java   |    60 +
 .../functionTests/util/BigDecimalHandler.java      |   348 +
 .../functionTests/util/CanonTestCase.java          |   158 +
 .../derbyTesting/functionTests/util/DbFile.java    |   163 +
 .../functionTests/util/DerbyJUnitTest.java         |  1033 +
 .../functionTests/util/ExtendingInterface.java     |    34 +
 .../functionTests/util/FTFileUtil.java             |   183 +
 .../functionTests/util/Formatters.java             |   128 +
 .../functionTests/util/HarnessJavaTest.java        |   125 +
 .../functionTests/util/IjTestCase.java             |   115 +
 .../functionTests/util/JDBCTestDisplayUtil.java    |   173 +
 .../derbyTesting/functionTests/util/JarUtil.java   |    73 +
 .../functionTests/util/ManyMethods.java            |   593 +
 .../functionTests/util/NoMethodInterface.java      |    28 +
 .../util/PrivilegedFileOpsForTests.java            |   533 +
 .../functionTests/util/ProcedureTest.java          |   789 +
 .../functionTests/util/PropertyUtil.java           |    45 +
 .../functionTests/util/ProtocolTestGrammar.java    |   138 +
 .../functionTests/util/SQLStateConstants.java      |   352 +
 .../functionTests/util/SQLToJUnit.java             |  1314 +
 .../derbyTesting/functionTests/util/SampleVTI.java |   279 +
 .../functionTests/util/ScriptTestCase.java         |   227 +
 .../functionTests/util/SecurityCheck.java          |   325 +
 .../functionTests/util/ShortHolder.java            |    57 +
 .../functionTests/util/SimpleProcedureTest.java    |    89 +
 .../functionTests/util/StatParser.java             |    88 +
 .../StaticInitializers/DMLInStaticInitializer.java |    86 +
 .../InsertInStaticInitializer.java                 |    89 +
 .../util/StaticInitializers/README.txt             |    31 +
 .../derbyTesting/functionTests/util/SubClass.java  |    61 +
 .../functionTests/util/SubInterfaceClass.java      |    47 +
 .../functionTests/util/SubSubClass.java            |    52 +
 .../derbyTesting/functionTests/util/T_Access.java  |    64 +
 .../functionTests/util/T_Authorize.java            |   192 +
 .../functionTests/util/T_ConsistencyChecker.java   |   510 +
 .../functionTests/util/TestInputStream.java        |    62 +
 .../functionTests/util/TestNullOutputStream.java   |    60 +
 .../functionTests/util/TestPropertyInfo.java       |   178 +
 .../functionTests/util/TestRoutines.java           |   171 +
 .../derbyTesting/functionTests/util/TestUtil.java  |   936 +
 .../functionTests/util/ThreadDump.java             |    50 +
 .../derbyTesting/functionTests/util/Triggers.java  |   139 +
 .../functionTests/util/UniqueRandomSequence.java   |    95 +
 .../derbyTesting/functionTests/util/build.xml      |    80 +
 .../util/corruptio/CorruptBaseStorageFactory.java  |   287 +
 .../util/corruptio/CorruptDiskStorageFactory.java  |    88 +
 .../functionTests/util/corruptio/CorruptFile.java  |   368 +
 .../util/corruptio/CorruptRandomAccessFile.java    |   389 +
 .../util/corruptio/CorruptibleIo.java              |   124 +
 .../functionTests/util/derby_tests.policy          |   464 +
 .../functionTests/util/metadataHelperProcs.java    |    45 +
 .../derbyTesting/functionTests/util/nwsvr.policy   |   110 +
 .../functionTests/util/streams/ByteAlphabet.java   |   215 +
 .../functionTests/util/streams/CharAlphabet.java   |   200 +
 .../util/streams/LoopingAlphabetReader.java        |   249 +
 .../util/streams/LoopingAlphabetStream.java        |   214 +
 .../util/streams/ReadOnceByteArrayInputStream.java |    61 +
 .../util/streams/StringReaderWithLength.java       |    38 +
 .../functionTests/util/testRoutines.sql            |    22 +
 .../functionTests/util/useprocessfalse.policy      |    35 +
 .../derbyTesting/junit/BaseJDBCTestCase.java       |  1837 ++
 .../derbyTesting/junit/BaseJDBCTestSetup.java      |   104 +
 .../apache/derbyTesting/junit/BaseTestCase.java    |  1253 +
 .../apache/derbyTesting/junit/BaseTestSetup.java   |    61 +
 .../apache/derbyTesting/junit/BaseTestSuite.java   |    94 +
 .../derbyTesting/junit/BigDecimalHandler.java      |   348 +
 .../junit/ChangeConfigurationSetup.java            |    52 +
 .../apache/derbyTesting/junit/ChangeSSLSetup.java  |    44 +
 .../apache/derbyTesting/junit/ChangeUserSetup.java |    54 +
 .../apache/derbyTesting/junit/ClasspathSetup.java  |   139 +
 .../derbyTesting/junit/CleanDatabaseTestSetup.java |   351 +
 .../junit/ConnectionPoolDataSourceConnector.java   |   228 +
 .../org/apache/derbyTesting/junit/Connector.java   |   120 +
 .../apache/derbyTesting/junit/ConnectorSetup.java  |    53 +
 .../derbyTesting/junit/DataSourceConnector.java    |   212 +
 .../derbyTesting/junit/DatabaseChangeSetup.java    |    53 +
 .../junit/DatabasePropertyTestSetup.java           |   465 +
 .../org/apache/derbyTesting/junit/Decorator.java   |   225 +
 .../org/apache/derbyTesting/junit/Derby.java       |   111 +
 .../apache/derbyTesting/junit/DerbyConstants.java  |    38 +
 .../derbyTesting/junit/DerbyDistribution.java      |   339 +
 .../apache/derbyTesting/junit/DerbyVersion.java    |   307 +
 .../derbyTesting/junit/DriverManagerConnector.java |   252 +
 .../derbyTesting/junit/DropDatabaseSetup.java      |   145 +
 .../org/apache/derbyTesting/junit/EnvTest.java     |   187 +
 .../apache/derbyTesting/junit/IndexStatsUtil.java  |   606 +
 .../apache/derbyTesting/junit/J2EEDataSource.java  |   101 +
 .../org/apache/derbyTesting/junit/JAXPFinder.java  |   121 +
 .../org/apache/derbyTesting/junit/JDBC.java        |  1890 ++
 .../org/apache/derbyTesting/junit/JDBCClient.java  |   232 +
 .../apache/derbyTesting/junit/JDBCClientSetup.java |    44 +
 .../apache/derbyTesting/junit/JDBCDataSource.java  |   298 +
 .../derbyTesting/junit/JDBCPerfTestCase.java       |   193 +
 .../apache/derbyTesting/junit/LocaleTestSetup.java |    65 +
 .../derbyTesting/junit/LoginTimeoutTestSetup.java  |    57 +
 .../junit/NetworkServerControlWrapper.java         |   120 +
 .../derbyTesting/junit/NetworkServerTestSetup.java |   773 +
 .../org/apache/derbyTesting/junit/OsName.java      |    42 +
 .../derbyTesting/junit/ReleaseRepository.java      |   257 +
 .../junit/RuntimeStatisticsParser.java             |   492 +
 .../apache/derbyTesting/junit/SQLUtilities.java    |   167 +
 .../derbyTesting/junit/SecurityManagerSetup.java   |   647 +
 .../org/apache/derbyTesting/junit/ServerSetup.java |    78 +
 .../apache/derbyTesting/junit/SpawnedProcess.java  |   507 +
 .../derbyTesting/junit/SupportFilesSetup.java      |   306 +
 .../junit/SystemPropertyTestSetup.java             |   192 +
 .../derbyTesting/junit/TestConfiguration.java      |  2144 ++
 .../derbyTesting/junit/TimeZoneTestSetup.java      |    84 +
 .../org/apache/derbyTesting/junit/Utilities.java   |   257 +
 .../org/apache/derbyTesting/junit/Version.java     |    97 +
 .../derbyTesting/junit/XADataSourceConnector.java  |   180 +
 .../org/apache/derbyTesting/junit/XATestUtil.java  |   211 +
 .../testing/org/apache/derbyTesting/junit/XML.java |   289 +
 .../org/apache/derbyTesting/junit/build.xml        |    84 +
 .../org/apache/derbyTesting/perf/basic/_Suite.java |    56 +
 .../perf/basic/jdbc/BaseLoad100IdxTestSetup.java   |    87 +
 .../perf/basic/jdbc/BaseLoad100TestSetup.java      |   196 +
 .../perf/basic/jdbc/BlobAccessTest.java            |   556 +
 .../perf/basic/jdbc/ClobAccessTest.java            |   630 +
 .../derbyTesting/perf/basic/jdbc/CountTest.java    |   104 +
 .../perf/basic/jdbc/CoveredIdxScan.java            |   117 +
 .../derbyTesting/perf/basic/jdbc/HeapScan.java     |   210 +
 .../perf/basic/jdbc/IndexScanTest.java             |   235 +
 .../perf/basic/jdbc/SelectDistinctTest.java        |   161 +
 .../derbyTesting/perf/basic/jdbc/SortTest.java     |   150 +
 .../derbyTesting/perf/basic/jdbc/ValuesTest.java   |   140 +
 .../testing/org/apache/derbyTesting/perf/build.xml |    84 +
 .../perf/clients/BackToBackLoadGenerator.java      |   139 +
 .../perf/clients/BankAccountFiller.java            |   266 +
 .../perf/clients/BankTransactionClient.java        |   223 +
 .../apache/derbyTesting/perf/clients/Client.java   |    58 +
 .../apache/derbyTesting/perf/clients/DBFiller.java |    38 +
 .../derbyTesting/perf/clients/GroupByClient.java   |   220 +
 .../derbyTesting/perf/clients/IndexJoinClient.java |    58 +
 .../derbyTesting/perf/clients/LoadGenerator.java   |    64 +
 .../perf/clients/PoissonLoadGenerator.java         |   206 +
 .../apache/derbyTesting/perf/clients/Runner.java   |   405 +
 .../perf/clients/SequenceGeneratorConcurrency.java |   400 +
 .../perf/clients/SingleRecordFiller.java           |   260 +
 .../perf/clients/SingleRecordSelectClient.java     |   136 +
 .../perf/clients/SingleRecordUpdateClient.java     |   122 +
 .../derbyTesting/perf/clients/WisconsinFiller.java |    85 +
 .../derbyTesting/system/mailjdbc/MailJdbc.java     |    44 +
 .../apache/derbyTesting/system/mailjdbc/README.txt |   104 +
 .../apache/derbyTesting/system/mailjdbc/build.xml  |    92 +
 .../derbyTesting/system/mailjdbc/derby.properties  |    28 +
 .../derbyTesting/system/mailjdbc/schema/schema.sql |    53 +
 .../derbyTesting/system/mailjdbc/tasks/Backup.java |    93 +
 .../derbyTesting/system/mailjdbc/tasks/Browse.java |    84 +
 .../derbyTesting/system/mailjdbc/tasks/Purge.java  |    74 +
 .../system/mailjdbc/tasks/Refresh.java             |   129 +
 .../system/mailjdbc/utils/DbTasks.java             |   926 +
 .../system/mailjdbc/utils/LogFile.java             |    60 +
 .../system/mailjdbc/utils/PerfTime.java            |    55 +
 .../system/mailjdbc/utils/Statements.java          |    95 +
 .../system/mailjdbc/utils/ThreadUtils.java         |   103 +
 .../apache/derbyTesting/system/nstest/NsTest.java  |   955 +
 .../derbyTesting/system/nstest/NsTestError.java    |   115 +
 .../system/nstest/NsTestPrintStream.java           |   128 +
 .../apache/derbyTesting/system/nstest/README.txt   |   148 +
 .../derbyTesting/system/nstest/TimerThread.java    |   111 +
 .../apache/derbyTesting/system/nstest/build.xml    |    86 +
 .../derbyTesting/system/nstest/init/DbSetup.java   |   197 +
 .../system/nstest/init/Initializer.java            |   151 +
 .../system/nstest/init/NWServerThread.java         |    80 +
 .../tester/BackupRestoreReEncryptTester.java       |   318 +
 .../derbyTesting/system/nstest/tester/Tester1.java |   150 +
 .../derbyTesting/system/nstest/tester/Tester2.java |   143 +
 .../derbyTesting/system/nstest/tester/Tester3.java |    94 +
 .../system/nstest/tester/TesterObject.java         |   408 +
 .../derbyTesting/system/nstest/utils/DbUtil.java   |   536 +
 .../derbyTesting/system/nstest/utils/MemCheck.java |    94 +
 .../system/nstest/utils/SequenceReader.java        |   100 +
 .../org/apache/derbyTesting/system/oe/build.xml    |    88 +
 .../derbyTesting/system/oe/client/Display.java     |   126 +
 .../apache/derbyTesting/system/oe/client/Load.java |   109 +
 .../system/oe/client/MultiThreadSubmitter.java     |   108 +
 .../derbyTesting/system/oe/client/Operations.java  |   224 +
 .../derbyTesting/system/oe/client/Submitter.java   |   549 +
 .../oe/direct/SimpleNonStandardOperations.java     |   193 +
 .../derbyTesting/system/oe/direct/Standard.java    |   960 +
 .../system/oe/direct/StatementHelper.java          |   134 +
 .../derbyTesting/system/oe/load/SimpleInsert.java  |   456 +
 .../derbyTesting/system/oe/load/ThreadInsert.java  |   229 +
 .../derbyTesting/system/oe/model/Address.java      |    80 +
 .../derbyTesting/system/oe/model/Customer.java     |   194 +
 .../derbyTesting/system/oe/model/District.java     |    70 +
 .../apache/derbyTesting/system/oe/model/Order.java |   120 +
 .../derbyTesting/system/oe/model/OrderLine.java    |   102 +
 .../derbyTesting/system/oe/model/Warehouse.java    |    93 +
 .../derbyTesting/system/oe/routines/Data.java      |    56 +
 .../apache/derbyTesting/system/oe/run/Checks.java  |   339 +
 .../derbyTesting/system/oe/run/DriverUtility.java  |   201 +
 .../derbyTesting/system/oe/run/Populate.java       |   219 +
 .../apache/derbyTesting/system/oe/run/Schema.java  |    95 +
 .../derbyTesting/system/oe/schema/altindex.sql     |    23 +
 .../derbyTesting/system/oe/schema/dataroutines.sql |    29 +
 .../derbyTesting/system/oe/schema/delivery.sql     |    58 +
 .../derbyTesting/system/oe/schema/foreignkey.sql   |    48 +
 .../apache/derbyTesting/system/oe/schema/index.sql |    19 +
 .../derbyTesting/system/oe/schema/primarykey.sql   |    43 +
 .../derbyTesting/system/oe/schema/schema.sql       |   149 +
 .../apache/derbyTesting/system/oe/test/OETest.java |    97 +
 .../system/oe/test/OperationsTester.java           |   274 +
 .../apache/derbyTesting/system/oe/test/_Suite.java |    43 +
 .../system/oe/util/HandleCheckError.java           |    35 +
 .../derbyTesting/system/oe/util/OEChecks.java      |   211 +
 .../derbyTesting/system/oe/util/OERandom.java      |   495 +
 .../derbyTesting/system/optimizer/README.txt       |   112 +
 .../system/optimizer/RunOptimizerTest.java         |   171 +
 .../system/optimizer/StaticValues.java             |    56 +
 .../apache/derbyTesting/system/optimizer/build.xml |    86 +
 .../system/optimizer/query/GenericQuery.java       |   155 +
 .../system/optimizer/query/Query1.java             |    50 +
 .../system/optimizer/query/Query2.java             |    51 +
 .../system/optimizer/query/Query3.java             |    51 +
 .../system/optimizer/query/Query4.java             |    51 +
 .../system/optimizer/query/Query5.java             |    49 +
 .../system/optimizer/query/Query6.java             |    89 +
 .../system/optimizer/query/QueryList.java          |    75 +
 .../system/optimizer/utils/DataUtils.java          |   210 +
 .../system/optimizer/utils/TestUtils.java          |    68 +
 .../system/optimizer/utils/TestViews.java          |   130 +
 .../apache/derbyTesting/system/sttest/README.txt   |    90 +
 .../apache/derbyTesting/system/sttest/Sttest.java  |   506 +
 .../apache/derbyTesting/system/sttest/build.xml    |    86 +
 .../derbyTesting/system/sttest/tools/MemCheck.java |    62 +
 .../system/sttest/utils/CompressTable.java         |    97 +
 .../system/sttest/utils/Datatypes.java             |   683 +
 .../derbyTesting/system/sttest/utils/Setup.java    |   119 +
 .../derbyTesting/system/sttest/utils/StStatus.java |    72 +
 .../org/apache/derbyTesting/unitTests/build.xml    |    88 +
 .../derbyTesting/unitTests/crypto/T_Cipher.java    |   621 +
 .../unitTests/crypto/T_CipherBlowfish.java         |    39 +
 .../derbyTesting/unitTests/crypto/T_CipherCFB.java |    38 +
 .../derbyTesting/unitTests/crypto/T_CipherDES.java |    38 +
 .../derbyTesting/unitTests/crypto/T_CipherECB.java |    38 +
 .../derbyTesting/unitTests/crypto/T_CipherOFB.java |    38 +
 .../unitTests/harness/BasicUnitTest.java           |   117 +
 .../unitTests/harness/BasicUnitTestManager.java    |   289 +
 .../derbyTesting/unitTests/harness/T_Bomb.java     |   149 +
 .../derbyTesting/unitTests/harness/T_Bombable.java |    29 +
 .../derbyTesting/unitTests/harness/T_Fail.java     |   126 +
 .../derbyTesting/unitTests/harness/T_Generic.java  |   211 +
 .../unitTests/harness/T_MultiIterations.java       |   127 +
 .../harness/T_MultiThreadedIterations.java         |   247 +
 .../derbyTesting/unitTests/harness/UnitTest.java   |    69 +
 .../unitTests/harness/UnitTestConstants.java       |    93 +
 .../unitTests/harness/UnitTestMain.java            |    51 +
 .../unitTests/harness/UnitTestManager.java         |   101 +
 .../unitTests/junit/ArrayInputStreamTest.java      |    85 +
 .../unitTests/junit/AssertFailureTest.java         |   115 +
 .../unitTests/junit/AssertFailureTest.policy       |   117 +
 .../unitTests/junit/AssertFailureTest1.policy      |    90 +
 .../unitTests/junit/BlockedByteArrayTest.java      |   186 +
 .../junit/CharacterStreamDescriptorTest.java       |   197 +
 .../unitTests/junit/CompressedNumberTest.java      |   229 +
 .../unitTests/junit/DataInputUtilTest.java         |    74 +
 .../unitTests/junit/DerbyVersionTest.java          |   211 +
 .../unitTests/junit/FormatableBitSetTest.java      |   709 +
 .../unitTests/junit/InputStreamUtilTest.java       |   105 +
 .../unitTests/junit/JDBCStatementCacheTest.java    |   142 +
 .../unitTests/junit/MissingPermissionsTest.java    |   341 +
 .../unitTests/junit/MissingPermissionsTest.policy  |   152 +
 .../unitTests/junit/MissingPermissionsTest1.policy |   154 +
 .../unitTests/junit/MissingPermissionsTest2.policy |   160 +
 .../derbyTesting/unitTests/junit/PathUtilTest.java |   106 +
 .../unitTests/junit/ReaderToUTF8StreamTest.java    |   686 +
 .../unitTests/junit/StatementKeyFactoryTest.java   |   176 +
 .../junit/SystemPrivilegesPermissionTest.java      |  1192 +
 .../junit/SystemPrivilegesPermissionTest.policy    |   163 +
 .../junit/SystemPrivilegesPermissionTest1.policy   |   143 +
 .../derbyTesting/unitTests/junit/UTF8UtilTest.java |   322 +
 .../unitTests/junit/VirtualFileTest.java           |   365 +
 .../derbyTesting/unitTests/junit/_Suite.java       |    65 +
 .../lang/EmptyResultSetStatisticsFactory.java      |   104 +
 .../apache/derbyTesting/unitTests/lang/T_Like.java |   220 +
 .../unitTests/services/D_T_DiagTestClass1.java     |    62 +
 .../unitTests/services/MarkedLimitInputStream.java |   193 +
 .../unitTests/services/T_CacheException.java       |    54 +
 .../unitTests/services/T_CacheService.java         |   341 +
 .../unitTests/services/T_CacheUser.java            |   195 +
 .../unitTests/services/T_Cacheable.java            |   151 +
 .../unitTests/services/T_CachedInteger.java        |   118 +
 .../unitTests/services/T_DaemonService.java        |   324 +
 .../unitTests/services/T_DiagTestClass1.java       |    48 +
 .../unitTests/services/T_DiagTestClass1Sub.java    |    39 +
 .../unitTests/services/T_Diagnosticable.java       |   212 +
 .../derbyTesting/unitTests/services/T_Key.java     |   131 +
 .../derbyTesting/unitTests/services/T_L1.java      |    89 +
 .../derbyTesting/unitTests/services/T_L2.java      |   102 +
 .../unitTests/services/T_LockFactory.java          |   719 +
 .../services/T_MarkedLimitInputStream.java         |   274 +
 .../unitTests/services/T_Serviceable.java          |   131 +
 .../unitTests/services/T_StandardException.java    |    72 +
 .../unitTests/services/T_UUIDFactory.java          |   155 +
 .../derbyTesting/unitTests/services/T_User.java    |   196 +
 .../unitTests/store/QualifierUtil.java             |   137 +
 .../unitTests/store/T_AccessFactory.java           |  4370 +++
 .../derbyTesting/unitTests/store/T_AccessRow.java  |   139 +
 .../unitTests/store/T_ColumnOrderingImpl.java      |    71 +
 .../unitTests/store/T_Compensation.java            |    87 +
 .../unitTests/store/T_FileSystemData.java          |  1108 +
 .../derbyTesting/unitTests/store/T_Heap.java       |   148 +
 .../unitTests/store/T_QualifierTest.java           |  1773 ++
 .../unitTests/store/T_RawStoreFactory.java         |  7637 +++++
 .../unitTests/store/T_RawStoreRow.java             |   102 +
 .../unitTests/store/T_RecoverBadLog.java           |  1833 ++
 .../unitTests/store/T_RecoverFullLog.java          |   868 +
 .../derbyTesting/unitTests/store/T_Recovery.java   |  4091 +++
 .../derbyTesting/unitTests/store/T_RowSource.java  |   277 +
 .../unitTests/store/T_SecondaryIndexRow.java       |   168 +
 .../unitTests/store/T_SortController.java          |   997 +
 .../unitTests/store/T_StoreCostResult.java         |    78 +
 .../derbyTesting/unitTests/store/T_StreamFile.java |   392 +
 .../apache/derbyTesting/unitTests/store/T_TWC.java |   165 +
 .../derbyTesting/unitTests/store/T_Undoable.java   |   285 +
 .../derbyTesting/unitTests/store/T_Util.java       |  1441 +
 .../apache/derbyTesting/unitTests/store/T_XA.java  |  1288 +
 .../apache/derbyTesting/unitTests/store/T_b2i.java |  5113 +++
 .../derbyTesting/unitTests/util/BitUtil.java       |   198 +
 .../derbyTesting/unitTests/util/MsgTrace.java      |    90 +
 java/tools/build.xml                               |    74 +
 .../org/apache/derby/iapi/tools/ToolUtils.java     |    80 +
 java/tools/org/apache/derby/iapi/tools/build.xml   |    83 +
 .../derby/iapi/tools/i18n/LocalizedInput.java      |    49 +
 .../derby/iapi/tools/i18n/LocalizedOutput.java     |    46 +
 .../derby/iapi/tools/i18n/LocalizedResource.java   |   465 +
 java/tools/org/apache/derby/iapi/tools/run.java    |    92 +
 java/tools/org/apache/derby/impl/tools/build.xml   |   117 +
 .../apache/derby/impl/tools/dblook/DB_Alias.java   |   268 +
 .../apache/derby/impl/tools/dblook/DB_Check.java   |   116 +
 .../derby/impl/tools/dblook/DB_GrantRevoke.java    |   494 +
 .../apache/derby/impl/tools/dblook/DB_Index.java   |   132 +
 .../org/apache/derby/impl/tools/dblook/DB_Jar.java |   215 +
 .../org/apache/derby/impl/tools/dblook/DB_Key.java |   345 +
 .../apache/derby/impl/tools/dblook/DB_Roles.java   |   176 +
 .../apache/derby/impl/tools/dblook/DB_Schema.java  |    84 +
 .../derby/impl/tools/dblook/DB_Sequence.java       |   161 +
 .../apache/derby/impl/tools/dblook/DB_Table.java   |   207 +
 .../apache/derby/impl/tools/dblook/DB_Trigger.java |   230 +
 .../apache/derby/impl/tools/dblook/DB_View.java    |    98 +
 .../org/apache/derby/impl/tools/dblook/Logs.java   |   310 +
 .../apache/derby/impl/tools/ij/AsyncStatement.java |    59 +
 .../derby/impl/tools/ij/AttributeHolder.java       |   137 +
 .../apache/derby/impl/tools/ij/ConnectionEnv.java  |   221 +
 .../tools/org/apache/derby/impl/tools/ij/Main.java |   268 +
 .../apache/derby/impl/tools/ij/ParseException.java |   217 +
 .../derby/impl/tools/ij/QualifiedIdentifier.java   |    46 +
 .../org/apache/derby/impl/tools/ij/Session.java    |   182 +
 .../derby/impl/tools/ij/StatementFinder.java       |   451 +
 .../derby/impl/tools/ij/UCode_CharStream.java      |   417 +
 .../org/apache/derby/impl/tools/ij/URLCheck.java   |   181 +
 java/tools/org/apache/derby/impl/tools/ij/ij.jj    |  3880 +++
 .../derby/impl/tools/ij/ijConnectionResult.java    |    44 +
 .../apache/derby/impl/tools/ij/ijException.java    |   153 +
 .../derby/impl/tools/ij/ijExceptionResult.java     |    46 +
 .../derby/impl/tools/ij/ijFatalException.java      |    57 +
 .../apache/derby/impl/tools/ij/ijMultiResult.java  |    57 +
 .../impl/tools/ij/ijMultipleResultSetResult.java   |   117 +
 .../org/apache/derby/impl/tools/ij/ijResult.java   |    70 +
 .../apache/derby/impl/tools/ij/ijResultImpl.java   |    83 +
 .../derby/impl/tools/ij/ijResultSetResult.java     |    83 +
 .../apache/derby/impl/tools/ij/ijRowResult.java    |    53 +
 .../derby/impl/tools/ij/ijStatementResult.java     |    58 +
 .../derby/impl/tools/ij/ijTokenException.java      |    29 +
 .../apache/derby/impl/tools/ij/ijVectorResult.java |    63 +
 .../derby/impl/tools/ij/ijWarningResult.java       |    47 +
 .../org/apache/derby/impl/tools/ij/mtGrammar.jj    |   407 +
 .../org/apache/derby/impl/tools/ij/mtTestCase.java |   334 +
 .../apache/derby/impl/tools/ij/mtTestSuite.java    |   187 +
 .../org/apache/derby/impl/tools/ij/mtTester.java   |   126 +
 .../org/apache/derby/impl/tools/ij/mtTime.java     |    43 +
 .../tools/org/apache/derby/impl/tools/ij/util.java |   817 +
 .../org/apache/derby/impl/tools/ij/utilMain.java   |   833 +
 .../derby/impl/tools/ij/xaAbstractHelper.java      |    55 +
 .../org/apache/derby/impl/tools/ij/xaHelper.java   |   685 +
 .../derby/impl/tools/optional/DBMDWrapper.java     |   918 +
 .../derby/impl/tools/optional/ForeignDBViews.java  |   520 +
 .../impl/tools/planexporter/AccessDatabase.java    |   593 +
 .../impl/tools/planexporter/CreateHTMLFile.java    |    80 +
 .../impl/tools/planexporter/CreateXMLFile.java     |    87 +
 .../derby/impl/tools/planexporter/TreeNode.java    |   236 +
 .../planexporter/resources/advancedViewXSL.xsl     |   190 +
 .../planexporter/resources/advancedViewXSL2.xsl    |   205 +
 .../tools/planexporter/resources/vanilla_html.xsl  |    99 +
 .../org/apache/derby/impl/tools/sysinfo/Main.java  |  1323 +
 .../impl/tools/sysinfo/ZipInfoProperties.java      |    83 +
 java/tools/org/apache/derby/loc/build.xml          |    44 +
 .../apache/derby/loc/sysinfoMessages.properties    |    80 +
 .../apache/derby/loc/sysinfoMessages_cs.properties |    79 +
 .../derby/loc/sysinfoMessages_de_DE.properties     |    80 +
 .../apache/derby/loc/sysinfoMessages_es.properties |    80 +
 .../apache/derby/loc/sysinfoMessages_fr.properties |    80 +
 .../apache/derby/loc/sysinfoMessages_hu.properties |    79 +
 .../apache/derby/loc/sysinfoMessages_it.properties |    80 +
 .../derby/loc/sysinfoMessages_ja_JP.properties     |    80 +
 .../derby/loc/sysinfoMessages_ko_KR.properties     |    80 +
 .../derby/loc/sysinfoMessages_pt_BR.properties     |    73 +
 .../apache/derby/loc/sysinfoMessages_ru.properties |    79 +
 .../derby/loc/sysinfoMessages_zh_CN.properties     |    80 +
 .../derby/loc/sysinfoMessages_zh_TW.properties     |    80 +
 .../apache/derby/loc/sysinfomessages_pl.properties |    79 +
 .../org/apache/derby/loc/toolsmessages.properties  |   413 +
 .../apache/derby/loc/toolsmessages_cs.properties   |   272 +
 .../derby/loc/toolsmessages_de_DE.properties       |   281 +
 .../apache/derby/loc/toolsmessages_es.properties   |   281 +
 .../apache/derby/loc/toolsmessages_fr.properties   |   281 +
 .../apache/derby/loc/toolsmessages_hu.properties   |   269 +
 .../apache/derby/loc/toolsmessages_it.properties   |   281 +
 .../derby/loc/toolsmessages_ja_JP.properties       |   281 +
 .../derby/loc/toolsmessages_ko_KR.properties       |   281 +
 .../apache/derby/loc/toolsmessages_pl.properties   |   272 +
 .../derby/loc/toolsmessages_pt_BR.properties       |   288 +
 .../apache/derby/loc/toolsmessages_ru.properties   |   274 +
 .../derby/loc/toolsmessages_zh_CN.properties       |   281 +
 .../derby/loc/toolsmessages_zh_TW.properties       |   281 +
 .../org/apache/derby/tools/JDBCDisplayUtil.java    |  1286 +
 .../tools/org/apache/derby/tools/PlanExporter.java |   327 +
 .../org/apache/derby/tools/SignatureChecker.java   |   661 +
 java/tools/org/apache/derby/tools/build.xml        |    61 +
 java/tools/org/apache/derby/tools/dblook.java      |  1237 +
 java/tools/org/apache/derby/tools/ij.java          |   145 +
 java/tools/org/apache/derby/tools/sysinfo.java     |   221 +
 maven2/README.txt                                  |   144 +
 maven2/SetDerbyVersion.java                        |   447 +
 maven2/client/pom.xml                              |    60 +
 maven2/derbyLocale_cs/pom.xml                      |    69 +
 maven2/derbyLocale_de_DE/pom.xml                   |    70 +
 maven2/derbyLocale_es/pom.xml                      |    69 +
 maven2/derbyLocale_fr/pom.xml                      |    69 +
 maven2/derbyLocale_hu/pom.xml                      |    69 +
 maven2/derbyLocale_it/pom.xml                      |    69 +
 maven2/derbyLocale_ja_JP/pom.xml                   |    69 +
 maven2/derbyLocale_ko_KR/pom.xml                   |    69 +
 maven2/derbyLocale_pl/pom.xml                      |    69 +
 maven2/derbyLocale_pt_BR/pom.xml                   |    69 +
 maven2/derbyLocale_ru/pom.xml                      |    69 +
 maven2/derbyLocale_zh_CN/pom.xml                   |    69 +
 maven2/derbyLocale_zh_TW/pom.xml                   |    69 +
 maven2/engine/pom.xml                              |    60 +
 maven2/net/pom.xml                                 |    69 +
 maven2/pom.xml                                     |   153 +
 maven2/tools/pom.xml                               |    60 +
 maven2/war/pom.xml                                 |    69 +
 plugins/eclipse/Readme.txt                         |   188 +
 .../eclipse/org.apache.derby.plugin.doc/.project   |    39 +
 .../eclipse/org.apache.derby.plugin.doc/LICENSE    |   202 +
 plugins/eclipse/org.apache.derby.plugin.doc/NOTICE |    31 +
 .../org.apache.derby.plugin.doc/build.properties   |    20 +
 .../eclipse/org.apache.derby.plugin.doc/plugin.xml |    35 +
 .../eclipse/org.apache.derby.plugin.doc/toc.xml    |    40 +
 .../topics/derby_app.html                          |   280 +
 .../org.apache.derby.plugin.doc/topics/ij.html     |   107 +
 .../org.apache.derby.plugin.doc/topics/ij2.html    |   111 +
 .../org.apache.derby.plugin.doc/topics/ij_toc.html |    40 +
 .../topics/images/add_nature.GIF                   |   Bin 0 -> 35203 bytes
 .../topics/images/completed_javaapp.GIF            |   Bin 0 -> 52042 bytes
 .../topics/images/create_class.GIF                 |   Bin 0 -> 21130 bytes
 .../topics/images/create_file.GIF                  |   Bin 0 -> 29883 bytes
 .../topics/images/create_restaurant.GIF            |   Bin 0 -> 39113 bytes
 .../topics/images/ij_commands.GIF                  |   Bin 0 -> 49291 bytes
 .../topics/images/new_class.GIF                    |   Bin 0 -> 40576 bytes
 .../topics/images/properties.gif                   |   Bin 0 -> 35609 bytes
 .../topics/images/property_sheet.GIF               |   Bin 0 -> 19980 bytes
 .../topics/images/remove_nature.GIF                |   Bin 0 -> 38181 bytes
 .../topics/images/restaurant_editor.GIF            |   Bin 0 -> 45927 bytes
 .../topics/images/restaurant_script.GIF            |   Bin 0 -> 48101 bytes
 .../topics/images/run_javaapp.GIF                  |   Bin 0 -> 53618 bytes
 .../topics/images/server_popup.gif                 |   Bin 0 -> 7224 bytes
 .../topics/images/shutdown_success.gif             |   Bin 0 -> 34135 bytes
 .../topics/images/start_ij.GIF                     |   Bin 0 -> 47590 bytes
 .../topics/images/start_server.GIF                 |   Bin 0 -> 38635 bytes
 .../topics/images/start_server_console.gif         |   Bin 0 -> 31139 bytes
 .../topics/images/stop_popup.gif                   |   Bin 0 -> 8357 bytes
 .../topics/images/stop_server.GIF                  |   Bin 0 -> 46684 bytes
 .../topics/images/sysinfo_output.GIF               |   Bin 0 -> 38473 bytes
 .../topics/images/sysinfo_start.GIF                |   Bin 0 -> 42422 bytes
 .../topics/java_project.html                       |    69 +
 .../org.apache.derby.plugin.doc/topics/nature.html |    53 +
 .../topics/nature_toc.html                         |    47 +
 .../topics/properties.html                         |   142 +
 .../topics/remove_nature.html                      |    53 +
 .../topics/resources.html                          |    31 +
 .../topics/server_toc.html                         |    47 +
 .../topics/start_server.html                       |   102 +
 .../topics/start_toc.html                          |    88 +
 .../topics/stop_server.html                        |    65 +
 .../topics/sysinfo.html                            |    66 +
 plugins/eclipse/org.apache.derby.ui/.classpath     |    24 +
 plugins/eclipse/org.apache.derby.ui/.project       |    45 +
 plugins/eclipse/org.apache.derby.ui/LICENSE        |   202 +
 plugins/eclipse/org.apache.derby.ui/NOTICE         |    31 +
 .../eclipse/org.apache.derby.ui/build.properties   |    23 +
 plugins/eclipse/org.apache.derby.ui/icons/add.gif  |   Bin 0 -> 318 bytes
 plugins/eclipse/org.apache.derby.ui/icons/ij.gif   |   Bin 0 -> 855 bytes
 .../eclipse/org.apache.derby.ui/icons/isrun.gif    |   Bin 0 -> 67 bytes
 plugins/eclipse/org.apache.derby.ui/icons/rem.gif  |   Bin 0 -> 350 bytes
 .../eclipse/org.apache.derby.ui/icons/start.gif    |   Bin 0 -> 881 bytes
 plugins/eclipse/org.apache.derby.ui/icons/stop.gif |   Bin 0 -> 905 bytes
 .../eclipse/org.apache.derby.ui/icons/sysinfo.gif  |   Bin 0 -> 873 bytes
 plugins/eclipse/org.apache.derby.ui/plugin.xml     |   429 +
 .../src/org/apache/derby/ui/DerbyPlugin.java       |    65 +
 .../src/org/apache/derby/ui/actions/IJAction.java  |   132 +
 .../org/apache/derby/ui/actions/StartAction.java   |    78 +
 .../org/apache/derby/ui/actions/StopAction.java    |    77 +
 .../org/apache/derby/ui/actions/SysInfoAction.java |    96 +
 .../org/apache/derby/ui/common/CommonNames.java    |    60 +
 .../src/org/apache/derby/ui/common/Messages.java   |    50 +
 .../ui/container/DerbyClasspathContainer.java      |    80 +
 .../DerbyClasspathContainerInitializer.java        |    39 +
 .../derby/ui/decorate/DerbyIsRunningDecorator.java |    85 +
 .../launch/IJDerbyLaunchConfigurationDelegate.java |    30 +
 ...tartDerbyServerLaunchConfigurationDelegate.java |    29 +
 ...StopDerbyServerLaunchConfigurationDelegate.java |    30 +
 .../SysInfoDerbyLaunchConfigurationDelegate.java   |    30 +
 .../org/apache/derby/ui/nature/DerbyNature.java    |    47 +
 .../derby/ui/popup/actions/AddDerbyNature.java     |   168 +
 .../derby/ui/popup/actions/RemoveDerbyNature.java  |   135 +
 .../derby/ui/properties/DerbyProperties.java       |   123 +
 .../derby/ui/properties/DerbyPropertiesPage.java   |   221 +
 .../org/apache/derby/ui/util/DerbyServerUtils.java |   224 +
 .../src/org/apache/derby/ui/util/DerbyUtils.java   |   195 +
 .../src/org/apache/derby/ui/util/Logger.java       |    36 +
 .../org/apache/derby/ui/util/SelectionUtil.java    |    74 +
 published_api_overview.html                        |    44 +
 releaseSummary.xml                                 |   188 +
 tools/ant/properties/compilepath.properties        |    31 +
 tools/ant/properties/defaultcompiler.properties    |    17 +
 tools/ant/properties/dirs.properties               |   127 +
 tools/ant/properties/extrapath.properties          |    39 +
 tools/ant/properties/modern.properties             |    24 +
 tools/ant/properties/packaging.tmpl                |    29 +
 tools/ant/properties/release.properties            |    26 +
 tools/ant/properties/sanefalse.properties          |    18 +
 tools/ant/properties/sanetrue.properties           |    18 +
 tools/ide/netbeans/README.txt                      |    31 +
 tools/ide/netbeans/nbproject/ide-file-targets.xml  |    48 +
 tools/ide/netbeans/nbproject/project.xml           |   304 +
 tools/j2ee/derby/WEB-INF/web.xml                   |    72 +
 tools/jar/dnc.1.8.properties                       |     2 +
 tools/jar/dnc.properties                           |    36 +
 tools/jar/extraDBMSclasses.properties              |   118 +
 tools/jar/extraDBMStypes.properties                |    26 +
 tools/jar/net.properties                           |    18 +
 tools/jar/tools.properties                         |    35 +
 tools/javadoc/derbydocs_exclusions.ant             |    55 +
 tools/javadoc/derbydocs_java8_exclusions.ant       |     3 +
 tools/javadoc/derbydocs_jdbc4_exclusions.ant       |    32 +
 tools/javadoc/logo/derby_logo32.png                |   Bin 0 -> 972 bytes
 tools/javadoc/logo/derby_logo64.png                |   Bin 0 -> 1841 bytes
 tools/javadoc/package-list                         |     3 +
 tools/javadoc/publishedapi.ant                     |    84 +
 tools/javadoc/publishedapi_jdbc.ant                |    51 +
 tools/l10n/LocCompare.java                         |   646 +
 tools/l10n/README                                  |   153 +
 tools/l10n/build.xml                               |    60 +
 tools/release/build.xml                            |   535 +
 tools/release/jirasoap/pom.xml                     |   179 +
 .../apache/derbyBuild/jirasoap/DerbyVersion.java   |   242 +
 .../derbyBuild/jirasoap/FilteredIssueLister.java   |   807 +
 .../jirasoap/FilteredIssueListerAntWrapper.java    |    86 +
 .../jirasoap/src/main/wsdl/jirasoapservice-v2.wsdl |  8551 +++++
 tools/release/notices/felix.txt                    |    35 +
 tools/release/notices/initialgrant.txt             |    13 +
 tools/release/notices/jdbcstubs.txt                |    11 +
 tools/release/notices/lucene.txt                   |   195 +
 tools/release/notices/nisttestgrant.txt            |     9 +
 tools/release/notices/preamble.txt                 |    15 +
 tools/release/notices/separator.txt                |     3 +
 tools/release/templates/releaseNote.html           |   130 +
 tools/release/templates/releaseSummaryTemplate.xml |   133 +
 tools/testing/i18nTestGenerator/README             |    54 +
 tools/testing/i18nTestGenerator/clientPrologue.txt |    43 +
 tools/testing/i18nTestGenerator/genClient1.sed     |    22 +
 tools/testing/i18nTestGenerator/genClient2.sed     |   150 +
 .../i18nTestGenerator/generateClientMessageTest.sh |   105 +
 .../reporting/Failures/JIRA_description.txt        |   169 +
 tools/testing/reporting/TEMPLATES/env.sh           |    35 +
 tools/testing/reporting/TEMPLATES/index.html       |   112 +
 tools/testing/reporting/TEMPLATES/index.shtml      |   116 +
 tools/testing/reporting/TEMPLATES/testenv.sh       |    58 +
 tools/testing/reporting/scripts/README.1           |   362 +
 tools/testing/reporting/scripts/README.2           |   113 +
 tools/testing/reporting/scripts/TODO               |    31 +
 tools/testing/reporting/scripts/buildDerby         |   288 +
 tools/testing/reporting/scripts/calcJarFootprint   |    78 +
 tools/testing/reporting/scripts/calcPercent        |    40 +
 tools/testing/reporting/scripts/cpu_mem            |    40 +
 .../testing/reporting/scripts/createBaselineFiles  |    60 +
 .../scripts/createBaselineFilesOnePlatform         |    75 +
 .../reporting/scripts/cronCurrentTestInfoDerby     |    47 +
 .../reporting/scripts/cronMkAllPlotDataAndPlots    |    63 +
 .../reporting/scripts/cronMkDerbyTestIndex_all     |    72 +
 .../reporting/scripts/cronUpdateAllTestInfoDerby   |    39 +
 .../reporting/scripts/cronUpdateBuildTestDerby     |    37 +
 tools/testing/reporting/scripts/cygwin-cpu_mem     |    31 +
 tools/testing/reporting/scripts/cygwin-system      |    27 +
 tools/testing/reporting/scripts/doplot             |    47 +
 tools/testing/reporting/scripts/doplot_all         |   128 +
 tools/testing/reporting/scripts/env                |    52 +
 tools/testing/reporting/scripts/fromSeconds        |    37 +
 tools/testing/reporting/scripts/getBaselineTime    |    33 +
 .../testing/reporting/scripts/gnuplot/duration.gp  |    35 +
 .../reporting/scripts/gnuplot/duration_all.gp      |    43 +
 tools/testing/reporting/scripts/initDERBYDIR       |   122 +
 tools/testing/reporting/scripts/linux-cpu_mem      |    27 +
 tools/testing/reporting/scripts/linux-system       |    21 +
 tools/testing/reporting/scripts/mkAllDerbyTestInfo |    55 +
 .../reporting/scripts/mkAllDerbyTestInfo.public    |    40 +
 .../reporting/scripts/mkAllPlotDataAndPlots        |    69 +
 tools/testing/reporting/scripts/mkDerbyTestIndex   |   340 +
 .../testing/reporting/scripts/mkDerbyTestIndex_all |   255 +
 tools/testing/reporting/scripts/mkGNUplot          |    96 +
 tools/testing/reporting/scripts/mkGNUplot.recent   |   103 +
 tools/testing/reporting/scripts/mkGNUplot_last20   |    71 +
 tools/testing/reporting/scripts/mkJIRArefs         |   231 +
 tools/testing/reporting/scripts/mkJIRArefs.current |   237 +
 .../scripts/mkPercentForTimeListVsBaseline         |    25 +
 tools/testing/reporting/scripts/mkSandBoxSummary   |    59 +
 tools/testing/reporting/scripts/mkUpdateInfo       |    48 +
 tools/testing/reporting/scripts/platformsDurPrcnt  |    53 +
 tools/testing/reporting/scripts/platformsFailCount |    53 +
 tools/testing/reporting/scripts/runAllTests        |   383 +
 tools/testing/reporting/scripts/scp_dummy          |    18 +
 tools/testing/reporting/scripts/solaris-cpu_mem    |    35 +
 tools/testing/reporting/scripts/solaris-system     |    22 +
 tools/testing/reporting/scripts/startDerbyTests    |    56 +
 tools/testing/reporting/scripts/svnDiffToRev       |    36 +
 tools/testing/reporting/scripts/svnLogRevs         |    34 +
 tools/testing/reporting/scripts/svnLogRevs.new     |    65 +
 tools/testing/reporting/scripts/system             |    40 +
 tools/testing/reporting/scripts/testDerby          |    82 +
 tools/testing/reporting/scripts/testHistoriesDerby |   252 +
 tools/testing/reporting/scripts/testPlatformsDerby |   259 +
 tools/testing/reporting/scripts/testSummariesDerby |   493 +
 tools/testing/reporting/scripts/textMail           |    63 +
 tools/testing/reporting/scripts/toSeconds          |    32 +
 .../testing/reporting/scripts/updateBuildTestDerby |    48 +
 tools/testing/reporting/scripts/updateDerby        |   171 +
 tools/testing/reporting/scripts/vsTimeBase         |    32 +
 4448 files changed, 1749945 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git



More information about the pkg-java-commits mailing list