pt-variable-advisor should default to localhost
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Toolkit moved to https://jira.percona.com/projects/PT |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
$ ./pt-variable-
pt-variable-advisor 1.0.1
$ ./pt-variable-
Usage: pt-variable-advisor [OPTION...] [DSN]
Errors in command-line arguments:
* A DSN must be specified when --source-
pt-variable-advisor analyzes variables and advises on possible problems. For
more details, please use the --help option, or try 'perldoc
./pt-variable-
$ ./pt-variable-
# WARN delay_key_write: MyISAM index blocks are never flushed until necessary.
... (omitted) ...
A sane behavior would be to (as mysql client itself and most/all other Percona-Toolkit tools) default to the most useful case and examine the localhost.
tags: | added: pt-variable-advisor |
Changed in percona-toolkit: | |
importance: | Undecided → Wishlist |
I thought all the tools did already default to localhost. Obviously not. They should though.