mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Post fix SEMISYNC_PLUGIN_OPT when semi-sync plugins are not found
This commit is contained in:
parent
15c63309d4
commit
04c6e8ff07
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
}
|
||||
|
||||
# ----------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue