diff options
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 4518f9e8de1..bc41178e1be 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -897,6 +897,7 @@ statement: alter | analyze | backup + | binlog_base64_event | call | change | check @@ -4400,6 +4401,13 @@ analyze: {} ; +binlog_base64_event: + BINLOG_SYM TEXT_STRING_sys + { + Lex->sql_command = SQLCOM_BINLOG_BASE64_EVENT; + Lex->comment= $2; + } + check: CHECK_SYM table_or_tables { |