Commit c3fdfbdb authored by Julius Goryavsky's avatar Julius Goryavsky

MDEV-31413: post-fix for 10.5+ (galera_restart_replica test failures)

parent e0c65784
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
# #
# The galera/galera_2node_slave.cnf describes the setup of the nodes # The galera/galera_2node_slave.cnf describes the setup of the nodes
# #
--source include/big_test.inc
--source include/force_restart.inc --source include/force_restart.inc
--source include/galera_cluster.inc --source include/galera_cluster.inc
--source include/have_innodb.inc
--source include/have_sequence.inc --source include/have_sequence.inc
# As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it # As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it
......
...@@ -703,6 +703,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id, ...@@ -703,6 +703,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id,
if (WSREP_ON_ && wsrep_thd_is_local(thd)) if (WSREP_ON_ && wsrep_thd_is_local(thd))
{ {
thd->wsrep_ignore_table= false; thd->wsrep_ignore_table= false;
table->file->row_logging= 1; // replication requires binary logging
wsrep_start_trx_if_not_started(thd); wsrep_start_trx_if_not_started(thd);
} }
else else
......
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