mariadb/plugin/userstat
Monty ecc7961140 MDEV-34571 Add page accessed and pages read from disk to table_stats
Trivial batch, using the handler statistics already collected for
the slow query log.

The reason for the changes in test cases was mainly to change to use
select TABLE_SCHEMA ... from information_schema.table_statistics instead
of 'show table_statistics' to avoid future changes to test results
if we add more columns to table_statistics.
2024-07-12 11:28:18 +03:00
..
client_stats.cc MDEV-33151 Add more columns to TABLE_STATISTICS and USER STATS 2024-05-27 12:39:04 +02:00
CMakeLists.txt move userstat tables to a plugin 2014-10-11 18:53:05 +02:00
index_stats.cc MDEV-33152 Add QUERIES to INDEX_STATISTICS 2024-05-27 12:39:02 +02:00
table_stats.cc MDEV-34571 Add page accessed and pages read from disk to table_stats 2024-07-12 11:28:18 +03:00
user_stats.cc MDEV-33151 Add more columns to TABLE_STATISTICS and USER STATS 2024-05-27 12:39:04 +02:00
userstat.cc Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00