[MDEV-8219] enforce_storage_engine cannot be set globally Created: 2015-05-25 Updated: 2015-06-26 Resolved: 2015-06-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Affects Version/s: | 10.1.4 |
| Fix Version/s: | 10.1.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.6-1 | ||||||||
| Description |
|
I truly hope it's an oversight, although from the last comment to |
| Comments |
| Comment by Elena Stepanova [ 2015-05-25 ] |
|
I decreased the priority because it turned out it can be set as a server startup option (it was not obvious right away due to Please also document it as a server option, currently it's not there: https://mariadb.com/kb/en/mariadb/full-list-of-mariadb-options-system-and-status-variables/ |
| Comment by Jan Lindström (Inactive) [ 2015-06-09 ] |
|
This was intentional and now you can also use server option. What would be reasoning to be able to set it dynamically as server wide setting ? |
| Comment by Elena Stepanova [ 2015-06-09 ] |
|
> What would be reasoning to be able to set it dynamically as server wide setting? Same as usual: changing (fixing) configuration without having to restart the server, it's important for many production setups, people tend to complain about not being able to change something at runtime. Generally, I expect a variable to be static only if making it dynamic causes potential troubles or makes the logic more complicated. If that's the case here, please by all means close it as "won't fix", otherwise maybe you'll re-consider. |
| Comment by Jan Lindström (Inactive) [ 2015-06-23 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-June/008080.html |
| Comment by Jan Lindström (Inactive) [ 2015-06-26 ] |
|
commit d535728165acb2eb55140bb70fa44c458d1ccc06 Change session only variable enforce_storage_engine to be |