mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Fix compiler warning/crash(ds20)
This commit is contained in:
parent
fcb135560d
commit
1666f99b14
1 changed files with 2 additions and 2 deletions
|
@ -2245,9 +2245,9 @@ void Dbdict::checkSchemaStatus(Signal* signal)
|
|||
restartCreateTab(signal, tableId, oldEntry, false);
|
||||
return;
|
||||
}//if
|
||||
ndbrequire(ok);
|
||||
break;
|
||||
}
|
||||
ndbrequire(ok);
|
||||
break;
|
||||
}
|
||||
case SchemaFile::DROP_TABLE_STARTED:
|
||||
jam();
|
||||
|
|
Loading…
Add table
Reference in a new issue