~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

Removed one the includes I put in server_includes.h for the last commit to get rid of the inclusion
of opt_range.h in there. Wow...that was much more work than expected!

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
class Session;
39
39
class XID;
40
40
class Cursor;
 
41
typedef struct st_hash HASH;
41
42
 
42
43
class TableShare;
43
44
typedef struct st_mysql_lex_string LEX_STRING;