From 5b35c715539f0fadc8148a9934211aed32e54314 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Dec 2005 17:22:12 +0400 Subject: Fix for SQLCOM_BINLOG_BASE64_EVENT related code. sql/sql_yacc.yy: Fix for SQLCOM_BINLOG_BASE64_EVENT related code. - added missing ';' - added binlog_base64_event --- sql/sql_yacc.yy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/sql_yacc.yy') diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 561cf22e709..7ebe851fc85 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -853,7 +853,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize); definer view_replace_or_algorithm view_replace view_algorithm_opt view_algorithm view_or_trigger_tail view_suid view_tail view_list_opt view_list view_select view_check_option trigger_tail - install uninstall partition_entry + install uninstall partition_entry binlog_base64_event END_OF_INPUT %type call sp_proc_stmts sp_proc_stmts1 sp_proc_stmt @@ -4407,6 +4407,7 @@ binlog_base64_event: Lex->sql_command = SQLCOM_BINLOG_BASE64_EVENT; Lex->comment= $2; } + ; check: CHECK_SYM table_or_tables -- cgit v1.2.1