~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to storage/innobase/include/buf0buf.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
789
789
/*********************************************************************//**
790
790
Checks that there currently are no pending i/o-operations for the buffer
791
791
pool.
792
 
@return TRUE if there is no pending i/o */
 
792
@return number of pending i/o operations */
793
793
UNIV_INTERN
794
 
ibool
795
 
buf_pool_check_no_pending_io(void);
796
 
/*==============================*/
 
794
ulint
 
795
buf_pool_check_num_pending_io(void);
 
796
/*===============================*/
797
797
/*********************************************************************//**
798
798
Invalidates the file pages in the buffer pool when an archive recovery is
799
799
completed. All the file pages buffered must be in a replaceable state when