summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-05-14 22:06:11 +0300
committerunknown <monty@narttu.mysql.fi>2003-05-14 22:06:11 +0300
commitbabb7ce9e12d17cc0f2dc34e453c46cf8fa673ea (patch)
treede78d19f9c08cc3d13bdacc3a640c2098a11d15c
parentf527bc7fee872a34246f127e56cca8c8967e3dd5 (diff)
parent58d4f5692814b2e393163f1083b6da525a6f0a15 (diff)
downloadmariadb-git-babb7ce9e12d17cc0f2dc34e453c46cf8fa673ea.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
into narttu.mysql.fi:/my/mysql-3.23
-rw-r--r--innobase/os/os0sync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/innobase/os/os0sync.c b/innobase/os/os0sync.c
index 14677ede20f..e212b115806 100644
--- a/innobase/os/os0sync.c
+++ b/innobase/os/os0sync.c
@@ -488,7 +488,6 @@ os_fast_mutex_free(
DeleteCriticalSection((LPCRITICAL_SECTION) fast_mutex);
#else
- UT_NOT_USED(fast_mutex);
-
+ pthread_mutex_destroy(fast_mutex);
#endif
}