diff options
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index cb6fee34d48..b8355a38701 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -6362,7 +6362,7 @@ const char * Item_func_sp::func_name() const { THD *thd= current_thd; - return Item_sp::func_name(thd); + return Item_sp::func_name(thd, m_handler == &sp_handler_package_function); } |