Commit a775c47a authored by unknown's avatar unknown
Browse files

ndb -

  fix release compile error


storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
  fix release compile
parent 674e6e95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ static int TRACENR_FLAG = 0;
static NdbOut * traceopout = 0;
#define TRACE_OP(regTcPtr, place) do { if (TRACE_OP_CHECK(regTcPtr)) TRACE_OP_DUMP(regTcPtr, place); } while(0)
#else
#define TRACE_OP(x) {}
#define TRACE_OP(x, y) {}
#endif
/* ------------------------------------------------------------------------- */