1
0
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:
Marko Mäkelä
2019-04-03 09:19:12 +03:00
parent 0dc442ac61
commit b896f60a73
7 changed files with 24 additions and 21 deletions

View File

@ -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());