mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Temporary fix for bug#22268 (official patch will come soon)
Don't cap threads at 1000 on Windows any more.
This commit is contained in:
parent
24cdd48020
commit
6930d9d269
1 changed files with 1 additions and 1 deletions
|
|
@ -1140,7 +1140,7 @@ innobase_start_or_create_for_mysql(void)
|
|||
maximum number of threads that can wait in the 'srv_conc array' for
|
||||
their time to enter InnoDB. */
|
||||
|
||||
#if defined(__WIN__) || defined(__NETWARE__)
|
||||
#if defined(__NETWARE__)
|
||||
|
||||
/* Create less event semaphores because Win 98/ME had difficulty creating
|
||||
40000 event semaphores.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue