diff options
Diffstat (limited to 'sql/event_scheduler.h')
-rw-r--r-- | sql/event_scheduler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/event_scheduler.h b/sql/event_scheduler.h index b5c3dae49f8..cc6d0f7a20a 100644 --- a/sql/event_scheduler.h +++ b/sql/event_scheduler.h @@ -95,7 +95,8 @@ private: unlock_data(const char *func, uint line); void - cond_wait(struct timespec *abstime, const char *func, uint line); + cond_wait(THD *thd, struct timespec *abstime, const char* msg, + const char *func, uint line); pthread_mutex_t LOCK_scheduler_state; |