mariadb/plugin/metadata_lock_info
Sergey Vojtovich 02eb8f7246 MDL_lock encapsulation: MDL_lock::get_key()
Avoid accessing MDL_lock::key from outside of MDL_lock class directly,
use MDL_lock::get_key() instead.

This is part of broader cleanup, which aims to make large part of
MDL_lock members private. It is needed to simplify further work on
MDEV-19749 - MDL scalability regression after backup locks.
2025-07-15 23:19:06 +04:00
..
mysql-test/metadata_lock_info Added Lock_time_ms and Table_catalog columns to metadata_lock_info 2024-07-03 13:20:33 +03:00
CMakeLists.txt MDEV-11660 Make encryption plugins "pure" 2017-04-27 19:12:38 +02:00
metadata_lock_info.cc MDL_lock encapsulation: MDL_lock::get_key() 2025-07-15 23:19:06 +04:00