mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
backport Bug #47707 print some progress messages during shutdown of innodb
to mysql-5.5 rb://979 approved by Marko
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user