diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-22 23:41:37 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-22 23:41:37 +0200 |
commit | 868d45c80fc2d205d636214e878850718fc62ebd (patch) | |
tree | ecf28714b746e1537d32ea12ce3bb29a1a4600e9 /mysql-test/mysql-test-run.pl | |
parent | dcf935a198af05c701f0d5f9cd0d574acae321ed (diff) | |
parent | 0b9bc329b037777c48668ae0045eee3acd637149 (diff) | |
download | mariadb-git-868d45c80fc2d205d636214e878850718fc62ebd.tar.gz |
merge from 5.1 of merge from 5.1-mtr
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 6c2ee4d66ea..83364db0eeb 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1796,7 +1796,7 @@ sub environment_setup { my $plugin_filename; if (IS_WINDOWS) { - $plugin_filename = "ha_example.dll"; + $plugin_filename = "ha_example.dll"; } else { |