Commit 99a020db authored by unknown's avatar unknown

Extra jam broken if

parent 2917d9fd
...@@ -4553,12 +4553,13 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it, ...@@ -4553,12 +4553,13 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
TableRecordPtr tablePtr; TableRecordPtr tablePtr;
c_tableRecordHash.find(tablePtr, keyRecord); c_tableRecordHash.find(tablePtr, keyRecord);
if (checkExist) if (checkExist){
jam(); jam();
/* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */
// Check if table already existed. // Check if table already existed.
/* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */
tabRequire(tablePtr.i == RNIL, CreateTableRef::TableAlreadyExist); tabRequire(tablePtr.i == RNIL, CreateTableRef::TableAlreadyExist);
}
switch (parseP->requestType) { switch (parseP->requestType) {
case DictTabInfo::CreateTableFromAPI: { case DictTabInfo::CreateTableFromAPI: {
......
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