summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/os0file.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/os0file.ic')
-rw-r--r--storage/xtradb/include/os0file.ic5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/xtradb/include/os0file.ic b/storage/xtradb/include/os0file.ic
index 72ac9d9dd6a..a2011da3545 100644
--- a/storage/xtradb/include/os0file.ic
+++ b/storage/xtradb/include/os0file.ic
@@ -258,6 +258,9 @@ pfs_os_aio_func(
operation for this page and if
initialized we do not trim again if
actual page size does not decrease. */
+ bool should_buffer,
+ /*!< in: whether to buffer an aio request.
+ Only used by aio read ahead*/
const char* src_file,/*!< in: file name where func invoked */
ulint src_line)/*!< in: line where the func invoked */
{
@@ -274,7 +277,7 @@ pfs_os_aio_func(
result = os_aio_func(type, is_log, mode, name, file, buf, offset,
n, page_size, message1, message2, space_id, trx,
- write_size);
+ write_size, should_buffer);
register_pfs_file_io_end(locker, n);