List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:November 3 2004 7:42am
Subject:bk commit into 5.0 tree (joreland:1.1992)
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.1992 04/11/03 08:42:07 joreland@stripped +1 -0
  correct ifdef around test code

  ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp
    1.13 04/11/03 08:41:59 joreland@stripped +2 -1
    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.12/ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp	Tue Nov  2 10:33:30 2004
+++ 1.13/ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp	Wed Nov  3 08:41:59 2004
@@ -25,7 +25,7 @@
 Dbtux::execDUMP_STATE_ORD(Signal* signal)
 {
   jamEntry();
-
+#ifdef VM_TRACE
   if (signal->theData[0] == DumpStateOrd::TuxLogToFile) {
     unsigned flag = signal->theData[1];
     const char* const tuxlog = "tux.log";
@@ -55,6 +55,7 @@
   if (signal->theData[0] == DumpStateOrd::TuxMetaDataJunk) {
     abort();
   }
+#endif
 }
 
 #ifdef VM_TRACE
Thread
bk commit into 5.0 tree (joreland:1.1992)jonas.oreland3 Nov