mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
real sync with patches rev12
This commit is contained in:
parent
82785bdbee
commit
b89957b3d7
20 changed files with 956 additions and 172 deletions
|
|
@ -561,8 +561,10 @@ os_aio_init(
|
|||
/*========*/
|
||||
ulint n, /* in: maximum number of pending aio operations
|
||||
allowed; n must be divisible by n_segments */
|
||||
ulint n_segments, /* in: combined number of segments in the four
|
||||
first aio arrays; must be >= 4 */
|
||||
// ulint n_segments, /* in: combined number of segments in the four
|
||||
// first aio arrays; must be >= 4 */
|
||||
ulint n_read_threads, /* n_segments == 2 + n_read_threads + n_write_threads */
|
||||
ulint n_write_threads, /**/
|
||||
ulint n_slots_sync); /* in: number of slots in the sync aio array */
|
||||
/***********************************************************************
|
||||
Requests an asynchronous i/o operation. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue