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.1914 05/04/29 02:52:20 sergefp@stripped +1 -0
Merge spetrunia@stripped:/home/bk/mysql-5.0
into mysql.com:/home/psergey/mysql-5.0-bug9821
sql/sql_parse.cc
1.444 05/04/29 02:52:19 sergefp@stripped +0 -0
Auto merged
# 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: sergefp
# Host: newbox.mylan
# Root: /home/psergey/mysql-5.0-bug9821/RESYNC
--- 1.443/sql/sql_parse.cc 2005-04-25 04:00:30 +04:00
+++ 1.444/sql/sql_parse.cc 2005-04-29 02:52:19 +04:00
@@ -4056,7 +4056,7 @@
{
if (! (thd->client_capabilities & CLIENT_MULTI_RESULTS))
{
- my_message(ER_SP_BADSELECT, ER(ER_SP_BADSELECT), MYF(0));
+ my_error(ER_SP_BADSELECT, MYF(0), sp->m_qname.str);
#ifndef EMBEDDED_LIBRARY
thd->net.no_send_ok= nsok;
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (sergefp:1.1914) | Sergey Petrunia | 29 Apr |