Skip to content

Commit c3fdfbd

Browse files
committed
MDEV-31413: post-fix for 10.5+ (galera_restart_replica test failures)
1 parent e0c6578 commit c3fdfbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mysql-test/suite/galera/t/galera_restart_replica.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# The galera/galera_2node_slave.cnf describes the setup of the nodes
55
#
6-
--source include/big_test.inc
76
--source include/force_restart.inc
87
--source include/galera_cluster.inc
8+
--source include/have_innodb.inc
99
--source include/have_sequence.inc
1010

1111
# As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it

sql/rpl_gtid.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id,
703703
if (WSREP_ON_ && wsrep_thd_is_local(thd))
704704
{
705705
thd->wsrep_ignore_table= false;
706+
table->file->row_logging= 1; // replication requires binary logging
706707
wsrep_start_trx_if_not_started(thd);
707708
}
708709
else

0 commit comments

Comments
 (0)