diff options
author | kostja@bodhi.local <> | 2007-03-20 00:42:11 +0300 |
---|---|---|
committer | kostja@bodhi.local <> | 2007-03-20 00:42:11 +0300 |
commit | bdb10baec172fa2443f94b0f613a2c9d5e843017 (patch) | |
tree | 430ad1efea83b67994a7f31aab1a92c249366fb6 /mysql-test/mysql-test-run.pl | |
parent | e9fb4a686ff2d464e33902624d8425d379ef5016 (diff) | |
parent | 1812656d90f7d6d3db961500779c7ee8b8bea780 (diff) | |
download | mariadb-git-bdb10baec172fa2443f94b0f613a2c9d5e843017.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into bodhi.local:/opt/local/work/mysql-5.1-runtime
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 3e51bee7c8a..7a825af174a 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -902,7 +902,7 @@ sub command_line_setup () { # -------------------------------------------------------------------------- if ( $opt_with_ndbcluster and !$opt_bench) { - mtr_error("Can only use --with-ndbcluster togheter with --bench"); + mtr_error("Can only use --with-ndbcluster together with --bench"); } if ( $opt_ndbconnectstring ) |