diff options
Diffstat (limited to 'sql/event_scheduler.h')
-rw-r--r-- | sql/event_scheduler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/event_scheduler.h b/sql/event_scheduler.h index e7bf4b633c5..8ac3a3fc08c 100644 --- a/sql/event_scheduler.h +++ b/sql/event_scheduler.h @@ -236,10 +236,10 @@ private: bool mutex_scheduler_data_locked; /* helper functions for working with mutexes & conditionals */ - int + void lock_data(const char *func, uint line); - int + void unlock_data(const char *func, uint line); int |