~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.h

  • Committer: Monty Taylor
  • Date: 2008-10-29 21:21:57 UTC
  • mto: (520.4.26 devel)
  • mto: This revision was merged to the branch mainline in revision 570.
  • Revision ID: monty@inaugust.com-20081029212157-y3127au8tj1jxfal
Moved a bunch of crap out of common_includes.
Killed innodb_plugin_extras.h.
Made kittens happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                          HA_CREATE_INFO *create_info);
44
44
bool schema_table_store_record(Session *session, Table *table);
45
45
 
 
46
int get_quote_char_for_identifier(Session *session, const char *name,
 
47
                                  uint32_t length);
 
48
 
46
49
#endif /* SQL_SHOW_H */