~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

Merged iocache.h addition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
/* The old structures from unireg */
22
22
 
 
23
#include <mysys/iocache.h>
 
24
 
23
25
class Table;
24
26
class Field;
25
27