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
MCOL-3536 collation remove debug 1 thread
This commit is contained in:
@ -696,11 +696,6 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
BPPCount = highPriorityThreads + medPriorityThreads + lowPriorityThreads;
|
BPPCount = highPriorityThreads + medPriorityThreads + lowPriorityThreads;
|
||||||
// For debug
|
|
||||||
lowPriorityThreads = 1;
|
|
||||||
medPriorityThreads = 1;
|
|
||||||
highPriorityThreads = 1;
|
|
||||||
BPPCount=1;
|
|
||||||
|
|
||||||
// let the user override if they want
|
// let the user override if they want
|
||||||
temp = toInt(cf->getConfig(primitiveServers, "BPPCount"));
|
temp = toInt(cf->getConfig(primitiveServers, "BPPCount"));
|
||||||
|
Reference in New Issue
Block a user