[MDEV-18650] Options deprecated in previous versions Created: 2019-02-19 Updated: 2020-03-13 Resolved: 2020-02-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration |
| Fix Version/s: | 10.5.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
According to the KB as of 2019-02-19, at least the following options / variables have been deprecated, but not mentioned as removed:
At some point, a cleanup needs to be done: either we should remove them, or we should introduce a concept of eternal deprecation, when an option/variable is accepted on startup (with a warning), but is otherwise ignored – cannot be seen or set or used at runtime. |
| Comments |
| Comment by Federico Razzoli [ 2019-04-15 ] |
|
A search for "unused" in this page reveals more variables (not sure if they were ever used): |
| Comment by Marko Mäkelä [ 2019-05-22 ] |
|
|
| Comment by Marko Mäkelä [ 2019-05-22 ] |
|
f_razzoli, thank you. The following ‘unused’ variables look like candidates for removal:
|
| Comment by Marko Mäkelä [ 2020-01-02 ] |
|
We might want to check if any of these parameters are ‘popular’, that is, they have been part of default or sample configuration files of GNU/Linux distributions. In The cleanup has already been completed in the InnoDB storage engine of MariaDB 10.5, except for the XtraDB-related deprecated parameters that were added to 10.2.6 in |
| Comment by Sergei Golubchik [ 2020-01-14 ] |
|
cvicentiu see https://github.com/MariaDB/server/commit/8884d99f89b5f4e7b9c0847a80adfda2994e9178 and https://github.com/MariaDB/server/commit/4d8d04c3617da1ed3acd4cb193a0880b6a5b5488 I'm not going to push them into 10.5, as the second needs changes to tests and it'll conflict with your changes. But I suppose you can push them |
| Comment by Vicențiu Ciorbaru [ 2020-01-16 ] |
|
serg Cherry-picked and incorporated into the work for this MDEV. |