Commit 665db1a6 authored by unknown's avatar unknown
Browse files

ndb - bug#20847: non-debug compile fix


ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
  non-debug compile fix
parent 9be46326
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -568,7 +568,9 @@ Dbtup::execDROP_TAB_REQ(Signal* signal)
{
  ljamEntry();
  if (ERROR_INSERTED(4013)) {
#ifdef VM_TRACE
    verifytabdes();
#endif
  }
  DropTabReq* req = (DropTabReq*)signal->getDataPtr();
  
@@ -690,7 +692,9 @@ void Dbtup::execFSREMOVECONF(Signal* signal)
  initTab(tabPtr.p);
  if (ERROR_INSERTED(4013)) {
    CLEAR_ERROR_INSERT_VALUE;
#ifdef VM_TRACE
    verifytabdes();
#endif
  }
}//Dbtup::execFSREMOVECONF()