~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/buf/buf0rea.c

  • Committer: Brian Aker
  • Date: 2008-07-06 15:03:34 UTC
  • Revision ID: brian@tangent.org-20080706150334-xv3xa202trvs0712
USE_RAID cleanup, along with ftbench tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "os0file.h"
21
21
#include "srv0start.h"
22
22
 
 
23
extern ulint srv_read_ahead_rnd;
 
24
extern ulint srv_read_ahead_seq;
 
25
extern ulint srv_buf_pool_reads;
 
26
 
23
27
/* The size in blocks of the area where the random read-ahead algorithm counts
24
28
the accessed pages when deciding whether to read-ahead */
25
29
#define BUF_READ_AHEAD_RANDOM_AREA      BUF_READ_AHEAD_AREA