mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix compiler warnings on gcc 6.x.
This commit is contained in:
@ -207,7 +207,7 @@ extern wsrep_seqno_t wsrep_locked_seqno;
|
||||
strcmp(wsrep_provider, WSREP_NONE))
|
||||
|
||||
#define WSREP(thd) \
|
||||
(WSREP_ON && wsrep && (thd && thd->variables.wsrep_on))
|
||||
(WSREP_ON && wsrep && (thd->variables.wsrep_on))
|
||||
|
||||
#define WSREP_CLIENT(thd) \
|
||||
(WSREP(thd) && thd->wsrep_client_thread)
|
||||
|
Reference in New Issue
Block a user