diff options
author | Ingo Struewing <ingo.struewing@sun.com> | 2009-10-02 13:27:48 +0200 |
---|---|---|
committer | Ingo Struewing <ingo.struewing@sun.com> | 2009-10-02 13:27:48 +0200 |
commit | c2e1614814fcb80740f631d46a5679dd79a44d28 (patch) | |
tree | 2abe30b77ac2a2ce2e50173dc413ee879d722c3a /mysql-test/mysql-test-run.pl | |
parent | 0c522f74530901e90b4dffecd104eebbae3ab1b0 (diff) | |
parent | 5903c1e94c1679ca092c351a1a9723cc2eaf0eee (diff) | |
download | mariadb-git-c2e1614814fcb80740f631d46a5679dd79a44d28.tar.gz |
auto-merge
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 da94f02fb27..647f9bb646b 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1814,7 +1814,7 @@ sub environment_setup { ($lib_example_plugin ? dirname($lib_example_plugin) : ""); $ENV{'HA_EXAMPLE_SO'}="'".$plugin_filename."'"; - $ENV{'EXAMPLE_PLUGIN_LOAD'}="--plugin_load=;EXAMPLE=".$plugin_filename.";"; + $ENV{'EXAMPLE_PLUGIN_LOAD'}="--plugin_load=EXAMPLE=".$plugin_filename; } # ---------------------------------------------------- |