summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorGeorgi Kodinov <kgeorge@mysql.com>2008-10-08 11:46:25 +0300
committerGeorgi Kodinov <kgeorge@mysql.com>2008-10-08 11:46:25 +0300
commite7105c1ac0845b46ccc6eb27db0287d20002270b (patch)
tree79e6dff7fde6d9360f1cdba4ec75b5d4a316b62c /sql/sp_head.cc
parent4d7ad72e52db47b6d8364c34dbfb206c40cb4aad (diff)
parent39996b44cce1cb40fe3ae0634c735626c3a103e0 (diff)
downloadmariadb-git-e7105c1ac0845b46ccc6eb27db0287d20002270b.tar.gz
merged 5.1-5.1.29-rc -> 5.1-bugteam
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index a0eda42f0c5..534cd0a7ca1 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -1949,8 +1949,8 @@ 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", (int) m_name.length,
+ m_name.str));
}
if (!(m_flags & LOG_SLOW_STATEMENTS) && thd->enable_slow_log)
{