~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <mysys/thr_lock.h>
22
22
 
23
23
#define BLACKHOLE_MAX_KEY       64              /* Max allowed keys */
24
 
#define BLACKHOLE_MAX_KEY_SEG   16              /* Max segments for key */
25
24
#define BLACKHOLE_MAX_KEY_LENGTH 1000
26
25
 
27
26
/*