3281 Jonas Oreland 2010-09-08
ndb spj svs - remove excessive debug printouts in Dbspj
modified:
storage/ndb/src/kernel/blocks/dbspj/DbspjMain.cpp
3280 Jonas Oreland 2010-09-07
ndb spj svs - cleanup abort/nf handing of scanFrag, use ScanFragHandle
modified:
storage/ndb/src/kernel/blocks/dbspj/Dbspj.hpp
storage/ndb/src/kernel/blocks/dbspj/DbspjMain.cpp
=== modified file 'storage/ndb/src/kernel/blocks/dbspj/DbspjMain.cpp'
--- a/storage/ndb/src/kernel/blocks/dbspj/DbspjMain.cpp 2010-09-07 19:40:50 +0000
+++ b/storage/ndb/src/kernel/blocks/dbspj/DbspjMain.cpp 2010-09-08 07:30:05 +0000
@@ -37,7 +37,6 @@
// Use DEBUG to print messages that should be
// seen only when we debug the product
-#define VM_TRACE
#ifdef VM_TRACE
#define DEBUG(x) ndbout << "DBSPJ: "<< x << endl;
@@ -56,7 +55,7 @@
#define DEBUG_CRASH()
#endif
-#if 0
+#if 1
#undef DEBUG
#define DEBUG(x)
#undef DEBUG_LQHKEYREQ
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20100908073005-g6scdnz1tjmflham.bundle
| Thread |
|---|
| • bzr push into mysql-5.1-telco-7.0-spj-scan-vs-scan branch (jonas:3280 to3281) | Jonas Oreland | 8 Sep |