[MDEV-30731] Deprecated variables are not consistently highlighted Created: 2023-02-27 Updated: 2023-09-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 11.0.1 |
| Fix Version/s: | 11.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Deprecated variables should ideally
This is only partially implemented. For example, of the variables marked as deprecated in the 11.0.1 release notes, innodb_file_per_table returns a warning when modified, but its description remains unmodified:
However, innodb_defragment_n_pages for example does neither:
The descriptions should be adjusted and a warning returned in all cases to alert users that these variables are deprecated. |
| Comments |
| Comment by Marko Mäkelä [ 2023-02-27 ] |
|
greenman, this is strange. The flag PLUGIN_VAR_DEPRECATED was set for both innodb_file_per_table and innodb_defragment_n_pages in the 11.0 release. I wonder if a consistent documentation string adjustment could be part of MDEV-28671. |
| Comment by Sergei Golubchik [ 2023-03-26 ] |
|
marko, yes, it should and will be |