diff options
author | Peter Lieverdink <me@cafuego.net> | 2009-10-01 09:40:51 +1000 |
---|---|---|
committer | Peter Lieverdink <me@cafuego.net> | 2009-10-01 09:40:51 +1000 |
commit | cbaa5aaf47736f582faf8a9ed32eae285608c9fa (patch) | |
tree | 5c656ed6775e7df2a5ec849992eb44cd1e7049a8 /mysql-test/mysql-stress-test.pl | |
parent | 157fa0bb8d7e8b80b38a5fa41b0865d4f299d9e6 (diff) | |
download | mariadb-git-cbaa5aaf47736f582faf8a9ed32eae285608c9fa.tar.gz |
Typo fixes for "usefull" -> "useful".
Diffstat (limited to 'mysql-test/mysql-stress-test.pl')
-rwxr-xr-x | mysql-test/mysql-stress-test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-stress-test.pl b/mysql-test/mysql-stress-test.pl index 3061506da51..ff2566b1476 100755 --- a/mysql-test/mysql-stress-test.pl +++ b/mysql-test/mysql-stress-test.pl @@ -1100,7 +1100,7 @@ mysql-stress-test.pl --stress-basedir=<dir> --stress-suite-basedir=<dir> --serve they specified in the list file. --sleep-time=<time in seconds> - Delay between test execution. Could be usefull in continued testsing + Delay between test execution. Could be useful in continued testsing when one of instance of stress script perform periodical cleanup or recreating of some database objects @@ -1109,7 +1109,7 @@ mysql-stress-test.pl --stress-basedir=<dir> --stress-suite-basedir=<dir> --serve --check-tests-file Check file with list of tests. If file was modified it will force to - reread list of tests. Could be usefull in continued testing for + reread list of tests. Could be useful in continued testing for adding/removing tests without script interruption --mysqltest=/path/to/mysqltest binary |