mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01: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…
Reference in a new issue