1
0
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:
David Hall
2016-01-14 10:27:21 -06:00
parent f6afc42dd0
commit 1bd427486c
27 changed files with 556 additions and 373 deletions

View File

@ -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;
}