mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
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:
parent
b864484fb2
commit
73feaa11bd
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue