From 4d5f85a3ec59b4a417da39a229fbb58e79c32029 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Tue, 12 Feb 2019 23:07:51 +0400 Subject: Bootstrap cleanups Remove unused key_thread_bootstrap. No more global bootstrap_error: it is return value of bootstrap() instead. --- sql/sql_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_parse.h') diff --git a/sql/sql_parse.h b/sql/sql_parse.h index f458c4279dd..7c8ba37f1de 100644 --- a/sql/sql_parse.h +++ b/sql/sql_parse.h @@ -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, -- cgit v1.2.1