diff options
author | Tatiana A. Nurnberg <azundris@mysql.com> | 2009-09-29 08:19:46 -0700 |
---|---|---|
committer | Tatiana A. Nurnberg <azundris@mysql.com> | 2009-09-29 08:19:46 -0700 |
commit | 43c19040709a7114451f706370d796db3b385f8b (patch) | |
tree | dc130dad151edeb6f0ab5043db464a754a25eeb0 /mysql-test/mysql-test-run.pl | |
parent | 13e71d2f06993c07b5b45f8d1ea75e87c767fb2e (diff) | |
parent | 60eee477f44d30c8ddc3973e2cbbb285320977d9 (diff) | |
download | mariadb-git-43c19040709a7114451f706370d796db3b385f8b.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 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; } # ---------------------------------------------------- |