mariadb/storage/innobase/dict
Marko Mäkelä 9aca89fa9f MDEV-37619 The forced use of THD accessors hurts InnoDB performance
Let us access some data members of THD directly, instead of invoking
non-inline accessor functions. Note: my_thread_id will be used instead
of the potentially narrower ulong data type.

Also, let us remove some functions from sql_class.cc that were only
being used by InnoDB or RocksDB, for no reason. RocksDB always had
access to the internals of THD.

Reviewed by: Sergei Golubchik
Tested by: Saahil Alam
2025-09-16 15:18:32 +03:00
..
dict0boot.cc Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
dict0crea.cc MDEV-37619 The forced use of THD accessors hurts InnoDB performance 2025-09-16 15:18:32 +03:00
dict0defrag_bg.cc MDEV-36122: Protect table references with a lock 2025-03-26 14:31:44 +02:00
dict0dict.cc MDEV-37619 The forced use of THD accessors hurts InnoDB performance 2025-09-16 15:18:32 +03:00
dict0load.cc Merge branch '10.6' into '10.11' 2025-04-16 03:34:40 +02:00
dict0mem.cc Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
dict0stats.cc Cleanup: Remove an unused header 2025-08-07 14:27:14 +03:00
dict0stats_bg.cc MDEV-35000: dict_table_close() breaks STATS_AUTO_RECALC 2025-02-28 09:00:16 +02:00
drop.cc Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00