summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0quiesce.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/row/row0quiesce.cc')
-rw-r--r--storage/innobase/row/row0quiesce.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/innobase/row/row0quiesce.cc b/storage/innobase/row/row0quiesce.cc
index 74c7b9b35fc..04de3465dcf 100644
--- a/storage/innobase/row/row0quiesce.cc
+++ b/storage/innobase/row/row0quiesce.cc
@@ -486,8 +486,6 @@ row_quiesce_table_has_fts_index(
{
bool exists = false;
- dict_sys.mutex_lock();
-
for (const dict_index_t* index = UT_LIST_GET_FIRST(table->indexes);
index != 0;
index = UT_LIST_GET_NEXT(indexes, index)) {
@@ -498,8 +496,6 @@ row_quiesce_table_has_fts_index(
}
}
- dict_sys.mutex_unlock();
-
return(exists);
}