mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: The dict_table_t::autoinc_mutex field is not used in HotBackup.
This commit is contained in:
parent
2d179fa417
commit
8cc05e7713
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue