[MDEV-32917] Documentation - no easy way to determine deprecated/removed variables Created: 2023-11-30 Updated: 2023-12-11 Resolved: 2023-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Phil Sumner | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
There is a page for Added system variables by release, but nothing for removed. To determine what was removed without testing/looking for errors in logs, you have to trawl either the various System Variables pages split by section (server, InnoDB, ....) or trawl the release notes searching for "removed: " or "deprecated: ". https://mariadb.com/kb/en/system-and-status-variables-added-by-major-release/ |
| Comments |
| Comment by Ian Gilfillan [ 2023-12-11 ] |
|
The removed/deprecated variables are listed in the upgrade pages, for example https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/ I've also added links from the "System Variables Added" pages. |