summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index 37e59fa89d3..0d88c689d9f 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -4414,11 +4414,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