From: Date: April 18 2005 12:46pm Subject: bk commit into 5.0 tree (joreland:1.1832) BUG#9892 List-Archive: http://lists.mysql.com/internals/24104 X-Bug: 9892 Message-Id: <20050418104641.B71F143DFC@eel.hemma.oreland.se.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of jonas. When jonas does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1832 05/04/18 12:46:35 joreland@stripped +1 -0 bug#9892 - ndb index activation 4.1->5.0 merge fix ndb/test/ndbapi/testIndex.cpp 1.16 05/04/18 12:46:31 joreland@stripped +1 -1 bug#9892 - ndb index activation 4.1->5.0 merge fix # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: joreland # Host: eel.hemma.oreland.se.ndb.mysql.com # Root: /home/jonas/src/mysql-5.0 --- 1.15/ndb/test/ndbapi/testIndex.cpp Mon Apr 18 12:45:15 2005 +++ 1.16/ndb/test/ndbapi/testIndex.cpp Mon Apr 18 12:46:31 2005 @@ -1323,7 +1323,7 @@ "Test that indexes are correctly maintained during node fail and node restart"){ TC_PROPERTY("OrderedIndex", 1); TC_PROPERTY("LoggedIndexes", (unsigned)0); - TC_PROPERTY("PauseThreads", 2); + TC_PROPERTY("PauseThreads", 1); INITIALIZER(runClearTable); INITIALIZER(createRandomIndex); INITIALIZER(createPkIndex);