mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix -Wformat and -Wnonnull-compare for WSREP
This commit is contained in:
@ -4550,7 +4550,7 @@ public:
|
||||
{
|
||||
query_id= new_query_id;
|
||||
#ifdef WITH_WSREP
|
||||
if (WSREP(this))
|
||||
if (WSREP_NNULL(this))
|
||||
{
|
||||
set_wsrep_next_trx_id(query_id);
|
||||
WSREP_DEBUG("assigned new next trx id: %" PRIu64, wsrep_next_trx_id());
|
||||
|
Reference in New Issue
Block a user