1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00
Files
mariadb/mysql-test/suite/innodb/t/innodb_stats.test
Thirunarayanan Balathandayuthapani e25abdd5e7 MDEV-31740 InnoDB statistics column length validation failed
When there's a column length mismatch in the InnoDB
statistics tables (innodb_table_stats or innodb_index_stats),
consecutive access of statistics table throws error message
and uses transient statistics.

This change makes it easier for users to understand and
resolve the issue when the statistics tables have been
modified or corrupted.
2025-10-06 12:53:17 +05:30

2.9 KiB