~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-05 11:20:18 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: monty@inaugust.com-20080705112018-fr12kkmgphtu7m29
Changes so that removal of duplicate curr_dir from my_sys.h work.

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