summaryrefslogtreecommitdiffstats
path: root/storage/innobase/include/trx0sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/trx0sys.h')
-rw-r--r--storage/innobase/include/trx0sys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/include/trx0sys.h b/storage/innobase/include/trx0sys.h
index 3fa41fdf..e6e8eb6b 100644
--- a/storage/innobase/include/trx0sys.h
+++ b/storage/innobase/include/trx0sys.h
@@ -589,8 +589,7 @@ public:
So we take more expensive approach: get trx through current_thd()->ha_data.
Some threads don't have trx attached to THD, and at least server
- initialisation thread, fts_optimize_thread, srv_master_thread,
- dict_stats_thread, srv_monitor_thread, btr_defragment_thread don't even
+ initialisation thread doesn't even
have THD at all. For such cases we allocate pins only for duration of
search and free them immediately.