1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3536 collation remove debug 1 thread

This commit is contained in:
David Hall
2020-06-05 10:22:31 -05:00
parent 1d5e820e97
commit d1e85c468c

View File

@ -696,11 +696,6 @@ 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"));