[MDEV-15044] sst use of mysqld --default* options, sst script enhancements, mtr tests Created: 2018-01-24 Updated: 2021-05-13 Resolved: 2018-02-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.34-galera, 10.1.31, 10.2.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Description |
|
group processing by parse_cnf (aka my_print_defaults) resulted in sst scripts fetching potentially a different set of settings than what the mysqld was running. Replace a lot of group mysqld with --mysqld to be more accurate and now default-group-suffix and --defaults-file-extra a parse though like in 10.1. Fix a few unnecessary use of grep/cut/tail for string processing. |