~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

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
 
 
27
23
/* The size in blocks of the area where the random read-ahead algorithm counts
28
24
the accessed pages when deciding whether to read-ahead */
29
25
#define BUF_READ_AHEAD_RANDOM_AREA      BUF_READ_AHEAD_AREA