[MDEV-392] MTR: skip-combinations option is declared in help, but is ignored Created: 2012-07-12 Updated: 2012-08-08 Resolved: 2012-08-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.25 |
| Fix Version/s: | 5.5.27 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tests | ||
| Description |
|
Before 5.5 (or possibly before MariaDB 5.3:
MariaDB 5.5 (revno 3462):
It's a good option, would be nice to have it back if possible. |
| Comments |
| Comment by Sergei Golubchik [ 2012-07-12 ] |
|
I've intentionally removed it in What exactly do you want to achieve with --skip-combinations option? |
| Comment by Elena Stepanova [ 2012-07-12 ] |
|
I expected it to be as simple as completely ignoring the combinations file and let the user or fate decide whether it contained mandatory parameters or optional ones. Like in the example above, ignore 3 binlog formats and run only once, with whatever server or MTR sets by default. That said, I don't insist on it, since it can be achieved by other means (hence the 'Trivial' priority). If it was intentional, lets just remove the option from usage printed by MTR, and from the list of options it reads and saves. Then, if somebody puts the option on the command line, it will be passed through to the server, and server will die of ignorance – which is also a bit confusing, but not as much as a declared but non-functional option, and the behavior will be consistent with other skip-<don't know what> options. |