[MDEV-26238] Remove inconsistent behaviour of --default-* options in my_print_defaults Created: 2021-07-26 Updated: 2023-07-18 Resolved: 2022-01-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 10.8.1 |
| Type: | Task | Priority: | Critical |
| Reporter: | Rucha Deodhar | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
-e, -g and -c is only used by my_print_defaults. Also, in my_print_defaults, --defaults* option is recognized anywhere in the commandline vs only at the beginning in other tools. Hence, the aim is to make options for my_print_defaults consistent with other tools. |
| Comments |
| Comment by Rucha Deodhar [ 2021-09-03 ] |
|
Patch: |
| Comment by Sergei Golubchik [ 2021-12-06 ] |
|
ee768a783aeb22f4f5dc is ok to push. |
| Comment by Rucha Deodhar [ 2021-12-14 ] |
|
Pushed to preview branch |