summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0mysql.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/row/row0mysql.cc')
-rw-r--r--storage/innobase/row/row0mysql.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/row/row0mysql.cc b/storage/innobase/row/row0mysql.cc
index f815251bdd5..514d4b3ecd9 100644
--- a/storage/innobase/row/row0mysql.cc
+++ b/storage/innobase/row/row0mysql.cc
@@ -3225,8 +3225,8 @@ row_drop_ancillary_fts_tables(
/* fts_que_graph_free_check_lock would try to acquire
dict mutex lock */
table->fts->dict_locked = true;
-
- fts_free(table);
+ table->fts->~fts_t();
+ table->fts = nullptr;
}
return(DB_SUCCESS);