~gl-az/percona-server/5.5-zarafa

« back to all changes in this revision

Viewing changes to Percona-Server/storage/innobase/include/buf0buf.h

  • Committer: George O. Lorch III
  • Date: 2012-10-12 17:40:01 UTC
  • Revision ID: george.lorch@percona.com-20121012174001-9ur0yseitgpl34fc
zarafa

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#define BUF_GET_POSSIBLY_FREED          16
57
57
                                        /*!< Like BUF_GET, but do not mind
58
58
                                        if the file page has been freed. */
 
59
#define BUF_GET_PREFETCH                17
 
60
                                        /*!< post the page for reading, but
 
61
                                        dont wait for the read to complete. This
 
62
                                        is used when prefetching pages that will
 
63
                                        be used later. */
 
64
 
59
65
/* @} */
60
66
/** @name Modes for buf_page_get_known_nowait */
61
67
/* @{ */