diff options
author | unknown <andrey@example.com> | 2006-09-01 14:08:50 +0200 |
---|---|---|
committer | unknown <andrey@example.com> | 2006-09-01 14:08:50 +0200 |
commit | 7f61476e0e841c2513b0feddc8671ed115bcc51f (patch) | |
tree | e361d3fd32f273dc7ffabe0695719532c6b9e4de /sql/event_scheduler.cc | |
parent | 889761abda3e48ac5bc2c2584af7a26175663674 (diff) | |
download | mariadb-git-7f61476e0e841c2513b0feddc8671ed115bcc51f.tar.gz |
post-merge fix
sql/event_scheduler.cc:
fix typo
sql/events.cc:
This check is not needed since UNINITIALIZED state was introduced
in the Event_scheduler
Diffstat (limited to 'sql/event_scheduler.cc')
-rw-r--r-- | sql/event_scheduler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event_scheduler.cc b/sql/event_scheduler.cc index 6423f3676fc..c16b528004b 100644 --- a/sql/event_scheduler.cc +++ b/sql/event_scheduler.cc @@ -544,7 +544,7 @@ error: /* - Checkes whether the state of the scheduler is RUNNING + Checks whether the state of the scheduler is RUNNING SYNOPSIS Event_scheduler::is_running() |