List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:February 20 2007 9:51pm
Subject:bk commit into 4.1 tree (df:1.2607)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of df. When df 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-02-20 21:50:55+01:00, df@stripped +1 -0
  Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
  into  kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
  MERGE: 1.2601.3.2

  sql/item_func.cc@stripped, 2007-02-20 21:50:52+01:00, df@stripped +0 -0
    Auto merged
    MERGE: 1.271.1.1

# 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:	df
# Host:	kahlann.erinye.com
# Root:	/home/df/mysql/build/mysql-4.1-build-work/RESYNC

--- 1.272/sql/item_func.cc	2007-02-07 14:25:53 +01:00
+++ 1.273/sql/item_func.cc	2007-02-20 21:50:52 +01:00
@@ -177,6 +177,7 @@ Item_func::fix_fields(THD *thd, TABLE_LI
       used_tables_cache|=     item->used_tables();
       not_null_tables_cache|= item->not_null_tables();
       const_item_cache&=      item->const_item();
+      with_subselect|=        item->with_subselect;
     }
   }
   fix_length_and_dec();
Thread
bk commit into 4.1 tree (df:1.2607)Daniel Fischer20 Feb