summaryrefslogtreecommitdiff
path: root/innobase/include/os0file.h
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-03-11 10:38:37 +0200
committerunknown <heikki@hundin.mysql.fi>2004-03-11 10:38:37 +0200
commit4d47802f25b6bada333ce9136266344329eb5a01 (patch)
tree4df4c01cdaf7a830bd650a24bb003fe406ac7634 /innobase/include/os0file.h
parent06b776f910b19b4a3a7e0372b496a60231f8b52e (diff)
downloadmariadb-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.h3
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