You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Updated with latest InfiniDB Develop (4.6.6)
This commit is contained in:
@ -1026,6 +1026,7 @@ void BatchPrimitiveProcessor::execute()
|
||||
sessionID,
|
||||
&counterLock,
|
||||
&busyLoaderCount,
|
||||
sendThread,
|
||||
&vssCache);
|
||||
asyncLoaded[p] = true;
|
||||
}
|
||||
@ -2012,6 +2013,7 @@ void BatchPrimitiveProcessor::asyncLoadProjectColumns()
|
||||
sessionID,
|
||||
&counterLock,
|
||||
&busyLoaderCount,
|
||||
sendThread,
|
||||
&vssCache);
|
||||
asyncLoaded[i] = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user