------------------------------------------------------------------------ r1341622 | kristwaa | 2012-05-22 23:02:14 +0200 (Tue, 22 May 2012) | 6 lines Changed paths: M /db/derby/code/trunk/java/engine/org/apache/derby/impl/services/daemon/IndexStatisticsDaemonImpl.java DERBY-5680: indexStat daemon processing tables over an over even when there are no changes in the tables Removed redundant check. Patch file: derby-5680-2a-remove_redundant_check.diff ------------------------------------------------------------------------ r1341629 | kristwaa | 2012-05-22 23:14:36 +0200 (Tue, 22 May 2012) | 6 lines Changed paths: M /db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/Property.java M /db/derby/code/trunk/java/engine/org/apache/derby/impl/services/daemon/IndexStatisticsDaemonImpl.java M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/KeepDisposableStatsPropertyTest.java DERBY-5680: indexStat daemon processing tables over an over even when there are no changes in the tables Renamed debug property to a more descriptive name. Patch file: derby-5680-3a-rename_debug_property.diff ------------------------------------------------------------------------ r1341682 | myrnavl | 2012-05-23 01:42:25 +0200 (Wed, 23 May 2012) | 3 lines Changed paths: M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_foundation/iepnegativetests_ES.out DERBY-5776; test failure in iepnegativetests_ES with weme 6.2 (J2ME/CDC) with trunk (10.9 alpha) as of revision 1339441 updating the j9/weme canon in master/j9_foundation ------------------------------------------------------------------------ r1341793 | kristwaa | 2012-05-23 10:51:10 +0200 (Wed, 23 May 2012) | 7 lines Changed paths: M /db/derby/code/trunk/maven2/war/pom.xml DERBY-5777: Update description of Maven artifact for the Derby net servlet to reflect that it is not intended for production use Changed the name and description in the POM. Patch file: derby-5777-1a-update_description.diff ------------------------------------------------------------------------ r1341814 | kahatlen | 2012-05-23 12:04:32 +0200 (Wed, 23 May 2012) | 1 line Changed paths: M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/Utf8CcsidManagerClientTest.java M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java DERBY-5771: Use TestNullOutputStream where possible ------------------------------------------------------------------------ r1341830 | kristwaa | 2012-05-23 13:11:03 +0200 (Wed, 23 May 2012) | 9 lines Changed paths: M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/KeepDisposableStatsPropertyTest.java M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/helpers/DisposableIndexStatistics.java M /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/IndexStatsUtil.java DERBY-3790: Investigate if request for update statistics can be skipped for certain kind of indexes, one instance may be unique indexes based on one column. Minor test improvements: added/improved comments, skipped use of reduced row count, removed unnecessary query execution. Added a new method to wait for the old/current statistics to be replaced, and then fetch the new statistics for the table. Patch file: derby-3790-2a-minor_test_improvements.diff ------------------------------------------------------------------------ r1341912 | rhillegas | 2012-05-23 17:50:42 +0200 (Wed, 23 May 2012) | 1 line Changed paths: M /db/derby/code/trunk/tools/ant/properties/release.properties DERBY-5688: Bump the release id on the trunk after creating the 10.9 branch. ------------------------------------------------------------------------