Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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.1995 05/12/12 15:57:35 ramil@stripped +1 -0
Fix for bug #15630: Test case failure in sp-dynamic, sp-error, and sp.
sql/sp_head.cc
1.201 05/12/12 15:57:21 ramil@stripped +1 -1
Fix for bug #15630: Test case failure in sp-dynamic, sp-error, and sp.
- should pass a *char to the my_error() instead of the structure.
# 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: ramil
# Host: myoffice.izhnet.ru
# Root: /usr/home/ram/work/mysql-5.0-release
--- 1.200/sql/sp_head.cc 2005-12-07 15:36:31 +04:00
+++ 1.201/sql/sp_head.cc 2005-12-12 15:57:21 +04:00
@@ -911,7 +911,7 @@ void sp_head::recursion_level_error()
THD *thd= current_thd;
my_error(ER_SP_RECURSION_LIMIT, MYF(0),
thd->variables.max_sp_recursion_depth,
- m_name);
+ m_name.str);
}
else
my_error(ER_SP_NO_RECURSION, MYF(0));
| Thread |
|---|
| • bk commit into 5.0 tree (ramil:1.1995) BUG#15630 | ramil | 12 Dec |