summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornick@mysql.com <>2002-10-30 23:48:04 -0700
committernick@mysql.com <>2002-10-30 23:48:04 -0700
commit168a489d345f9c1ba7780a0a6b3b7259c003d953 (patch)
tree53ef14eea09cda744e3eb81a0aa944a2ca864417
parent6d88799e9595d43fd051831b1c746c505563938c (diff)
downloadmariadb-git-168a489d345f9c1ba7780a0a6b3b7259c003d953.tar.gz
fix commit thinko
-rw-r--r--sql/sql_yacc.yy14
1 files changed, 0 insertions, 14 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index a3fe6dd7b79..7a387d539ff 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -1449,20 +1449,6 @@ slave:
lex->sql_command = SQLCOM_SLAVE_STOP;
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_opt