Commit 1ad3db8a authored by Jan Lindström's avatar Jan Lindström

Merge branch 'codership-10.5-MDEV-21598' into 10.5

parents 41bc7368 6aa78aca
...@@ -5609,9 +5609,9 @@ int mysqld_main(int argc, char **argv) ...@@ -5609,9 +5609,9 @@ int mysqld_main(int argc, char **argv)
wsrep_init_globals(); wsrep_init_globals();
if (!wsrep_before_SE()) if (!wsrep_before_SE())
{ {
wsrep_init_startup (false); wsrep_init_startup(false);
} }
wsrep_new_cluster= false;
WSREP_DEBUG("Startup creating %ld applier threads running %lu", WSREP_DEBUG("Startup creating %ld applier threads running %lu",
wsrep_slave_threads - 1, wsrep_running_applier_threads); wsrep_slave_threads - 1, wsrep_running_applier_threads);
wsrep_create_appliers(wsrep_slave_threads - 1); wsrep_create_appliers(wsrep_slave_threads - 1);
......
...@@ -752,7 +752,6 @@ void wsrep_init_globals() ...@@ -752,7 +752,6 @@ void wsrep_init_globals()
wsrep_get_binlog_gtid_seqno(gtid); wsrep_get_binlog_gtid_seqno(gtid);
wsrep_gtid_server.seqno(gtid.seqno); wsrep_gtid_server.seqno(gtid.seqno);
} }
wsrep_new_cluster= 0;
wsrep_init_schema(); wsrep_init_schema();
if (WSREP_ON) if (WSREP_ON)
{ {
......
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