You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
Compiles, crashes in smoke test
This commit is contained in:
@@ -1847,7 +1847,7 @@ void DMLProcessor::operator()()
|
||||
|
||||
void RollbackTransactionProcessor::processBulkRollback(BRM::TableLockInfo lockInfo, BRM::DBRM* dbrm,
|
||||
uint64_t uniqueId,
|
||||
OamCache::dbRootPMMap_t& dbRootPMMap,
|
||||
OamCache* oamcache,
|
||||
bool& lockReleased)
|
||||
{
|
||||
// Take over ownership of stale lock.
|
||||
@@ -1886,7 +1886,7 @@ void RollbackTransactionProcessor::processBulkRollback(BRM::TableLockInfo lockIn
|
||||
|
||||
for (uint32_t i = 0; i < lockInfo.dbrootList.size(); i++)
|
||||
{
|
||||
pmId = (*dbRootPMMap)[lockInfo.dbrootList[i]];
|
||||
pmId = oamcache->getOwnerPM(lockInfo.dbrootList[i]);
|
||||
pmSet.insert(pmId);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user