MDEV-17062: Fix a typo in an error message
This commit is contained in:
parent
57ec527841
commit
259185764b
@ -100,9 +100,7 @@ static bool create_wsrep_THD(Wsrep_thd_args* args, bool mutex_protected)
|
|||||||
start_wsrep_THD, (void*)args);
|
start_wsrep_THD, (void*)args);
|
||||||
|
|
||||||
if (res)
|
if (res)
|
||||||
{
|
WSREP_ERROR("Can't create wsrep thread");
|
||||||
WSREP_ERROR("Canät create wsrep thread");
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if starting a thread on server startup, wait until the this thread's THD
|
if starting a thread on server startup, wait until the this thread's THD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user