Below is the list of changes that have just been committed into a
4.1 repository of bell. When bell does a push, they will be propogated 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet@xxxxxx, 2002-09-27 23:11:51+03:00, bell@xxxxxxxxxxxxxxx
fixed Item_subselect constructor
sql/item_subselect.cc
1.12 02/09/27 23:11:51 bell@xxxxxxxxxxxxxxx +1 -1
fixed Item_subselect constructor
# 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: bell
# Host: sanja.is.com.ua
# Root: /home/bell/mysql/work-explain_union-4.1
--- 1.11/sql/item_subselect.cc Tue Sep 3 10:06:09 2002
+++ 1.12/sql/item_subselect.cc Fri Sep 27 23:11:51 2002
@@ -34,7 +34,7 @@
Item_subselect::Item_subselect(THD *thd, st_select_lex *select_lex,
select_subselect *result):
- engine_owner(1), value_assigned(0)
+ Item(), engine_owner(1), value_assigned(0)
{
DBUG_ENTER("Item_subselect::Item_subselect");
DBUG_PRINT("subs", ("select_lex 0x%xl", (long) select_lex));
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail internals-thread4833@xxxxxxxxxxxxxxx
To unsubscribe, e-mail <internals-unsubscribe@xxxxxxxxxxxxxxx>
|