You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(): TupleHashJoin now handles bad_alloc case switching to disk-based if it is enabled
This commit is contained in:
@ -2227,8 +2227,9 @@ int BatchPrimitiveProcessor::operator()()
|
||||
validCPData = false;
|
||||
cpDataFromDictScan = false;
|
||||
|
||||
auto allocator = exemgr::globServiceExeMgr->getRm().getAllocator<messageqcpp::BSBufType>();
|
||||
messageqcpp::SBS bs(new ByteStream(allocator));
|
||||
// auto allocator = exemgr::globServiceExeMgr->getRm().getAllocator<messageqcpp::BSBufType>();
|
||||
// messageqcpp::SBS bs(new ByteStream(allocator));
|
||||
messageqcpp::SBS bs(new ByteStream());
|
||||
|
||||
#ifdef PRIMPROC_STOPWATCH
|
||||
stopwatch->start("BPP() execute");
|
||||
|
Reference in New Issue
Block a user