List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:November 3 2004 8:15am
Subject:bk commit into 5.0 tree (joreland:1.1991)
View as plain text  
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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1991 04/11/03 08:15:33 joreland@stripped +1 -0
  correct ifdef around test code

  ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
    1.33 04/11/03 08:15:28 joreland@stripped +2 -0
    correct ifdef around test code

# 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:	joreland
# Host:	eel.ndb.mysql.com
# Root:	/home/jonas/src/wl1668

--- 1.32/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	Wed Nov  3 07:54:11 2004
+++ 1.33/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	Wed Nov  3 08:15:28 2004
@@ -10205,11 +10205,13 @@
 void Dblqh::execACC_LCPCONF(Signal* signal) 
 {
   jamEntry();
+#ifdef NDB_DEBUG_FULL
   if(ERROR_INSERTED(5904)){
     g_trace_lcp.save(signal);
     infoEvent("LCP: 5904");
     return;
   }
+#endif
 
   lcpPtr.i = signal->theData[0];
   ptrCheckGuard(lcpPtr, clcpFileSize, lcpRecord);
Thread
bk commit into 5.0 tree (joreland:1.1991)jonas.oreland3 Nov