--- a/sql/wsrep_check_opts.cc
|
+++ b/sql/wsrep_check_opts.cc
|
@@ -335,7 +335,7 @@ check_opts (int const argc, const char* const argv[], struct opt opts[])
|
if (!strcasecmp(opts[BIND_ADDRESS].value, "127.0.0.1") ||
|
!strcasecmp(opts[BIND_ADDRESS].value, "localhost"))
|
{
|
- WSREP_ERROR ("wsrep_sst_method is set to 'mysqldump' yet "
|
+ WSREP_WARN ("wsrep_sst_method is set to 'mysqldump' yet "
|
"mysqld bind_address is set to '%s', which makes it "
|
"impossible to receive state transfer from another "
|
"node, since mysqld won't accept such connections. "
|
@@ -343,7 +343,7 @@ check_opts (int const argc, const char* const argv[], struct opt opts[])
|
"set bind_address to allow mysql client connections "
|
"from other cluster members (e.g. 0.0.0.0).",
|
opts[BIND_ADDRESS].value);
|
- rcode = EINVAL;
|
+// rcode = EINVAL;
|
}
|
}
|