mariadb/storage/innobase/srv
Marko Mäkelä db14eb16f9 MDEV-30106 InnoDB fails to validate the change buffer on startup
ibuf_init_at_db_start(): Validate the change buffer root page.
A later version may stop creating a change buffer, and this
validation check will prevent a downgrade from such later versions.

ibuf_max_size_update(): If the change buffer was not loaded, do nothing.

dict_boot(): Merge the local variable "error" to "err". Ignore
failures of ibuf_init_at_db_start() if innodb_force_recovery>=4.
2022-11-28 11:34:22 +02:00
..
srv0mon.cc Merge branch '10.4' into 10.5 2022-05-18 09:50:26 +02:00
srv0srv.cc MDEV-30009 InnoDB shutdown hangs when the change buffer is corrupted 2022-11-23 17:34:05 +02:00
srv0start.cc MDEV-30106 InnoDB fails to validate the change buffer on startup 2022-11-28 11:34:22 +02:00