Below is the list of changes that have just been committed into a local
4.1 repository of Sinisa. When Sinisa 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.1584 03/08/27 15:24:52 Sinisa@stripped +1 -0
sql_union.cc:
Post merge fixes
sql/sql_union.cc
1.92 03/08/27 15:24:13 Sinisa@stripped +1 -1
Post merge fixes
# 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: Sinisa
# Host: sinisa.nasamreza.org
# Root: /mnt/work/mysql-4.1
--- 1.91/sql/sql_union.cc Wed Aug 27 14:36:33 2003
+++ 1.92/sql/sql_union.cc Wed Aug 27 15:24:13 2003
@@ -259,7 +259,7 @@
}
for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select())
{
- ha_rows rows= 0;
+ ha_rows records_at_start= 0;
thd->lex.current_select= sl;
if (optimized)
| Thread |
|---|
| • bk commit into 4.1 tree (1.1584) | sinisa | 27 Aug |