summaryrefslogtreecommitdiff
path: root/sql/event_scheduler.cc
diff options
context:
space:
mode:
authorunknown <andrey@example.com>2006-09-01 14:08:50 +0200
committerunknown <andrey@example.com>2006-09-01 14:08:50 +0200
commitc67c49fca5abff1754288ec629babddd2b667aa9 (patch)
treee361d3fd32f273dc7ffabe0695719532c6b9e4de /sql/event_scheduler.cc
parent33b8dbc7568e45d7a6aa01cfc3c3d665687703fe (diff)
downloadmariadb-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.cc2
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()