You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-12 11:01:17 +03:00
Fixed a bug in the new makespace code. toBeDeleted wasn't being updated
during one of the races fixed a couple commits ago.
This commit is contained in:
@@ -548,6 +548,8 @@ void Cache::_makeSpace(size_t size)
|
||||
thisMuch = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
toBeDeleted.erase(it);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user