summaryrefslogtreecommitdiff
path: root/storage/maria/ma_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/ma_close.c')
-rw-r--r--storage/maria/ma_close.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/maria/ma_close.c b/storage/maria/ma_close.c
index 235b37f7030..e46beec71b4 100644
--- a/storage/maria/ma_close.c
+++ b/storage/maria/ma_close.c
@@ -177,6 +177,7 @@ int maria_close(register MARIA_HA *info)
{
(void) pthread_mutex_destroy(&share->intern_lock);
(void) pthread_mutex_destroy(&share->close_lock);
+ (void) pthread_cond_destroy(&share->key_del_cond);
my_free((uchar *)share, MYF(0));
/*
If share cannot be freed, it's because checkpoint has previously