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:
marko 2007-08-21 09:42:20 +00:00
parent 2d8aa553da
commit d71b5e6a5d

View file

@ -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);