diff options
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index 1e61474f412..61e447b17aa 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -4370,11 +4370,6 @@ Item_func_sp::execute(Item **itp) } #endif - /* - We don't need to suppress sending of OK packet here (by setting - thd->net.no_send_ok to true), because we are not allowing statements - in functions now. - */ res= m_sp->execute_function(thd, args, arg_count, itp); #ifndef NO_EMBEDDED_ACCESS_CHECKS |