List:Commits« Previous MessageNext Message »
From:jonas Date:March 2 2007 11:48am
Subject:bk commit into 5.1 tree (jonas:1.2423)
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-03-02 11:48:14+01:00, jonas@stripped +1 -0
  ndb -
    fix printout
    crashes testSystemRestart -n SR_UNDO

  storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2007-03-02 11:48:12+01:00,
jonas@stripped +1 -1
    fix printout
    crashes testSystemRestart -n SR_UNDO

# 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/51-work

--- 1.102/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2007-03-02 11:48:19 +01:00
+++ 1.103/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2007-03-02 11:48:19 +01:00
@@ -14161,7 +14161,7 @@
   }
 
   if(arg == DumpStateOrd::EnableUndoDelayDataWrite){
-    g_eventLogger.info("Dbdih:: delay write of datapages for table = %s", 
+    g_eventLogger.info("Dbdih:: delay write of datapages for table = %d", 
                        dumpState->args[1]);
     // Send this dump to ACC and TUP
     EXECUTE_DIRECT(DBACC, GSN_DUMP_STATE_ORD, signal, 2);
Thread
bk commit into 5.1 tree (jonas:1.2423)jonas2 Mar