~fallenpegasus/drizzle/logcsv

« back to all changes in this revision

Viewing changes to plugin/innobase/include/buf0rea.h

  • Committer: lbieber at stabletransit
  • Date: 2010-10-13 16:20:08 UTC
  • mfrom: (1843.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101013162008-qi2e6k5yvfm16964
Merge Stewart - update innobase plugin to be based on innodb_plugin 1.0.6
Merge Monty - more valgrind cleanup
Merge Monty - Moved libdrizzle api listings from doxygen to sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
High-level function which reads a page asynchronously from a file to the
34
34
buffer buf_pool if it is not already there. Sets the io_fix flag and sets
35
35
an exclusive lock on the buffer frame. The flag is cleared and the x-lock
36
 
released by the i/o-handler thread. Does a random read-ahead if it seems
37
 
sensible.
38
 
@return number of page read requests issued: this can be greater than
39
 
1 if read-ahead occurred */
 
36
released by the i/o-handler thread.
 
37
@return TRUE if page has been read in, FALSE in case of failure */
40
38
UNIV_INTERN
41
 
ulint
 
39
ibool
42
40
buf_read_page(
43
41
/*==========*/
44
42
        ulint   space,  /*!< in: space id */