diff options
-rw-r--r-- | sql/mdl.cc | 2 | ||||
-rw-r--r-- | sql/wsrep_applier.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/mdl.cc b/sql/mdl.cc index 268a6621f65..b35a9a08e09 100644 --- a/sql/mdl.cc +++ b/sql/mdl.cc @@ -3030,7 +3030,7 @@ void MDL_ticket::wsrep_report(bool debug) { if (debug) { - WSREP_DEBUG("MDL ticket: type: %s space: %s db: %s name: %s", + WSREP_DEBUG("MDL ticket: type: %s space: %s db: %s name: %s (%s)", (get_type() == MDL_INTENTION_EXCLUSIVE) ? "intention exclusive" : ((get_type() == MDL_SHARED) ? "shared" : ((get_type() == MDL_SHARED_HIGH_PRIO ? "shared high prio" : diff --git a/sql/wsrep_applier.cc b/sql/wsrep_applier.cc index f1016dff902..8e9e8b5ca8d 100644 --- a/sql/wsrep_applier.cc +++ b/sql/wsrep_applier.cc @@ -100,7 +100,7 @@ static wsrep_cb_status_t wsrep_apply_events(THD* thd, if (!ev) { - WSREP_ERROR("applier could not read binlog event, seqno: %lld, len: %ld", + WSREP_ERROR("applier could not read binlog event, seqno: %lld, len: %zu", (long long)wsrep_thd_trx_seqno(thd), buf_len); rcode= 1; goto error; |