summaryrefslogtreecommitdiff
path: root/sql/event_scheduler.h
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-05-23 00:19:02 +0200
committerunknown <andrey@lmy004.>2006-05-23 00:19:02 +0200
commitb1eaf92cd9a7d0af66ffd351a90982152186aebc (patch)
tree5bcc3b3f34323bb51275641ae8c2eb18ae62b56f /sql/event_scheduler.h
parente21d0cf2759d4a039790ae54a2beba1957e901e6 (diff)
downloadmariadb-git-b1eaf92cd9a7d0af66ffd351a90982152186aebc.tar.gz
fix win32 build after push for bug#17619
sql/event_scheduler.cc: remove unused variables fix win32 build problem - pthread_mutex_lock() is void there sql/event_scheduler.h: pthread_mutex_lock() is void on win32. This fixes the win32 build. sql/event_timed.cc: remove unused code & variables
Diffstat (limited to 'sql/event_scheduler.h')
-rw-r--r--sql/event_scheduler.h4
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