mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
slave start <options> to be able to do
slave start io_thread slave start sql_thread same for stop sql/lex.h: slave start <options> sql/sql_lex.cc: slave start <options> sql/sql_lex.h: slave start <options> sql/sql_repl.cc: slave start <options> sql/sql_yacc.yy: slave start <options>
This commit is contained in:
@@ -186,7 +186,7 @@ typedef struct st_lex {
|
||||
thr_lock_type lock_option;
|
||||
bool drop_primary,drop_if_exists,local_file;
|
||||
bool in_comment,ignore_space,verbose,simple_alter, option_type;
|
||||
|
||||
uint slave_thd_opt;
|
||||
} LEX;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user