diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-10-12 13:51:37 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-10-12 13:51:37 +0300 |
commit | 0f178e7cae4fed9a01d73a398c012fd0e62160f2 (patch) | |
tree | 49f2409e057520bb68d60c60c06717ae0c12fb93 /sql/mysqld.cc | |
parent | b7918a6d38a2b9286e4ffc65344eaf530e86ec4b (diff) | |
download | mariadb-git-0f178e7cae4fed9a01d73a398c012fd0e62160f2.tar.gz |
Fix typo in 5936d43afb6ad5a75d9eed17eb39e8c00a08a684
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 32253e60791..21bfc3cead2 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4090,7 +4090,7 @@ static int init_common_variables() tc_size * 2); #if defined(HAVE_POOL_OF_THREADS) && !defined(__WIN__) // add epoll or kevent fd for each threadpool group, in case pool of threads is used - wanted_file+= (thread_handling > SCHEDULER_NO_THREADS) ? 0 : threadpool_size; + wanted_files+= (thread_handling > SCHEDULER_NO_THREADS) ? 0 : threadpool_size; #endif /* We are trying to allocate no less than max_connections*5 file |