Performance Schema metadata_locks Table
The metadata_locks table lists currently held and requested metadata locks, which protect database object definitions from concurrent modification.
UPDATE performance_schema.setup_instruments SET enabled='YES', timed='YES'
WHERE name LIKE 'wait/lock/metadata%';performance-schema-instrument='wait/lock/metadata/sql/mdl=ON'PreviousPerformance Schema memory_summary_global_by_event_name TableNextPerformance Schema mutex_instances Table
Last updated
Was this helpful?

