~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Toru Maesaka
  • Date: 2009-02-16 14:08:16 UTC
  • mto: (873.2.32 devel)
  • mto: This revision was merged to the branch mainline in revision 888.
  • Revision ID: dev@torum.net-20090216140816-pzt8s29bfjacfve3
Fixed the bug of SHOW CREATE TABLE not outputting DEFAULT values. Killed some tabular indents on the way too

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
bool mysqld_show_logs(Session *session);
79
79
void mysqld_list_fields(Session *session,TableList *table, const char *wild);
80
80
int mysqld_dump_create_info(Session *session, TableList *table_list, int fd);
81
 
bool mysqld_show_create(Session *session, TableList *table_list);
 
81
bool drizzled_show_create(Session *session, TableList *table_list);
82
82
bool mysqld_show_create_db(Session *session, char *dbname, HA_CREATE_INFO *create);
83
83
 
84
84
int mysqld_show_status(Session *session);