1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
This commit is contained in:
He Zhenxing
2009-10-02 19:16:06 +08:00
parent d9286fbc22
commit 328dabf473

View File

@ -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=";
} }
# ---------------------------------------------------- # ----------------------------------------------------