Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.11.1, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5, 10.10.3
-
None
Description
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.
Attachments
Issue Links
- is caused by
-
MDEV-30106 InnoDB fails to validate the change buffer on startup
- Closed
- relates to
-
MDEV-27734 Set innodb_change_buffering=none by default
- Closed
-
MDEV-29694 Remove the InnoDB change buffer
- Closed