diff options
author | andrey@lmy004. <> | 2006-05-23 00:19:02 +0200 |
---|---|---|
committer | andrey@lmy004. <> | 2006-05-23 00:19:02 +0200 |
commit | ec0e9d5977ad1de68fd9aa9feb877ba63c7dc571 (patch) | |
tree | 5bcc3b3f34323bb51275641ae8c2eb18ae62b56f /sql/event_scheduler.h | |
parent | 644049120d6f8240ed38a0d1b1ef978f44ddb7ff (diff) | |
download | mariadb-git-ec0e9d5977ad1de68fd9aa9feb877ba63c7dc571.tar.gz |
fix win32 build after push for bug#17619
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 |