~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
int wild_case_compare(const CHARSET_INFO * const cs, 
74
74
                      const char *str,const char *wildstr);
75
75
 
76
 
drizzled::plugin::InfoSchemaTable *find_schema_table(const char* table_name);
77
76
bool make_schema_select(Session *session,  Select_Lex *sel,
78
77
                        const std::string& schema_table_name);
79
78
bool mysql_schema_table(Session *session, LEX *lex, TableList *table_list);