You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-15 03:21:42 +03:00
MCOL-834 Fix crashes introduced
* Fix race condition in cleanup * Fix mutex cleanup crash
This commit is contained in:
@ -1765,6 +1765,8 @@ int BatchPrimitiveProcessor::operator()()
|
||||
|
||||
vssCache.clear();
|
||||
#ifndef __FreeBSD__
|
||||
if (sendThread->aborted())
|
||||
objLock.try_lock();
|
||||
objLock.unlock();
|
||||
#endif
|
||||
freeLargeBuffers();
|
||||
|
Reference in New Issue
Block a user