Below is the list of changes that have just been committed into a local
4.1 repository of gluh. When gluh 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-08 14:54:49+04:00, gluh@stripped +1 -0
Merge mysql.com:/home/gluh/MySQL/Merge/4.1
into mysql.com:/home/gluh/MySQL/Merge/4.1-opt
MERGE: 1.2586.2.14
sql/item_func.cc@stripped, 2007-02-08 14:54:47+04:00, gluh@stripped +0 -0
Auto merged
MERGE: 1.269.1.2
# 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: gluh
# Host: eagle.(none)
# Root: /home/gluh/MySQL/Merge/4.1-opt/RESYNC
--- 1.271/sql/item_func.cc 2007-01-26 16:28:30 +04:00
+++ 1.272/sql/item_func.cc 2007-02-08 14:54:47 +04: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 (gluh:1.2604) | gluh | 8 Feb |