mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
fix commit thinko
This commit is contained in:
parent
37fee2b161
commit
a273b1dc8f
1 changed files with 0 additions and 14 deletions
|
@ -1449,20 +1449,6 @@ slave:
|
||||||
lex->sql_command = SQLCOM_SLAVE_STOP;
|
lex->sql_command = SQLCOM_SLAVE_STOP;
|
||||||
lex->type = 0;
|
lex->type = 0;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
SLAVE START_SYM slave_thread_opts
|
|
||||||
{
|
|
||||||
LEX *lex=Lex;
|
|
||||||
lex->sql_command = SQLCOM_SLAVE_START;
|
|
||||||
lex->type = 0;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
SLAVE STOP_SYM slave_thread_opts
|
|
||||||
{
|
|
||||||
LEX *lex=Lex;
|
|
||||||
lex->sql_command = SQLCOM_SLAVE_STOP;
|
|
||||||
lex->type = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
slave_thread_opts:
|
slave_thread_opts:
|
||||||
slave_thread_opt
|
slave_thread_opt
|
||||||
|
|
Loading…
Add table
Reference in a new issue