mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-25325 built-in documentation for performance_schema tables
Improve documentation of performance_schema tables by appending COLUMN comments to tables. Additionally improve test coverage and update corresponding tests. This is part of the patch covering newer columns and tables in 10.5.
This commit is contained in:
committed by
Vicențiu Ciorbaru
parent
7c33ecb665
commit
cc71dc0b61
@ -33,3 +33,9 @@ UNLOCK TABLES;
|
||||
LOCK TABLES performance_schema.metadata_locks WRITE;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-25325 column_comment for performance_shcema tables
|
||||
--echo #
|
||||
select column_name, column_comment
|
||||
from information_schema.columns
|
||||
where table_schema='performance_schema' and table_name='metadata_locks';
|
||||
|
Reference in New Issue
Block a user