• Igor Babaev's avatar
    MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is used · 279a907f
    Igor Babaev authored
    The command SHOW INDEXES ignored setting of the system variable
    use_stat_tables to the value of 'preferably' and and showed statistical
    data received from the engine. Similarly queries over the table
    STATISTICS from INFORMATION_SCHEMA ignored this setting. It happened
    because the function fill_schema_table_by_open() did not read any data
    from statistical tables.
    279a907f
sql_class.h 180 KB