mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
branches/zip: ha_innobase::add_index(): Remove the mem_heap_empty() call.
The index[] array that is allocated from the heap is still live.
This commit is contained in:
parent
2d8aa553da
commit
d71b5e6a5d
1 changed files with 0 additions and 2 deletions
|
@ -8441,8 +8441,6 @@ err_exit:
|
|||
row_mysql_unlock_data_dictionary(trx);
|
||||
dict_locked = FALSE;
|
||||
|
||||
mem_heap_empty(heap);
|
||||
|
||||
ut_a(trx->n_active_thrs == 0);
|
||||
ut_a(UT_LIST_GET_LEN(trx->signals) == 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue