summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index cc6d58b1709..f3a83b8a8fc 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -3960,13 +3960,6 @@ end_with_restore_list:
}
break;
}
-#ifndef DBUG_OFF
- case SQLCOM_SHOW_SCHEDULER_STATUS:
- {
- res= Events::get_instance()->dump_internal_status(thd);
- break;
- }
-#endif
case SQLCOM_CREATE_FUNCTION: // UDF function
{
if (check_access(thd,INSERT_ACL,"mysql",0,1,0,0))