mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0
into orca.ndb.mysql.com:/space_old/pekka/ndb/version/my50
This commit is contained in:
commit
0eaae4157d
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue