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:
@ -2051,10 +2051,7 @@ sub environment_setup {
|
|||||||
read_plugin_defs("include/plugin.defs");
|
read_plugin_defs("include/plugin.defs");
|
||||||
|
|
||||||
# Simplify reference to semisync plugins
|
# 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
|
# Valgrind need to be run with debug libraries otherwise it's almost
|
||||||
|
Reference in New Issue
Block a user