~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Put errmsg.c in sql-common since it can be built only once and used twice.
Put client.c and net_serv.c in libmysql so that we can only have one
link_sources section. 
Got rid of just about all copying and other weirdness, other than some stuff
in client and client.c/net_serv.c, which need to be reworked.

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