diff options
author | Jimmy Yang <jimmy.yang@oracle.com> | 2012-03-21 11:48:12 +0800 |
---|---|---|
committer | Jimmy Yang <jimmy.yang@oracle.com> | 2012-03-21 11:48:12 +0800 |
commit | faa3ecdb07d5bb0db025cb4cb6eb72bcf83c14da (patch) | |
tree | c5c5996c8508a0f335b0d548eec625cdc9c4661b /storage/innobase/include/buf0buf.h | |
parent | 49de7abf1b989396a7fdbed22839da075bd56133 (diff) | |
download | mariadb-git-faa3ecdb07d5bb0db025cb4cb6eb72bcf83c14da.tar.gz |
backport Bug #47707 print some progress messages during shutdown of innodb
to mysql-5.5
rb://979 approved by Marko
Diffstat (limited to 'storage/innobase/include/buf0buf.h')
-rw-r--r-- | storage/innobase/include/buf0buf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/innobase/include/buf0buf.h b/storage/innobase/include/buf0buf.h index 5054429156a..d9e6801eb86 100644 --- a/storage/innobase/include/buf0buf.h +++ b/storage/innobase/include/buf0buf.h @@ -789,11 +789,11 @@ buf_all_freed(void); /*********************************************************************//** Checks that there currently are no pending i/o-operations for the buffer pool. -@return TRUE if there is no pending i/o */ +@return number of pending i/o operations */ UNIV_INTERN -ibool -buf_pool_check_no_pending_io(void); -/*==============================*/ +ulint +buf_pool_check_num_pending_io(void); +/*===============================*/ /*********************************************************************//** Invalidates the file pages in the buffer pool when an archive recovery is completed. All the file pages buffered must be in a replaceable state when |