Files
tidb/cmd
tiancaiamao 77c7875eb2 cmd/explaintest: fix a misleading error message (#14720)
if tidb is not setup, run ./explain_test the error message should be
    "dial tcp 127.0.0.1:4001: connect: connection refused"
However, this err is overwrite and the final message is
    "executing drop DB test failed"
2020-02-12 09:45:26 +08:00
..