diff options
author | unknown <sasha@mysql.sashanet.com> | 2002-03-09 21:48:06 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2002-03-09 21:48:06 -0700 |
commit | b8a9ea66ba2663d10e2ef2ed138fa1576b15320e (patch) | |
tree | d646da5de02e32aaccaae3aff609f4e2e4fb7c00 /sql/sql_lex.h | |
parent | 594ba4a270997657f2630b8ffccbd4f236193676 (diff) | |
download | mariadb-git-b8a9ea66ba2663d10e2ef2ed138fa1576b15320e.tar.gz |
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>
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index c0ede015eb8..ecfb3dec99c 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -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; |