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
MCOL4841 dev port run large join without OOM
This commit is contained in:
@ -104,6 +104,7 @@ using namespace compress;
|
||||
using namespace idbdatafile;
|
||||
|
||||
#include "mcsconfig.h"
|
||||
#include "threadnaming.h"
|
||||
|
||||
typedef tr1::unordered_set<BRM::OID_t> USOID;
|
||||
|
||||
@ -384,6 +385,7 @@ static int updateptrs(char* ptr, FdCacheType_t::iterator fdit)
|
||||
|
||||
void* thr_popper(ioManager* arg)
|
||||
{
|
||||
utils::setThreadName("thr_popper");
|
||||
ioManager* iom = arg;
|
||||
FileBufferMgr* fbm;
|
||||
int totalRqst = 0;
|
||||
|
Reference in New Issue
Block a user