[MDEV-7608] InnoDB Buffer Pool initialized even if server won't start because of unknown variables Created: 2015-02-18 Updated: 2015-02-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If my.cnf contains a mistyped variable, MariaDB will not start and the error will be correctly reported in the error log. But before mysqld terminates, the InnoDB Buffer Pool will be initialized. This is annoying, because the initialization can take time. I understand that MariaDB cannot validate options before loading plugins, but could the Buffer Pool initialization be deferred until options validation? |