~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-11-19 02:33:17 UTC
  • mto: (1222.1.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091119023317-lylyqkwhrewid34p
Remove a few more options, from options in HA_CREATE_INFO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                 LOOKUP_FIELD_VALUES *lookup_field_vals, bool *with_i_schema);
69
69
SHOW_VAR *getFrontOfStatusVars();
70
70
 
71
 
int store_create_info(TableList *table_list, String *packet, HA_CREATE_INFO  *create_info_arg);
 
71
int store_create_info(TableList *table_list, String *packet, HA_CREATE_INFO  *create_info_arg, bool is_if_not_exists);
72
72
 
73
73
bool schema_table_store_record(Session *session, Table *table);
74
74
 
85
85
bool mysqld_show_logs(Session *session);
86
86
void mysqld_list_fields(Session *session,TableList *table, const char *wild);
87
87
int mysqld_dump_create_info(Session *session, TableList *table_list, int fd);
88
 
bool drizzled_show_create(Session *session, TableList *table_list);
 
88
bool drizzled_show_create(Session *session, TableList *table_list, bool is_if_not_exists);
89
89
bool mysqld_show_create_db(Session *session, char *dbname, bool if_not_exists);
90
90
 
91
91
int mysqld_show_status(Session *session);