List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:November 28 2007 11:32pm
Subject:bk commit into 5.1 tree (stewart:1.2744)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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-11-29 09:32:23+10:00, stewart@willster.(none) +1 -0
  Disable DEBUG_ASYNCFILE (enabled in compressed LCP/Backup push)

  storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp@stripped, 2007-11-29 09:32:18+10:00, stewart@willster.(none) +1 -1
    Disable DEBUG_ASYNCFILE (enabled in compressed LCP/Backup push)

diff -Nrup a/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp b/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp
--- a/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp	2007-11-12 13:34:39 +10:00
+++ b/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp	2007-11-29 09:32:18 +10:00
@@ -58,7 +58,7 @@
 #include "Filename.hpp"
 
 // Use this define if you want printouts from AsyncFile class
-#define DEBUG_ASYNCFILE
+//#define DEBUG_ASYNCFILE
 
 #ifdef DEBUG_ASYNCFILE
 #include <NdbOut.hpp>
Thread
bk commit into 5.1 tree (stewart:1.2744)Stewart Smith29 Nov