We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7918a6 commit 0f178e7Copy full SHA for 0f178e7
sql/mysqld.cc
@@ -4090,7 +4090,7 @@ static int init_common_variables()
4090
tc_size * 2);
4091
#if defined(HAVE_POOL_OF_THREADS) && !defined(__WIN__)
4092
// add epoll or kevent fd for each threadpool group, in case pool of threads is used
4093
- wanted_file+= (thread_handling > SCHEDULER_NO_THREADS) ? 0 : threadpool_size;
+ wanted_files+= (thread_handling > SCHEDULER_NO_THREADS) ? 0 : threadpool_size;
4094
#endif
4095
/*
4096
We are trying to allocate no less than max_connections*5 file
0 commit comments