~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Monty Taylor
  • Date: 2009-02-17 05:45:19 UTC
  • mfrom: (884.2.1 drizzle-fixbug316232)
  • mto: This revision was merged to the branch mainline in revision 888.
  • Revision ID: mordred@inaugust.com-20090217054519-qhilu47i2knns7pd
MergedĀ fromĀ Toru.

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);