ndb - bug#20847: non-debug compile fix
This commit is contained in:
parent
6191c7db85
commit
4893022ea6
@ -568,7 +568,9 @@ Dbtup::execDROP_TAB_REQ(Signal* signal)
|
|||||||
{
|
{
|
||||||
ljamEntry();
|
ljamEntry();
|
||||||
if (ERROR_INSERTED(4013)) {
|
if (ERROR_INSERTED(4013)) {
|
||||||
|
#ifdef VM_TRACE
|
||||||
verifytabdes();
|
verifytabdes();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
DropTabReq* req = (DropTabReq*)signal->getDataPtr();
|
DropTabReq* req = (DropTabReq*)signal->getDataPtr();
|
||||||
|
|
||||||
@ -690,7 +692,9 @@ void Dbtup::execFSREMOVECONF(Signal* signal)
|
|||||||
initTab(tabPtr.p);
|
initTab(tabPtr.p);
|
||||||
if (ERROR_INSERTED(4013)) {
|
if (ERROR_INSERTED(4013)) {
|
||||||
CLEAR_ERROR_INSERT_VALUE;
|
CLEAR_ERROR_INSERT_VALUE;
|
||||||
|
#ifdef VM_TRACE
|
||||||
verifytabdes();
|
verifytabdes();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}//Dbtup::execFSREMOVECONF()
|
}//Dbtup::execFSREMOVECONF()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user