Commit 3a2b70f8 authored by unknown's avatar unknown

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

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new

parents aa7dbd02 bf8274a4
......@@ -7186,7 +7186,8 @@ void Dbdict::execGET_TABINFOREQ(Signal* signal)
jam();
TableRecordPtr tabPtr;
c_tableRecordPool.getPtr(tabPtr, obj_id);
if (tabPtr.p->tabState != TableRecord::DEFINED)
if (tabPtr.p->tabState != TableRecord::DEFINED &&
tabPtr.p->tabState != TableRecord::BACKUP_ONGOING)
{
jam();
sendGET_TABINFOREF(signal, req, GetTabInfoRef::TableNotDefined, __LINE__);
......
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