From: Date: October 10 2006 9:47am Subject: bk commit into 5.0 tree (jonas:1.2256) BUG#23107 List-Archive: http://lists.mysql.com/commits/13371 X-Bug: 23107 Message-Id: <20061010074734.4737459E3C9@perch.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@stripped, 2006-10-10 09:47:30+02:00, jonas@stripped +1 -0 ndb - bug#23107 fix bug in test prg ndb/test/ndbapi/testTimeout.cpp@stripped, 2006-10-10 09:47:29+02:00, jonas@stripped +2 -2 ndb - bug#23107 fix bug in test prg # 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: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/50-work --- 1.14/ndb/test/ndbapi/testTimeout.cpp 2006-10-10 09:47:34 +02:00 +++ 1.15/ndb/test/ndbapi/testTimeout.cpp 2006-10-10 09:47:34 +02:00 @@ -537,9 +537,9 @@ TESTCASE("BuddyTransTimeout1", "Start a scan and check that it gets aborted"){ INITIALIZER(runLoadTable); - //INITIALIZER(setTransactionTimeout); + INITIALIZER(setTransactionTimeout); STEPS(runBuddyTransTimeout, 1); - //FINALIZER(resetTransactionTimeout); + FINALIZER(resetTransactionTimeout); FINALIZER(runClearTable); } #if 0