List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:August 21 2008 4:31pm
Subject:bzr commit into mysql-5.1 branch (stewart:2789)
View as plain text  
#At file:///home/stewart/mysql/ndbwin32/

 2789 Stewart Smith	2008-08-22
      fix DEBUG macro redifinition warnings in NDBFS
modified:
  storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp
  storage/ndb/src/kernel/blocks/ndbfs/VoidFs.cpp

=== modified file 'storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp'
--- a/storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp	2008-08-21 06:38:48 +0000
+++ b/storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp	2008-08-21 14:31:29 +0000
@@ -41,8 +41,6 @@
 #include <NdbOut.hpp>
 #include <Configuration.hpp>
 
-#define DEBUG(x) { ndbout << "FS::" << x << endl; }
-
 inline
 int pageSize( const NewVARIABLE* baseAddrRef )
 {

=== modified file 'storage/ndb/src/kernel/blocks/ndbfs/VoidFs.cpp'
--- a/storage/ndb/src/kernel/blocks/ndbfs/VoidFs.cpp	2006-12-23 19:20:40 +0000
+++ b/storage/ndb/src/kernel/blocks/ndbfs/VoidFs.cpp	2008-08-21 14:31:29 +0000
@@ -35,8 +35,6 @@
 #include <NdbOut.hpp>
 #include <Configuration.hpp>
 
-#define DEBUG(x) { ndbout << "FS::" << x << endl; }
-
 VoidFs::VoidFs(Block_context & ctx) :
   SimulatedBlock(NDBFS, ctx)
 {

Thread
bzr commit into mysql-5.1 branch (stewart:2789) Stewart Smith21 Aug