List:Commits« Previous MessageNext Message »
From:jonas Date:December 3 2007 6:48am
Subject:bk commit into 5.1 tree (jonas:1.2703)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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, 2007-12-03 07:48:22+01:00, jonas@stripped +1 -0
  ndb - xmas
    testSystemRestart SR_DD_1_LCP
    Try to fix random hang in test prg

  storage/ndb/test/ndbapi/testSystemRestart.cpp@stripped, 2007-12-03 07:48:19+01:00, jonas@stripped +2 -1
    Try to fix random hang in test prg

diff -Nrup a/storage/ndb/test/ndbapi/testSystemRestart.cpp b/storage/ndb/test/ndbapi/testSystemRestart.cpp
--- a/storage/ndb/test/ndbapi/testSystemRestart.cpp	2007-11-30 17:40:38 +01:00
+++ b/storage/ndb/test/ndbapi/testSystemRestart.cpp	2007-12-03 07:48:19 +01:00
@@ -1358,11 +1358,12 @@ loop:
   {
     return NDBT_OK;
   }
+
+  ctx->setProperty("StopAbort", Uint32(0));
   
   ndbout << "Killing in " << stop << "ms..." << flush;
   NdbSleep_MilliSleep(stop);
   restarter.restartAll(false, true, true);
-  ctx->setProperty("StopAbort", Uint32(0));
   goto loop;
 }
 
Thread
bk commit into 5.1 tree (jonas:1.2703)jonas3 Dec