List:Internals« Previous MessageNext Message »
From:Mats Kindahl Date:February 19 2005 6:15pm
Subject:bk commit into 5.0 tree (mats:1.1867)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mats. When mats 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.1867 05/02/19 19:15:22 mats@stripped +2 -0
  Merge mysql.com:/home/bkroot/mysql-5.0
  into mysql.com:/home/bk/b7879-mysql-5.0

  sql/sql_yacc.yy
    1.342 05/02/19 19:15:20 mats@stripped +0 -0
    Auto merged

  sql/sql_update.cc
    1.147 05/02/19 19:15:20 mats@stripped +0 -0
    Auto merged

# 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:	mats
# Host:	romeo.kindahl.net
# Root:	/home/bk/b7879-mysql-5.0/RESYNC

--- 1.341/sql/sql_yacc.yy	2005-02-19 10:51:40 +01:00
+++ 1.342/sql/sql_yacc.yy	2005-02-19 19:15:20 +01:00
@@ -2452,7 +2452,7 @@
           SELECT_SYM
           {
 	    LEX *lex=Lex;
-	    lex->lock_option= (using_update_log) ? TL_READ_NO_INSERT : TL_READ;
+	    lex->lock_option= using_update_log ? TL_READ_NO_INSERT : TL_READ;
 	    if (lex->sql_command == SQLCOM_INSERT)
 	      lex->sql_command= SQLCOM_INSERT_SELECT;
 	    else if (lex->sql_command == SQLCOM_REPLACE)
Thread
bk commit into 5.0 tree (mats:1.1867)Mats Kindahl19 Feb