mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix for Windows
This commit is contained in:
parent
f0c41e835b
commit
72fbdeecab
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ innobase_start_or_create_for_mysql(void)
|
|||
SRV_MAX_N_PENDING_SYNC_IOS);
|
||||
} else {
|
||||
/* Might need more slots here. Alas, I don't do windows. */
|
||||
n_threads = os_aio_init(SRV_N_PENDING_IOS_PER_THREAD,
|
||||
n_threads = os_aio_init(8 * SRV_N_PENDING_IOS_PER_THREAD,
|
||||
srv_n_read_io_threads,
|
||||
srv_n_write_io_threads,
|
||||
SRV_MAX_N_PENDING_SYNC_IOS);
|
||||
|
|
Loading…
Add table
Reference in a new issue