Commit d71b5e6a authored by marko's avatar marko

branches/zip: ha_innobase::add_index(): Remove the mem_heap_empty() call.

The index[] array that is allocated from the heap is still live.
parent 2d8aa553
......@@ -8441,8 +8441,6 @@ ha_innobase::add_index(
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment