[MDEV-21475] storage_engine system variable has been marked as deprecated in 5.5, but warnings not issued Created: 2020-01-14 Updated: 2020-03-13 Resolved: 2020-02-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Variables |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
storage_engine was marked as deprecated in 5.5, but only in the variable's description. To keep things consistent, mark storage_engine as a deprecated variable in 10.5 as well. Server code should make use of the new form in any case, as preparation. |