diff options
author | andrey@lmy004. <> | 2006-07-17 16:52:45 +0200 |
---|---|---|
committer | andrey@lmy004. <> | 2006-07-17 16:52:45 +0200 |
commit | 0404763d8170cf420a78c03a2f91a1fa7f7d8a3c (patch) | |
tree | 94cf5b188a961ae9067df17d09d62247d263ea81 /sql/event_scheduler.h | |
parent | 3f6de6c5238f9acb7380737da8faabdb57ad5a5c (diff) | |
download | mariadb-git-0404763d8170cf420a78c03a2f91a1fa7f7d8a3c.tar.gz |
WL#3337 (Events new architecture)
Small updates before patch submit.
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; |