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

MDEV-7962: Fix cmake WITH_WSREP=OFF

commit d467bb7e accidentally
broke the build without WSREP, by misplacing an #endif.
parent 3f65ce57
......@@ -4494,8 +4494,8 @@ innobase_commit_low(
#ifdef WITH_WSREP
if (is_wsrep) {
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