mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Updated with changes from Percona Server 5.1.56-12.7, from
lp:~percona-dev/percona-server/release-5.1.56-12.7 percona-server-5.1.56-12.7 as of April 29, 2011. Merged: revid:ignacio.nin@percona.com-20110427224434-e5a4kpyfwvj641q3
This commit is contained in:
parent
8e0ed9eeba
commit
fecd255a16
83 changed files with 1976 additions and 1280 deletions
|
|
@ -657,6 +657,7 @@ os_aio(
|
|||
(can be used to identify a completed
|
||||
aio operation); ignored if mode is
|
||||
OS_AIO_SYNC */
|
||||
ulint space_id,
|
||||
trx_t* trx);
|
||||
/************************************************************************//**
|
||||
Wakes up all async i/o threads so that they know to exit themselves in
|
||||
|
|
@ -717,7 +718,8 @@ os_aio_windows_handle(
|
|||
parameters are valid and can be used to
|
||||
restart the operation, for example */
|
||||
void** message2,
|
||||
ulint* type); /*!< out: OS_FILE_WRITE or ..._READ */
|
||||
ulint* type, /*!< out: OS_FILE_WRITE or ..._READ */
|
||||
ulint* space_id);
|
||||
#endif
|
||||
|
||||
/**********************************************************************//**
|
||||
|
|
@ -739,7 +741,8 @@ os_aio_simulated_handle(
|
|||
parameters are valid and can be used to
|
||||
restart the operation, for example */
|
||||
void** message2,
|
||||
ulint* type); /*!< out: OS_FILE_WRITE or ..._READ */
|
||||
ulint* type, /*!< out: OS_FILE_WRITE or ..._READ */
|
||||
ulint* space_id);
|
||||
/**********************************************************************//**
|
||||
Validates the consistency of the aio system.
|
||||
@return TRUE if ok */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue