MariaDB 10.7.1 Release Notes
Notable Items
Performance Schema
SELECT column_name, column_comment FROM information_schema.columns
WHERE table_schema='performance_schema' AND table_name='file_instances';...
*************************** 2. row ***************************
column_name: EVENT_NAME
column_comment: Instrument name associated with the file.
*************************** 3. row ***************************
column_name: OPEN_COUNT
column_comment: Open handles on the file. A value of greater than zero means
that the file is currently open.
...Diagnostics
Provider Plugins
SFORMAT
UUID
Natural Sort
Convert Partitions
Password Reuse
InnoDB
Replication
Packaging & Misc
Security
Changelog
Contributors
Last updated
Was this helpful?

