List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:June 11 2007 7:55pm
Subject:bk commit into 5.1 tree (cmiller:1.2485)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cmiller. When cmiller 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@stripped, 2007-06-11 15:55:28-04:00, cmiller@stripped +1 -0
  Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint-2
  into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
  MERGE: 1.1810.2944.53

  sql/sql_parse.cc@stripped, 2007-06-11 15:55:26-04:00, cmiller@stripped +0 -5
    Functions are moved to a new file in 5.1.
    MERGE: 1.426.1.198

# 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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.1-maint/RESYNC

--- 1.677/sql/sql_parse.cc	2007-06-05 16:49:13 -04:00
+++ 1.678/sql/sql_parse.cc	2007-06-11 15:55:26 -04:00
@@ -259,7 +259,6 @@ bool is_update_query(enum enum_sql_comma
   return (sql_command_flags[command] & CF_CHANGES_DATA) != 0;
 }
 
-
 void execute_init_command(THD *thd, sys_var_str *init_command_var,
 			  rw_lock_t *var_mutex)
 {
Thread
bk commit into 5.1 tree (cmiller:1.2485)Chad MILLER11 Jun