~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2010-02-25 04:05:56 UTC
  • mto: (1273.13.101 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100225040556-98f5ff0srrbhw68w
More cleanup on ALTER SCHEMA. Hey! MySQL never had errors on half of it...
we do :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                      const char *str,const char *wildstr);
72
72
 
73
73
bool drizzled_show_create(Session *session, TableList *table_list, bool is_if_not_exists);
74
 
bool mysqld_show_create_db(Session *session, char *dbname, bool if_not_exists);
 
74
bool mysqld_show_create_db(Session *session, const char *dbname, bool if_not_exists);
75
75
 
76
76
bool mysqld_show_column_types(Session *session);
77
77
void calc_sum_of_all_status(struct system_status_var *to);