From 73feaa11bd2e7ffaf5cc82c2b5f8bb23fa29c752 Mon Sep 17 00:00:00 2001 From: marko Date: Mon, 18 Jun 2007 11:01:30 +0000 Subject: [PATCH] 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. --- handler/ha_innodb.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/handler/ha_innodb.cc b/handler/ha_innodb.cc index af54c5f96e6..f24e7251ac2 100644 --- a/handler/ha_innodb.cc +++ b/handler/ha_innodb.cc @@ -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();