[MDEV-13614] Allow --innodb-read-only startup even when change buffer or redo logs are not empty Created: 2017-08-22 Updated: 2017-11-30 Resolved: 2017-11-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | recovery, startup | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
InnoDB refuses read-only startup when the redo log or the change buffer are not empty, issuing the following kind of messages:
We should remove this arbitrary restriction in MariaDB Server. |