Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.0(EOL)
Description
InnoDB refuses read-only startup when the redo log or the change buffer are not empty, issuing the following kind of messages:
[Warning] InnoDB: innodb_read_only prevents crash recovery
|
[ERROR] InnoDB: Change buffer must be empty when --innodb-read-only is set!
|
We should remove this arbitrary restriction in MariaDB Server.
It would be entirely possible to apply such changes in the buffer pool, only disabling the writes back to the data files in --innodb-read-only mode.
Attachments
Issue Links
- duplicates
-
MDEV-12700 Allow innodb_read_only startup without prior slow shutdown
- Closed
- relates to
-
MDEV-13485 MTR tests fail massively with --innodb-sync-debug
- Closed