[MDEV-8576] Bootstrap should ignore --enforce-storage-engine option Created: 2015-08-07 Updated: 2022-11-22 Resolved: 2015-09-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Sprint: | 10.1.8-2 | ||||||||||||||||||||||||
| Description |
|
Currently if the server config file has enforce-storage-engine option, bootstrap would use it for system tables; but we are not ready for that yet, so it will fail badly. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-08-08 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-August/008240.html |
| Comment by Sergei Golubchik [ 2015-09-13 ] |
|
I don't think this needs any fixes in the server. mysql_install_db can disable enforce-storage-engine from the server's command line.
It should be disabled either with --enforce-storage-engine="" or --disable-enforce-storage-engine or, may be, both should work. |
| Comment by Jan Lindström (Inactive) [ 2015-09-16 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-September/008402.html |
| Comment by Jan Lindström (Inactive) [ 2015-09-16 ] |
|
commit 173e48695031ef17c69957751539060a0df1d6c7 Allow enforce-storage-engine="" option and use that on mysql_install_db |