summaryrefslogtreecommitdiff
path: root/innobase/include/os0file.h
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2002-07-08 19:34:49 +0300
committerheikki@hundin.mysql.fi <>2002-07-08 19:34:49 +0300
commit7390d81f43c5c02004039a27bff27e558639aab0 (patch)
treeb4e7fbd4d1817aa205132578bc6b11e6dd0fad86 /innobase/include/os0file.h
parent3135924745a221a579f5a49aaee4b112a3a1bb4c (diff)
downloadmariadb-git-7390d81f43c5c02004039a27bff27e558639aab0.tar.gz
Many files:
Merge InnoDB-3.23.52b
Diffstat (limited to 'innobase/include/os0file.h')
-rw-r--r--innobase/include/os0file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h
index d4d12e4a9d9..b7911c5014a 100644
--- a/innobase/include/os0file.h
+++ b/innobase/include/os0file.h
@@ -403,8 +403,10 @@ os_aio_validate(void);
Prints info of the aio arrays. */
void
-os_aio_print(void);
-/*==============*/
+os_aio_print(
+/*=========*/
+ char* buf, /* in/out: buffer where to print */
+ char* buf_end);/* in: buffer end */
/**************************************************************************
Checks that all slots in the system have been freed, that is, there are
no pending io operations. */