Commit 1ed98782 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-22452: Fix cmake -DWITH_WSREP=OFF

commit 5e7e7153 accidentally
broke the build without WSREP, by misplacing an #endif.
parent 50f3a38e
...@@ -4383,8 +4383,8 @@ innobase_commit_low( ...@@ -4383,8 +4383,8 @@ innobase_commit_low(
#ifdef WITH_WSREP #ifdef WITH_WSREP
if (is_wsrep) { if (is_wsrep) {
thd_proc_info(thd, tmp); thd_proc_info(thd, tmp);
#endif /* WITH_WSREP */
} }
#endif /* WITH_WSREP */
} }
/*****************************************************************//** /*****************************************************************//**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment