mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bootstrap cleanups
Remove unused key_thread_bootstrap. No more global bootstrap_error: it is return value of bootstrap() instead.
This commit is contained in:
@ -99,7 +99,7 @@ void create_table_set_open_action_and_adjust_tables(LEX *lex);
|
||||
void mysql_init_multi_delete(LEX *lex);
|
||||
bool multi_delete_set_locks_and_link_aux_tables(LEX *lex);
|
||||
void create_table_set_open_action_and_adjust_tables(LEX *lex);
|
||||
void bootstrap(MYSQL_FILE *file);
|
||||
int bootstrap(MYSQL_FILE *file);
|
||||
int mysql_execute_command(THD *thd);
|
||||
bool do_command(THD *thd);
|
||||
bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
|
Reference in New Issue
Block a user