Commit 99a020db authored by unknown's avatar unknown

Extra jam broken if

parent 2917d9fd
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment