1
0
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:
joreland@mysql.com
2004-09-24 13:40:38 +02:00
parent 3be8351e68
commit 17328541f1

View File

@@ -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();