mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Expand performance_schema tables definitions with column comments
Cover all columns that did not have comments. Adjust docs based off of MariaDB implementation.
This commit is contained in:
@ -88,7 +88,7 @@ SELECT FILE_NAME FROM performance_schema.file_instances WHERE FILE_NAME LIKE "%t
|
||||
FILE_NAME
|
||||
DROP DATABASE db_26152751;
|
||||
#
|
||||
# MDEV-25325 column_comment for performance_shcema tables
|
||||
# MDEV-25325 column_comment for performance_schema tables
|
||||
#
|
||||
select column_name, column_comment
|
||||
from information_schema.columns
|
||||
|
Reference in New Issue
Block a user