mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Post fix SEMISYNC_PLUGIN_OPT when semi-sync plugins are not found
This commit is contained in:
@ -1836,7 +1836,7 @@ sub environment_setup {
|
||||
{
|
||||
$ENV{'SEMISYNC_MASTER_PLUGIN'}= "";
|
||||
$ENV{'SEMISYNC_SLAVE_PLUGIN'}= "";
|
||||
$ENV{'SEMISYNC_PLUGIN_OPT'}="";
|
||||
$ENV{'SEMISYNC_PLUGIN_OPT'}="--plugin-dir=";
|
||||
}
|
||||
|
||||
# ----------------------------------------------------
|
||||
|
Reference in New Issue
Block a user