85
85
bool mysqld_show_logs(Session *session);
86
86
void mysqld_list_fields(Session *session,TableList *table, const char *wild);
87
87
int mysqld_dump_create_info(Session *session, TableList *table_list, int fd);
89
89
bool mysqld_show_create_db(Session *session, char *dbname, bool if_not_exists);
91
91
int mysqld_show_status(Session *session);