MDEV-24868 Server crashes in optimize_schema_tables_memory_usage after select from information_schema.innodb_sys_columns by nayuta-yanagisawa · Pull Request #1768 · MariaDB/server
optimize_schema_tables_memory_usage() crashed when its argument included TABLE struct that was not fully initialized (see the below example). To prevent such a crash, we check if a table is an info...