1
0
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:
unknown
2002-03-09 21:48:06 -07:00
parent 594ba4a270
commit b8a9ea66ba
5 changed files with 26 additions and 3 deletions

View File

@@ -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;