diff options
author | Gleb Shchepa <gshchepa@mysql.com> | 2008-10-07 21:30:36 +0500 |
---|---|---|
committer | Gleb Shchepa <gshchepa@mysql.com> | 2008-10-07 21:30:36 +0500 |
commit | 5898c53c549aa794b14a3769a21878b50729de1f (patch) | |
tree | a569a275e896e5e6d846074ed2478b7c9fc4ca40 /sql/sp_head.cc | |
parent | b4c5cafeb01adb9f8303520342ff0621d41cf8f8 (diff) | |
parent | 1ce81aac15f0e7a89aef78f8e25ec7976f37972c (diff) | |
download | mariadb-git-5898c53c549aa794b14a3769a21878b50729de1f.tar.gz |
manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rc
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r-- | sql/sp_head.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc index a0eda42f0c5..cbd1437b45a 100644 --- a/sql/sp_head.cc +++ b/sql/sp_head.cc @@ -1949,8 +1949,7 @@ sp_head::execute_procedure(THD *thd, List<Item> *args) thd->rollback_item_tree_changes(); } - DBUG_PRINT("info",(" %.*s: eval args done", - (int) m_name.length, m_name.str)); + DBUG_PRINT("info",(" %.*s: eval args done", m_name.length, m_name.str)); } if (!(m_flags & LOG_SLOW_STATEMENTS) && thd->enable_slow_log) { |