diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-03-11 10:38:37 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-03-11 10:38:37 +0200 |
commit | 4d47802f25b6bada333ce9136266344329eb5a01 (patch) | |
tree | 4df4c01cdaf7a830bd650a24bb003fe406ac7634 /innobase/include/os0file.h | |
parent | 06b776f910b19b4a3a7e0372b496a60231f8b52e (diff) | |
download | mariadb-git-4d47802f25b6bada333ce9136266344329eb5a01.tar.gz |
sync0arr.c, os0file.h:
Print always the count of pending pread() and pwrite() calls if there is a long semaphore wait
innobase/include/os0file.h:
Print always the count of pending pread() and pwrite() calls if there is a long semaphore wait
innobase/sync/sync0arr.c:
Print always the count of pending pread() and pwrite() calls if there is a long semaphore wait
Diffstat (limited to 'innobase/include/os0file.h')
-rw-r--r-- | innobase/include/os0file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h index 5c52f0e92bf..b221bf7aef9 100644 --- a/innobase/include/os0file.h +++ b/innobase/include/os0file.h @@ -18,6 +18,9 @@ extern ibool os_do_not_call_flush_at_each_write; extern ibool os_has_said_disk_full; extern ibool os_aio_print_debug; +extern ulint os_file_n_pending_preads; +extern ulint os_file_n_pending_pwrites; + #ifdef __WIN__ /* We define always WIN_ASYNC_IO, and check at run-time whether |