~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to storage/innobase/page/page0zip.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 2005, 2014, Oracle and/or its affiliates. All Rights Reserved.
 
3
Copyright (c) 2005, 2015, Oracle and/or its affiliates. All Rights Reserved.
4
4
Copyright (c) 2012, Facebook Inc.
5
5
 
6
6
This program is free software; you can redistribute it and/or modify it under
1572
1572
{
1573
1573
        if (index) {
1574
1574
                dict_table_t*   table = index->table;
1575
 
                os_fast_mutex_free(&index->zip_pad.mutex);
 
1575
                dict_index_zip_pad_mutex_destroy(index);
1576
1576
                mem_heap_free(index->heap);
1577
1577
 
1578
1578
                dict_mem_table_free(table);