1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-279 Dbrm.releaseAILock() being call twice in a row

This commit is contained in:
David Hall
2016-09-01 12:30:58 -05:00
parent 9a76bfc0f3
commit 6714290b6d

View File

@ -985,7 +985,6 @@ void AlterTableProcessor::addColumn (uint32_t sessionID, execplan::CalpontSystem
aDbrm.releaseAILock(fStartingColOID);
throw std::runtime_error(IDBErrorInfo::instance()->errorMsg(ERR_EXCEED_LIMIT));
}
aDbrm.releaseAILock(fStartingColOID);
}
std::vector <CalpontSystemCatalog::OID> oidList;
oidList.push_back(fStartingColOID);