[MDEV-6274] Collation usage statistics Created: 2014-05-27  Updated: 2014-08-27  Resolved: 2014-08-27

Status: Closed
Project: MariaDB Server
Component/s: None
Fix Version/s: 10.0.14

Type: Task Priority: Major
Reporter: Alexander Barkov Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-6557 INFORMATION_SCHEMA.COLLATION_PROPERTIES Open

 Description   

Feedback plugin will include collation usage statistics.
Every collation that has been used by the server
will have a record in "SELECT * FROM information_schema.feedback"
output, like this:

+----------------------------------------+---------------------+
| VARIABLE_NAME                          | VARIABLE_VALUE      |
+----------------------------------------+---------------------+
| Collation used utf8_unicode_ci         | 10                  |
| Collation used latin1_general_ci       | 20                  |
+----------------------------------------+---------------------+

The collation that have not been used will not be included into the result.



 Comments   
Comment by Alexander Barkov [ 2014-08-27 ]

Pushed into 10.0.14

Generated at Thu Feb 08 07:10:39 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.