Skip to content

Commit 0f178e7

Browse files
committed
Fix typo in 5936d43
1 parent b7918a6 commit 0f178e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysqld.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4090,7 +4090,7 @@ static int init_common_variables()
40904090
tc_size * 2);
40914091
#if defined(HAVE_POOL_OF_THREADS) && !defined(__WIN__)
40924092
// 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;
4093+
wanted_files+= (thread_handling > SCHEDULER_NO_THREADS) ? 0 : threadpool_size;
40944094
#endif
40954095
/*
40964096
We are trying to allocate no less than max_connections*5 file

0 commit comments

Comments
 (0)