This commit is contained in:
parent
472d66320d
commit
4f4f3a5e32
@ -833,19 +833,10 @@ bool wsrep_start_replication()
|
|||||||
wsrep_sst_donor,
|
wsrep_sst_donor,
|
||||||
bootstrap)))
|
bootstrap)))
|
||||||
{
|
{
|
||||||
if (-ESOCKTNOSUPPORT == rcode)
|
DBUG_PRINT("wsrep",("wsrep->connect(%s) failed: %d",
|
||||||
{
|
wsrep_cluster_address, rcode));
|
||||||
DBUG_PRINT("wsrep",("unrecognized cluster address: '%s', rcode: %d",
|
WSREP_ERROR("wsrep::connect(%s) failed: %d",
|
||||||
wsrep_cluster_address, rcode));
|
wsrep_cluster_address, rcode);
|
||||||
WSREP_ERROR("unrecognized cluster address: '%s', rcode: %d",
|
|
||||||
wsrep_cluster_address, rcode);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
DBUG_PRINT("wsrep",("wsrep->connect() failed: %d", rcode));
|
|
||||||
WSREP_ERROR("wsrep::connect() failed: %d", rcode);
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user