summaryrefslogtreecommitdiff
path: root/sql/event_queue.h
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2007-03-23 18:14:03 +0300
committerkostja@bodhi.local <>2007-03-23 18:14:03 +0300
commit094612854d44012aa5127a01ec2cc03d26abc1ef (patch)
tree5ef12de52d0fc1db9c26d6e5e1fe7495f31c7f1b /sql/event_queue.h
parentf017117d84c7e05e89b27fc6a4ae3561dec23ad1 (diff)
downloadmariadb-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.h2
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();