List:Commits« Previous MessageNext Message »
From:jonas Date:February 28 2008 2:26pm
Subject:bk commit into 5.1 tree (jonas:1.2195)
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, 2008-02-28 15:26:38+01:00, jonas@stripped +1 -0
  fix another error-insert #ifdef

  storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp@stripped, 2008-02-28 15:26:37+01:00, jonas@stripped +2 -0
    fix another error-insert #ifdef

# 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/drop6

--- 1.32/storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp	2008-02-28 15:26:40 +01:00
+++ 1.33/storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp	2008-02-28 15:26:40 +01:00
@@ -2068,6 +2068,7 @@
 
   if (arg == 71)
   {
+#ifdef ERROR_INSERT
     if (signal->getLength() == 2)
     {
       c_error_insert_extra = signal->theData[1];
@@ -2077,6 +2078,7 @@
     {
       CLEAR_ERROR_INSERT_VALUE;
     }
+#endif
   }
 
 }//Ndbcntr::execDUMP_STATE_ORD()
Thread
bk commit into 5.1 tree (jonas:1.2195)jonas28 Feb