30
30
bool mysqld_show_open_tables(THD *thd,const char *wild);
31
31
bool mysqld_show_logs(THD *thd);
32
32
void append_identifier(THD *thd, String *packet, const char *name,
34
34
void mysqld_list_fields(THD *thd,TableList *table, const char *wild);
35
35
int mysqld_dump_create_info(THD *thd, TableList *table_list, int fd);
36
36
bool mysqld_show_create(THD *thd, TableList *table_list);