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:
6
primitives/primproc/primitiveserver.cpp
Normal file → Executable file
6
primitives/primproc/primitiveserver.cpp
Normal file → Executable file
@@ -92,6 +92,8 @@ using namespace threadpool;
|
||||
|
||||
#include "atomicops.h"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#ifndef O_BINARY
|
||||
# define O_BINARY 0
|
||||
#endif
|
||||
@@ -2176,6 +2178,10 @@ boost::shared_ptr<BatchPrimitiveProcessor> BPPV::next()
|
||||
void BPPV::abort()
|
||||
{
|
||||
sendThread->abort();
|
||||
BOOST_FOREACH( boost::shared_ptr<BatchPrimitiveProcessor> bpp, v )
|
||||
{
|
||||
bpp->unlock();
|
||||
}
|
||||
}
|
||||
|
||||
bool BPPV::aborted()
|
||||
|
||||
Reference in New Issue
Block a user