|
Downgrades are not supported, and in fact, a downgrade from MariaDB Server 10.8 or later to earlier versions is nontrivial due to MDEV-27199 and MDEV-14425.
The error message that was added in MDEV-30106 may be confusing, and in fact, we can safely allow a downgrade, provided that the change buffering is never enabled.
2023-03-09 13:54:30 0 [ERROR] InnoDB: The change buffer is corrupted
|
2023-03-09 13:54:30 0 [ERROR] InnoDB: Plugin initialization aborted with error
|
Data structure corruption
|
2023-03-09 13:54:30 0 [Note] InnoDB: Starting shutdown...
|
If innodb_change_buffering=none (the default since MDEV-27734), we can demote this error to a warning and allow InnoDB to start up.
|