~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-08-11 23:20:41 UTC
  • Revision ID: brian@tangent.org-20080811232041-h9ydp3um89b1pbvm
Clean up UNION in CREATE TABLE statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
                  SQL_LIST *order, ha_rows rows, uint64_t options,
248
248
                  bool reset_auto_increment);
249
249
bool mysql_truncate(THD *thd, TABLE_LIST *table_list, bool dont_send_ok);
250
 
bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create);
251
250
uint create_table_def_key(THD *thd, char *key, TABLE_LIST *table_list,
252
251
                          bool tmp_table);
253
252
TABLE_SHARE *get_table_share(THD *thd, TABLE_LIST *table_list, char *key,