Commit 7dbc92c4 authored by He Zhenxing's avatar He Zhenxing

Post fix SEMISYNC_PLUGIN_OPT when semi-sync plugins are not found

mysql-test/mysql-test-run.pl:
  Set SEMISYNC_PLUGIN_OPT to '--plugin-dir=' when semi-sync plugins are not found
parent 917afcdc
...@@ -1836,7 +1836,7 @@ sub environment_setup { ...@@ -1836,7 +1836,7 @@ sub environment_setup {
{ {
$ENV{'SEMISYNC_MASTER_PLUGIN'}= ""; $ENV{'SEMISYNC_MASTER_PLUGIN'}= "";
$ENV{'SEMISYNC_SLAVE_PLUGIN'}= ""; $ENV{'SEMISYNC_SLAVE_PLUGIN'}= "";
$ENV{'SEMISYNC_PLUGIN_OPT'}=""; $ENV{'SEMISYNC_PLUGIN_OPT'}="--plugin-dir=";
} }
# ---------------------------------------------------- # ----------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment