diff options
author | andrey@example.com <> | 2006-09-12 12:26:12 +0200 |
---|---|---|
committer | andrey@example.com <> | 2006-09-12 12:26:12 +0200 |
commit | 25862a86710cf99a6c565c92a19386029cbc5e0a (patch) | |
tree | ae831e3cf94166f42a8cf2ff10194f4359a06d9d /sql/event_queue.h | |
parent | 83f4f3b2aa4a1d73bb6db867cf673d79595cd9ce (diff) | |
download | mariadb-git-25862a86710cf99a6c565c92a19386029cbc5e0a.tar.gz |
WL#3337 (Event scheduler new architecture)
Remove SHOW SCHEDULER STATUS command and migrate the
information output to `mysqladmin debug` (COM_DEBUG)
SHOW SCHEDULER STATUS was introduced in 5.1.11, provided
some debug information about event scheduler internals and
was enabled only in debug builds.
Diffstat (limited to 'sql/event_queue.h')
-rw-r--r-- | sql/event_queue.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/event_queue.h b/sql/event_queue.h index 73d1a3efe4d..5b70506d388 100644 --- a/sql/event_queue.h +++ b/sql/event_queue.h @@ -61,8 +61,9 @@ public: bool get_top_for_execution_if_time(THD *thd, Event_job_data **job_data); - bool - dump_internal_status(THD *thd); + + void + dump_internal_status(); int load_events_from_db(THD *thd); |