From: Date: August 8 2005 2:55pm Subject: bk commit into 5.0 tree (hf:1.1961) BUG#11207 List-Archive: http://lists.mysql.com/internals/27993 X-Bug: 11207 Message-Id: <200508081255.j78CtbWQ001054@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of hf. When hf 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.1961 05/08/08 17:55:13 hf@deer.(none) +1 -0 Fix for bug #11207 (SET GLOBAL TRANSACTION ISOLATION LEVEL is broken) sql/sql_yacc.yy 1.411 05/08/08 17:49:55 hf@deer.(none) +1 -1 i think the '!' is wrong here # 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: hf # Host: deer.(none) # Root: /home/hf/work/mysql-5.0.11207 --- 1.410/sql/sql_yacc.yy Tue Jul 19 21:52:55 2005 +++ 1.411/sql/sql_yacc.yy Mon Aug 8 17:49:55 2005 @@ -7817,7 +7817,7 @@ | option_type TRANSACTION_SYM ISOLATION LEVEL_SYM isolation_types { LEX *lex=Lex; - if (!$1) + if ($1) lex->option_type= (enum_var_type)$1; lex->var_list.push_back(new set_var(lex->option_type, find_sys_var("tx_isolation"),