mirror of
https://github.com/MariaDB/server.git
synced 2025-03-04 18:24:16 +01: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:
parent
a27de19468
commit
add4385d8d
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue