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 | c67c49fca5abff1754288ec629babddd2b667aa9 (patch) | |
tree | e361d3fd32f273dc7ffabe0695719532c6b9e4de /sql/event_scheduler.cc | |
parent | 33b8dbc7568e45d7a6aa01cfc3c3d665687703fe (diff) | |
download | mariadb-git-c67c49fca5abff1754288ec629babddd2b667aa9.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() |