~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-07 22:41:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110807224128-1061pu4ru7ij043i
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
8481
8481
 
8482
8482
    HASH_DELETE(INNOBASE_SHARE, table_name_hash,
8483
8483
          innobase_open_tables, fold, share);
8484
 
    share->lock.deinit();
8485
8484
 
8486
8485
    /* Free any memory from index translation table */
8487
8486
    free(share->idx_trans_tbl.index_mapping);