1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3536 Collation

This commit is contained in:
David Hall
2020-06-01 15:08:15 -05:00
parent 516a3fa37e
commit 78ac310e42
14 changed files with 126 additions and 262 deletions

View File

@ -696,7 +696,12 @@ int main(int argc, char* argv[])
}
BPPCount = highPriorityThreads + medPriorityThreads + lowPriorityThreads;
// For debug
lowPriorityThreads = 1;
medPriorityThreads = 1;
highPriorityThreads = 1;
BPPCount=1;
// let the user override if they want
temp = toInt(cf->getConfig(primitiveServers, "BPPCount"));