diff options
author | unknown <andrey@example.com> | 2006-09-01 14:15:47 +0200 |
---|---|---|
committer | unknown <andrey@example.com> | 2006-09-01 14:15:47 +0200 |
commit | 2fc8b30ee783fe46f49adf11b6fbbbaa0acea474 (patch) | |
tree | 35483f55c3cde5ae2aa85fad0a67c5e09cf7c618 /sql | |
parent | c67c49fca5abff1754288ec629babddd2b667aa9 (diff) | |
download | mariadb-git-2fc8b30ee783fe46f49adf11b6fbbbaa0acea474.tar.gz |
fix build failure on SLES9
Diffstat (limited to 'sql')
-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 c16b528004b..cd90078a6d5 100644 --- a/sql/event_scheduler.cc +++ b/sql/event_scheduler.cc @@ -554,7 +554,7 @@ error: FALSE Not RUNNING */ -inline bool +bool Event_scheduler::is_running() { LOCK_DATA(); |