~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-01-17 02:46:52 UTC
  • Revision ID: brian@gir-3.local-20090117024652-4ducefje08ajbs1q
Refactor append_identifier and remove dead OPTION_QUOTE_SHOW_CREATE option
(we always quote).

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
bool mysqld_show_open_tables(Session *session,const char *wild);
79
79
bool mysqld_show_logs(Session *session);
80
 
void append_identifier(Session *session, String *packet, const char *name,
81
 
                       uint32_t length);
82
80
void mysqld_list_fields(Session *session,TableList *table, const char *wild);
83
81
int mysqld_dump_create_info(Session *session, TableList *table_list, int fd);
84
82
bool mysqld_show_create(Session *session, TableList *table_list);