mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rc
This commit is contained in:
commit
5898c53c54
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue