~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.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:
24
24
#include <drizzled/table.h>
25
25
 
26
26
class TableShare;
 
27
class Name_resolution_context;
27
28
 
28
29
void table_cache_free(void);
29
30
bool table_cache_init(void);