mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Fixed so no merge conflict with 5.0
ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Fixed so no merge conflict with
This commit is contained in:
parent
11b64a4ec9
commit
181205f032
1 changed files with 2 additions and 1 deletions
|
|
@ -2227,8 +2227,9 @@ void Dbdict::checkSchemaStatus(Signal* signal)
|
|||
restartCreateTab(signal, tableId, oldEntry, false);
|
||||
return;
|
||||
}//if
|
||||
break;
|
||||
}
|
||||
ndbrequire(ok);
|
||||
break;
|
||||
}
|
||||
case SchemaFile::DROP_TABLE_STARTED:
|
||||
jam();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue