[MDEV-33151] Add more columns to TABLE_STATISTICS and USER STATS Created: 2024-01-02 Updated: 2024-01-20 |
|
| Status: | In Progress |
| Project: | MariaDB Server |
| Component/s: | Plugin - userstat |
| Fix Version/s: | 11.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Following changes are for the userstat plugin: Add the following columns to TABLE_STATISTICS for MariaDB monitors:
Add the following statistics to CLIENT_STATISTICS and USER_STATISTICS:
|
| Comments |
| Comment by Michael Widenius [ 2024-01-02 ] |
|
Commit message: MDEV-33151 Add more columns to TABLE_STATISTICS and USER STATS Columns added to TABLE_STATISTICS
Columns added to CLIENT_STATISTICS and USER_STATISTICS:
User visible changes (except new columns):
Other changes:
Notes:
|
| Comment by Michael Widenius [ 2024-01-02 ] |
|
Code can be found in bb-11.5-monty |