You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-20 01:42:27 +03:00
MCOL-523 Add UDAF and UDAnF SDK
This commit is contained in:
2
primitives/primproc/batchprimitiveprocessor.h
Normal file → Executable file
2
primitives/primproc/batchprimitiveprocessor.h
Normal file → Executable file
@@ -121,7 +121,7 @@ class BatchPrimitiveProcessor
|
||||
|
||||
// these two functions are used by BPPV to create BPP instances
|
||||
// on demand. TRY not to use unlock() for anything else.
|
||||
void unlock() { objLock.unlock(); }
|
||||
void unlock() { objLock.try_lock(); objLock.unlock(); }
|
||||
bool hasJoin() { return doJoin; }
|
||||
private:
|
||||
BatchPrimitiveProcessor();
|
||||
|
||||
Reference in New Issue
Block a user