From 0f5933e38e8855c4196b0ab3ee93b716a5fab2fc Mon Sep 17 00:00:00 2001 From: "guilhem@gbichot2.local" <> Date: Mon, 26 Jan 2004 20:16:37 +0100 Subject: [PATCH] warning comment --- sql/sql_yacc.yy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 4dbd7519fbd..fac0a7388c3 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -1833,6 +1833,7 @@ slave: lex->type = 0; /* We'll use mi structure for UNTIL options */ bzero((char*) &lex->mi, sizeof(lex->mi)); + /* If you change this code don't forget to update SLAVE START too */ } slave_until {} @@ -1841,6 +1842,7 @@ slave: LEX *lex=Lex; lex->sql_command = SQLCOM_SLAVE_STOP; lex->type = 0; + /* If you change this code don't forget to update SLAVE STOP too */ } | SLAVE START_SYM slave_thread_opts {