Commit a235504b authored by Andrew McDonnell's avatar Andrew McDonnell

Ensure VERBOSE_DEBUG is off by default

parent 2b9aba3b
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
#include <my_dbug.h> #include <my_dbug.h>
// Uncomment this for extra debug, but expect a performance hit in large queries // Uncomment this for extra debug, but expect a performance hit in large queries
#define VERBOSE_DEBUG //#define VERBOSE_DEBUG
#ifdef VERBOSE_DEBUG #ifdef VERBOSE_DEBUG
#else #else
#undef DBUG_PRINT #undef DBUG_PRINT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment