mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Galera4
This commit is contained in:
committed by
Sergey Vojtovich
parent
382115b992
commit
36a2a185fe
@ -1860,7 +1860,7 @@ int Lex_input_stream::lex_one_token(YYSTYPE *yylval, THD *thd)
|
||||
else
|
||||
{
|
||||
#ifdef WITH_WSREP
|
||||
if (WSREP(thd) && version == 99997 && thd->wsrep_exec_mode == LOCAL_STATE)
|
||||
if (WSREP(thd) && version == 99997 && wsrep_thd_is_local(thd))
|
||||
{
|
||||
WSREP_DEBUG("consistency check: %s", thd->query());
|
||||
thd->wsrep_consistency_check= CONSISTENCY_CHECK_DECLARED;
|
||||
|
Reference in New Issue
Block a user