diff options
Diffstat (limited to 'sql/wsrep_hton.cc')
-rw-r--r-- | sql/wsrep_hton.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_hton.cc b/sql/wsrep_hton.cc index 6e0fc11bfda..1b8853e996e 100644 --- a/sql/wsrep_hton.cc +++ b/sql/wsrep_hton.cc @@ -133,7 +133,6 @@ void wsrep_post_commit(THD* thd, bool all) /* Non-InnoDB statements may have populated events in stmt cache => cleanup */ - WSREP_DEBUG("cleanup transaction for LOCAL_STATE: %s", thd->query()); wsrep_cleanup_transaction(thd); break; } |