Commit 2b74a5b2 authored by Jan Lindström's avatar Jan Lindström

Fix compile error on Windows.

parent 1ad3db8a
......@@ -5598,6 +5598,7 @@ int mysqld_main(int argc, char **argv)
if (Events::init((THD*) 0, opt_noacl || opt_bootstrap))
unireg_abort(1);
#ifdef WITH_WSREP
if (WSREP_ON)
{
if (opt_bootstrap)
......@@ -5617,6 +5618,7 @@ int mysqld_main(int argc, char **argv)
wsrep_create_appliers(wsrep_slave_threads - 1);
}
}
#endif /* WITH_WSREP */
if (opt_bootstrap)
{
......
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