Below is the list of changes that have just been committed into a local
5.0 repository of davi. When davi 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, 2008-03-17 11:16:37-03:00, davi@stripped +1 -0
Post-merge fix for Bug 35103.
sql/sql_prepare.cc@stripped, 2008-03-17 11:16:34-03:00, davi@stripped +1 -1
Don't send unexpected error to the client.
diff -Nrup a/sql/sql_prepare.cc b/sql/sql_prepare.cc
--- a/sql/sql_prepare.cc 2008-03-14 17:40:10 -03:00
+++ b/sql/sql_prepare.cc 2008-03-17 11:16:34 -03:00
@@ -2602,7 +2602,7 @@ void mysql_stmt_get_longdata(THD *thd, c
if (!(stmt=find_prepared_statement(thd, stmt_id,
"mysql_stmt_send_long_data")))
- DBUG_VOID_RETURN;
+ goto out;
param_number= uint2korr(packet);
packet+= 2;
| Thread |
|---|
| • bk commit into 5.0 tree (davi:1.2598) | Davi Arnaut | 17 Mar |