summaryrefslogtreecommitdiff
path: root/sql/mdl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mdl.cc')
-rw-r--r--sql/mdl.cc2
1 files changed, 1 insertions, 1 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" :