ndb - bug#20847: non-debug compile fix (repeat since cannot merge 4.1->5.0)

This commit is contained in:
pekka@orca.ndb.mysql.com 2006-07-10 12:13:45 +02:00
parent 7433d5ccbe
commit bdc7a14bba

View file

@ -602,7 +602,9 @@ Dbtup::execDROP_TAB_REQ(Signal* signal)
{
ljamEntry();
if (ERROR_INSERTED(4013)) {
#ifdef VM_TRACE
verifytabdes();
#endif
}
DropTabReq* req = (DropTabReq*)signal->getDataPtr();
@ -724,7 +726,9 @@ void Dbtup::execFSREMOVECONF(Signal* signal)
initTab(tabPtr.p);
if (ERROR_INSERTED(4013)) {
CLEAR_ERROR_INSERT_VALUE;
#ifdef VM_TRACE
verifytabdes();
#endif
}
}//Dbtup::execFSREMOVECONF()