From: ramil Date: December 26 2005 9:20am Subject: bk commit into 5.1 tree (ramil:1.1993) List-Archive: http://lists.mysql.com/commits/413 Message-Id: <200512260920.jBQ9Kqv8088794@myoffice.izhnet.ru> Below is the list of changes that have just been committed into a local 5.1 repository of ram. When ram does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1993 05/12/26 13:20:44 ramil@stripped +1 -0 fix for SQLCOM_BINLOG_BASE64_EVENT related code. sql/sql_yacc.yy 1.434 05/12/26 13:20:36 ramil@stripped +2 -1 fix for SQLCOM_BINLOG_BASE64_EVENT related code. - added missing ';' - added binlog_base64_event # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: ramil # Host: myoffice.izhnet.ru # Root: /usr/home/ram/work/mysql-5.1-new --- 1.433/sql/sql_yacc.yy 2005-12-22 13:12:33 +04:00 +++ 1.434/sql/sql_yacc.yy 2005-12-26 13:20:36 +04:00 @@ -853,7 +853,7 @@ bool my_yyoverflow(short **a, YYSTYPE ** 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