You've already forked mariadb-columnstore-engine
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user