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-1128 remove debug
This commit is contained in:
@ -1485,7 +1485,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
threadpool::ThreadPool exeMgrThreadPool;
|
threadpool::ThreadPool exeMgrThreadPool;
|
||||||
exeMgrThreadPool.setName("ExeMgrServer");
|
exeMgrThreadPool.setName("ExeMgrServer");
|
||||||
exeMgrThreadPool.setDebug(true);
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
IOSocket ios;
|
IOSocket ios;
|
||||||
|
Reference in New Issue
Block a user