You've already forked mariadb-columnstore-engine
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:
@ -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"));
|
||||
|
Reference in New Issue
Block a user