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

MCOL-1128 remove debug

This commit is contained in:
David Hall
2018-01-12 16:32:47 -06:00
parent 504fcf0778
commit 016fb96fea

View File

@ -1485,7 +1485,7 @@ int main(int argc, char* argv[])
threadpool::ThreadPool exeMgrThreadPool;
exeMgrThreadPool.setName("ExeMgrServer");
exeMgrThreadPool.setDebug(true);
for (;;)
{
IOSocket ios;