Fixed assert in WSREP if one started with --wsrep_provider=..
This commit is contained in:
parent
85f3ed5f8b
commit
b332ffc1af
@ -3814,7 +3814,7 @@ mysql_execute_command(THD *thd)
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
/* Check wsrep_mode rules before command execution. */
|
||||
if (WSREP(thd) &&
|
||||
if (WSREP_NNULL(thd) &&
|
||||
wsrep_thd_is_local(thd) && !wsrep_check_mode_before_cmd_execute(thd))
|
||||
goto error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user