diff options
author | kostja@bodhi.local <> | 2007-03-23 18:14:03 +0300 |
---|---|---|
committer | kostja@bodhi.local <> | 2007-03-23 18:14:03 +0300 |
commit | 094612854d44012aa5127a01ec2cc03d26abc1ef (patch) | |
tree | 5ef12de52d0fc1db9c26d6e5e1fe7495f31c7f1b /sql/events.h | |
parent | f017117d84c7e05e89b27fc6a4ae3561dec23ad1 (diff) | |
download | mariadb-git-094612854d44012aa5127a01ec2cc03d26abc1ef.tar.gz |
Trivial cleanups and whitespace change in Event Scheduler code.
A larger patch is to come, this is to exclude rudimentary changes
from it.
Diffstat (limited to 'sql/events.h')
-rw-r--r-- | sql/events.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/events.h b/sql/events.h index 35ee3c569d0..f97a0c5f57e 100644 --- a/sql/events.h +++ b/sql/events.h @@ -19,7 +19,6 @@ class sp_name; class Event_parse_data; class Event_db_repository; class Event_queue; -class Event_queue_element; class Event_scheduler; /* Return codes */ @@ -38,6 +37,10 @@ enum enum_events_error_code int sortcmp_lex_string(LEX_STRING s, LEX_STRING t, CHARSET_INFO *cs); +/** + @class Events -- a facade to the functionality of the Event Scheduler. + +*/ class Events { |