Commit 6ba1aa83 authored by unknown's avatar unknown

Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
parents aedbcbe8 59350e4f
......@@ -2819,8 +2819,10 @@ void Dbdict::checkSchemaStatus(Signal* signal)
continue;
case SchemaFile::ADD_STARTED: jam();
case SchemaFile::DROP_TABLE_STARTED: jam();
ndbrequire(false);
return;
ndbrequire(DictTabInfo::isTable(newEntry->m_tableType) ||
DictTabInfo::isIndex(newEntry->m_tableType));
newEntry->m_tableState = SchemaFile::INIT;
continue;
case SchemaFile::TABLE_ADD_COMMITTED: jam();
case SchemaFile::ALTER_TABLE_COMMITTED: jam();
if (DictTabInfo::isIndex(newEntry->m_tableType) ||
......
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