From 4d47802f25b6bada333ce9136266344329eb5a01 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Mar 2004 10:38:37 +0200 Subject: 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 --- innobase/include/os0file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'innobase/include/os0file.h') 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 -- cgit v1.2.1