~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
bool schema_table_store_record(Session *session, Table *table);
59
59
 
60
60
int get_quote_char_for_identifier();
 
61
int wild_case_compare(const CHARSET_INFO * const cs, 
 
62
                      const char *str,const char *wildstr);
61
63
 
62
64
InfoSchemaTable *find_schema_table(const char* table_name);
63
65
InfoSchemaTable *get_schema_table(enum enum_schema_tables schema_table_idx);