Browse Source

branches/zip: The dict_table_t::autoinc_mutex field is not used in HotBackup.

pull/374/head
sunny 16 years ago
parent
commit
f51d10ff22
  1. 2
      dict/dict0mem.c

2
dict/dict0mem.c

@ -103,7 +103,9 @@ dict_mem_table_free(
ut_ad(table->magic_n == DICT_TABLE_MAGIC_N);
ut_d(table->cached = FALSE);
#ifndef UNIV_HOTBACKUP
mutex_free(&(table->autoinc_mutex));
#endif /* UNIV_HOTBACKUP */
mem_heap_free(table->heap);
}

Loading…
Cancel
Save