branches/zip: ha_innobase::add_index(): Do not commit the transaction.

It should be committed by MySQL after all.  The error in mysql_alter_table()
will be worked around in r1584.
This commit is contained in:
marko 2007-06-18 11:01:30 +00:00
parent b864484fb2
commit 73feaa11bd

View file

@ -8373,7 +8373,6 @@ error_handling:
func_exit:
mem_heap_free_noninline(heap);
innobase_commit_low(trx);
/* There might be work for utility threads.*/
srv_active_wake_master_thread();