diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-05 00:06:23 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-05-05 00:06:23 +0200 |
commit | 70a3fec4008dffa68493996e83e56c7786fd0bdf (patch) | |
tree | d2a9feae1a89298a1a15ccb865b1d77f4de04c9f /storage/innobase/page | |
parent | 0b4f5060bbdccea4d9a3c04437aa7e97fbfc1b30 (diff) | |
parent | 085297a1214814cd7eacbab2afb24c7a08bfc40e (diff) | |
download | mariadb-git-70a3fec4008dffa68493996e83e56c7786fd0bdf.tar.gz |
InnoDB-5.6.24
Diffstat (limited to 'storage/innobase/page')
-rw-r--r-- | storage/innobase/page/page0zip.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/page/page0zip.cc b/storage/innobase/page/page0zip.cc index 677a2ba4f70..a110c0b731e 100644 --- a/storage/innobase/page/page0zip.cc +++ b/storage/innobase/page/page0zip.cc @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 2005, 2014, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 2005, 2015, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 2012, Facebook Inc. This program is free software; you can redistribute it and/or modify it under @@ -1608,7 +1608,7 @@ page_zip_fields_free( { if (index) { dict_table_t* table = index->table; - os_fast_mutex_free(&index->zip_pad.mutex); + dict_index_zip_pad_mutex_destroy(index); mem_heap_free(index->heap); dict_mem_table_free(table); |