ndb -

  fix release compile error
parent 1d200a90
...@@ -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