diff options
author | msvensson@pilot.blaudden <> | 2007-04-02 10:17:29 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-04-02 10:17:29 +0200 |
commit | 9692592143875d26f655ca278405dec70a4cbdda (patch) | |
tree | cff6d6eae96cc27895e48ba98636137e150821b6 /mysql-test | |
parent | a5bc60f5594ff9417b51606bafdab07a766ac0c1 (diff) | |
download | mariadb-git-9692592143875d26f655ca278405dec70a4cbdda.tar.gz |
Fix spelling error
Diffstat (limited to 'mysql-test')
-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 57bd12f7b05..451bcc45347 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1959,7 +1959,7 @@ sub environment_setup () { # ---------------------------------------------------- my $cmdline_mysqlbinlog= mtr_native_path($exe_mysqlbinlog) . - "--no-defaults"; + " --no-defaults"; if (!$opt_extern && $mysql_version_id >= 50000 ) { $cmdline_mysqlbinlog .=" --character-sets-dir=$path_charsetsdir"; |