mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix -Wformat and -Wnonnull-compare for WSREP
This commit is contained in:
@@ -4599,7 +4599,7 @@ bool select_create::send_eof()
|
||||
wsrep_start_transaction(thd, thd->wsrep_next_trx_id());
|
||||
}
|
||||
DBUG_ASSERT(thd->wsrep_trx_id() != WSREP_UNDEFINED_TRX_ID);
|
||||
WSREP_DEBUG("CTAS key append for trx: %lu thd %llu query %lld ",
|
||||
WSREP_DEBUG("CTAS key append for trx: %" PRIu64 " thd %llu query %lld ",
|
||||
thd->wsrep_trx_id(), thd->thread_id, thd->query_id);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user