Commit 0697dac1 authored by unknown's avatar unknown

ndb -

  fix release compile error


storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
  fix release compile
parent fd522089
...@@ -158,7 +158,7 @@ static int TRACENR_FLAG = 0; ...@@ -158,7 +158,7 @@ static int TRACENR_FLAG = 0;
static NdbOut * traceopout = 0; static NdbOut * traceopout = 0;
#define TRACE_OP(regTcPtr, place) do { if (TRACE_OP_CHECK(regTcPtr)) TRACE_OP_DUMP(regTcPtr, place); } while(0) #define TRACE_OP(regTcPtr, place) do { if (TRACE_OP_CHECK(regTcPtr)) TRACE_OP_DUMP(regTcPtr, place); } while(0)
#else #else
#define TRACE_OP(x) {} #define TRACE_OP(x, y) {}
#endif #endif
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */
......
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