Skip to content

Commit

Permalink
galera: post-fix after migrating changes from 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sysprg committed Nov 10, 2023
1 parent 6cfd2ba commit 9d8f659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/rpl_gtid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
thd->wsrep_ignore_table= false;
table->file->row_logging= 1; // replication requires binary logging
wsrep_start_trx_if_not_started(thd);
}
else
Expand Down

0 comments on commit 9d8f659

Please sign in to comment.