bk commit into 5.0 tree (sergefp:1.2494)
Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey 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@1.2494, 2007-07-31 16:15:56+04:00, sergefp@mysql.com +1 -0
Post-merge fixes
sql/sql_union.cc@1.144, 2007-07-31 16:15:52+04:00, sergefp@mysql.com +2 -2
Post-merge fixes
diff -Nrup a/sql/sql_union.cc b/sql/sql_union.cc
--- a/sql/sql_union.cc 2007-07-31 15:18:46 +04:00
+++ b/sql/sql_union.cc 2007-07-31 16:15:52 +04:00
@@ -598,8 +598,8 @@ bool st_select_lex_unit::exec()
else
{
join->examined_rows= 0;
- join->reinit(); - saved_error= join->exec();
+ saved_error= join->reinit();
+ join->exec();
}
}
--
MySQL Code Commits Mailing List
For list archives:
http://lists.mysql.com/commits
To unsubscribe:
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Tue Jul 31 08:16:57 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 09 2007 - 19:19:45 EDT
|