diff options
author | Anel Husakovic <anel@mariadb.org> | 2019-11-29 15:50:40 +0100 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2019-11-29 15:50:50 +0100 |
commit | 3cb60ec2c305f0b0ab9c3680eb787f8dcd78e57b (patch) | |
tree | d50fab05676645cbb63cc9718bb5998bcc316e51 /mysql-test/mysql-test-run.pl | |
parent | 866e5c250e27e32cd295d84988ffdf7ae64503b2 (diff) | |
download | mariadb-git-3cb60ec2c305f0b0ab9c3680eb787f8dcd78e57b.tar.gz |
Update `stracer` description in `mtr`. `strace-client` is not used
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 8b9d91935bf..6d32e97d6b4 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -6530,7 +6530,7 @@ Options for strace client-strace Trace the "mysqltest". strace-option=ARGS Option to give strace, appends to existing options. stracer=<EXE> Specify name and path to the trace program to use. - Example: $0 --strace-client=ktrace. + Default is "strace". Example: $0 --stracer=ktrace. Misc options user=USER User for connecting to mysqld(default: $opt_user) |