summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorTatiana A. Nurnberg <azundris@mysql.com>2009-09-29 08:19:46 -0700
committerTatiana A. Nurnberg <azundris@mysql.com>2009-09-29 08:19:46 -0700
commit43c19040709a7114451f706370d796db3b385f8b (patch)
treedc130dad151edeb6f0ab5043db464a754a25eeb0 /mysql-test/mysql-test-run.pl
parent13e71d2f06993c07b5b45f8d1ea75e87c767fb2e (diff)
parent60eee477f44d30c8ddc3973e2cbbb285320977d9 (diff)
downloadmariadb-git-43c19040709a7114451f706370d796db3b385f8b.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 114b6c84aa3..5cae3e8258b 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1812,7 +1812,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;
}
# ----------------------------------------------------