diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-06-12 16:24:00 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-06-12 16:24:00 +0200 |
commit | 1fd1e1eee42d518953665995df8522adb6c2892f (patch) | |
tree | 2aadfd8f14c52c6fdd783627f3f29653bcfef739 /storage/xtradb/include/os0file.h | |
parent | efdc76a10e70eeb1e16b56730ea7494b02f1aad1 (diff) | |
parent | 4bca1a786f9986cec7d0487059451e51e2b9479b (diff) | |
download | mariadb-git-1fd1e1eee42d518953665995df8522adb6c2892f.tar.gz |
merge
Diffstat (limited to 'storage/xtradb/include/os0file.h')
-rw-r--r-- | storage/xtradb/include/os0file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/include/os0file.h b/storage/xtradb/include/os0file.h index ae656d92bb7..46bda4c6b45 100644 --- a/storage/xtradb/include/os0file.h +++ b/storage/xtradb/include/os0file.h @@ -152,8 +152,8 @@ log. */ #define OS_FILE_LOG 256 /* This can be ORed to type */ /* @} */ -#define OS_AIO_N_PENDING_IOS_PER_THREAD 32 /*!< Win NT does not allow more - than 64 */ +#define OS_AIO_N_PENDING_IOS_PER_THREAD 256 /*!< Windows might be able to handle +more */ /** Modes for aio operations @{ */ #define OS_AIO_NORMAL 21 /*!< Normal asynchronous i/o not for ibuf |