~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/buf/buf0rea.cc

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
which case it is never read into the pool, or if the tablespace does
57
57
not exist or is being dropped 
58
58
@return 1 if read request is issued. 0 if it is not */
59
 
static
 
59
UNIV_INTERN
60
60
ulint
61
61
buf_read_page_low(
62
62
/*==============*/
256
256
                = BUF_READ_AHEAD_LINEAR_AREA(buf_pool);
257
257
        ulint           threshold;
258
258
 
 
259
        if ((srv_read_ahead & 2) == false) {
 
260
                return(0);
 
261
        }
 
262
 
259
263
        if (UNIV_UNLIKELY(srv_startup_is_before_trx_rollback_phase)) {
260
264
                /* No read-ahead to avoid thread deadlocks */
261
265
                return(0);