• Monty's avatar
    MDEV-34571 Add page accessed and pages read from disk to table_stats · ecc79611
    Monty authored
    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.
    ecc79611
sql_class.h 269 KB