summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorGleb Shchepa <gshchepa@mysql.com>2008-10-07 21:30:36 +0500
committerGleb Shchepa <gshchepa@mysql.com>2008-10-07 21:30:36 +0500
commit5898c53c549aa794b14a3769a21878b50729de1f (patch)
treea569a275e896e5e6d846074ed2478b7c9fc4ca40 /sql/sp_head.cc
parentb4c5cafeb01adb9f8303520342ff0621d41cf8f8 (diff)
parent1ce81aac15f0e7a89aef78f8e25ec7976f37972c (diff)
downloadmariadb-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.cc3
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)
{