mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Extra jam broken if
This commit is contained in:
@@ -4553,13 +4553,14 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
|
||||
TableRecordPtr tablePtr;
|
||||
c_tableRecordHash.find(tablePtr, keyRecord);
|
||||
|
||||
if (checkExist)
|
||||
if (checkExist){
|
||||
jam();
|
||||
/* ---------------------------------------------------------------- */
|
||||
// Check if table already existed.
|
||||
/* ---------------------------------------------------------------- */
|
||||
tabRequire(tablePtr.i == RNIL, CreateTableRef::TableAlreadyExist);
|
||||
|
||||
}
|
||||
|
||||
switch (parseP->requestType) {
|
||||
case DictTabInfo::CreateTableFromAPI: {
|
||||
jam();
|
||||
|
||||
Reference in New Issue
Block a user