[MDEV-11840] InnoDB: "Cannot open <ib_buffer_pool file>" should not be an error Created: 2017-01-19 Updated: 2017-04-06 Resolved: 2017-04-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In InnoDB 5.7 innodb_buffer_pool_load_at_startup has become ON by default. Now InnoDB produces an error when it starts and doesn't find the dump of the buffer pool.
It can happen, for example, on upgrade from a previous version. |
| Comments |
| Comment by Marko Mäkelä [ 2017-04-04 ] |
|
The buffer pool dump/load messages are reported via a wrapper function that uses only two values, mapping to NOTE and ERROR. I agree that inability to open a dump file for reading should not be reported as an error. Because we cannot easily report warnings, I’d make it a note. |