1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #58841 Generalise handling of plugins in MTR mysql-test-run.pl script

Follow-up fix: mtr died if trying to run semisync test w/o the plugin
This commit is contained in:
Bjorn Munch
2011-01-12 14:17:54 +01:00
parent a27de19468
commit add4385d8d

View File

@ -2051,10 +2051,7 @@ sub environment_setup {
read_plugin_defs("include/plugin.defs");
# Simplify reference to semisync plugins
if ($ENV{'SEMISYNC_MASTER_PLUGIN'})
{
$ENV{'SEMISYNC_PLUGIN_OPT'}= $ENV{'SEMISYNC_MASTER_PLUGIN_OPT'};
}
$ENV{'SEMISYNC_PLUGIN_OPT'}= $ENV{'SEMISYNC_MASTER_PLUGIN_OPT'};
# --------------------------------------------------------------------------
# Valgrind need to be run with debug libraries otherwise it's almost