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/event_queue.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/event_queue.h')
-rw-r--r-- | sql/event_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event_queue.h b/sql/event_queue.h index 338a6c8f903..95f52b7b588 100644 --- a/sql/event_queue.h +++ b/sql/event_queue.h @@ -34,7 +34,7 @@ public: bool init_queue(THD *thd); - + void deinit_queue(); |