summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorIngo Struewing <ingo.struewing@sun.com>2009-10-02 13:27:48 +0200
committerIngo Struewing <ingo.struewing@sun.com>2009-10-02 13:27:48 +0200
commitc2e1614814fcb80740f631d46a5679dd79a44d28 (patch)
tree2abe30b77ac2a2ce2e50173dc413ee879d722c3a /mysql-test/mysql-test-run.pl
parent0c522f74530901e90b4dffecd104eebbae3ab1b0 (diff)
parent5903c1e94c1679ca092c351a1a9723cc2eaf0eee (diff)
downloadmariadb-git-c2e1614814fcb80740f631d46a5679dd79a44d28.tar.gz
auto-merge
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
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;
}
# ----------------------------------------------------