[Commits] f91167ce9d5: Test 1.
revision-id: f91167ce9d536ced2ab53bf33a4a4e92380e0f6d (mariadb-10.1.35-78-gf91167ce9d5) parent(s): e855912733287d496cb2f429c8019005aaac9d0a author: Jan Lindström committer: Jan Lindström timestamp: 2018-10-05 07:52:46 +0300 message: Test 1. --- storage/innobase/fts/fts0fts.cc | 1 - storage/xtradb/fts/fts0fts.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/storage/innobase/fts/fts0fts.cc b/storage/innobase/fts/fts0fts.cc index a5b2bbb47ce..fa5207c8ec7 100644 --- a/storage/innobase/fts/fts0fts.cc +++ b/storage/innobase/fts/fts0fts.cc @@ -6665,7 +6665,6 @@ fts_rename_aux_tables_to_hex_format( "All the fts index associated with the table are " "marked as corrupted. Please rebuild the " "index again.", parent_table->name); - fts_sql_rollback(trx_rename); /* Corrupting the fts index related to parent table. */ trx_t* trx_corrupt; diff --git a/storage/xtradb/fts/fts0fts.cc b/storage/xtradb/fts/fts0fts.cc index 5981c24c470..bcbaeb22738 100644 --- a/storage/xtradb/fts/fts0fts.cc +++ b/storage/xtradb/fts/fts0fts.cc @@ -6664,7 +6664,6 @@ fts_rename_aux_tables_to_hex_format( "All the fts index associated with the table are " "marked as corrupted. Please rebuild the " "index again.", parent_table->name); - fts_sql_rollback(trx_rename); /* Corrupting the fts index related to parent table. */ trx_t* trx_corrupt;
participants (1)
-
jan