diff options
author | monty@donna.mysql.com <> | 2000-09-20 04:54:10 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-20 04:54:10 +0300 |
commit | dc4525636ce2912fb9a455503260760621e2eb46 (patch) | |
tree | 9809b1ec91af01ed8cc76e542fe1a102e239d9b1 /mysys/my_wincond.c | |
parent | f2f515e5c2733dfe95471640ff740d0f936579b9 (diff) | |
download | mariadb-git-dc4525636ce2912fb9a455503260760621e2eb46.tar.gz |
Small bug fixes + code for DELETE QUICK
Diffstat (limited to 'mysys/my_wincond.c')
-rw-r--r-- | mysys/my_wincond.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_wincond.c b/mysys/my_wincond.c index 3643d0ec0a6..0c5b01f90d8 100644 --- a/mysys/my_wincond.c +++ b/mysys/my_wincond.c @@ -19,6 +19,7 @@ ** The following is a simple implementation of posix conditions *****************************************************************************/ +#undef SAFE_MUTEX /* Avoid safe_mutex redefinitions */ #include "mysys_priv.h" #if defined(THREAD) && defined(__WIN__) #include <m_string.h> |