summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storage/innobase/handler/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index 2e4652cd4b0..07f5e9dd460 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -4161,8 +4161,8 @@ innobase_commit_low(
#ifdef WITH_WSREP
if (is_wsrep) {
thd_proc_info(thd, tmp);
-#endif /* WITH_WSREP */
}
+#endif /* WITH_WSREP */
}
/*****************************************************************//**