List:Commits« Previous MessageNext Message »
From:jonas Date:February 6 2006 8:47pm
Subject:bk commit into 5.1 tree (jonas:1.2072)
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
  1.2072 06/02/06 21:47:30 jonas@stripped +2 -0
  merge

  storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
    1.92 06/02/06 21:47:27 jonas@stripped +1 -1
    merge

  storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
    1.77 06/02/06 21:47:27 jonas@stripped +1 -1
    merge

# 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/mysql-5.1-new

--- 1.76/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2006-02-06 11:48:35 +01:00
+++ 1.77/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp	2006-02-06 21:47:27 +01:00
@@ -3001,7 +3001,7 @@
 			 c_readTableRecord.tableId,
 			 parseRecord.errorCode);
     progError(__LINE__, 
-	      ERR_INVALID_CONFIG,
+	      NDBD_EXIT_INVALID_CONFIG,
 	      buf);
     ndbrequire(parseRecord.errorCode == 0);
   }

--- 1.91/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2006-02-06 21:31:32 +01:00
+++ 1.92/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2006-02-06 21:47:27 +01:00
@@ -16035,7 +16035,7 @@
 		       "Unable to restart, failed while reading redo."
 		       " Likely invalid change of configuration");
   progError(__LINE__, 
-	    ERR_INVALID_CONFIG,
+	    NDBD_EXIT_INVALID_CONFIG,
 	    buf);
 }//Dblqh::findLogfile()
 
Thread
bk commit into 5.1 tree (jonas:1.2072)jonas6 Feb