Skip to content

Commit

Permalink
Pass proper BF seqno for TOI transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-protivensky committed Dec 2, 2024
1 parent 3b9aa17 commit a6b78f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/wsrep_thd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static bool wsrep_bf_abort_low(THD *bf_thd, THD *victim_thd)
};);
#endif

wsrep::seqno bf_seqno(bf_thd->wsrep_trx().ws_meta().seqno());
wsrep::seqno bf_seqno(wsrep_thd_trx_seqno(bf_thd));
bool ret;

{
Expand Down

0 comments on commit a6b78f7

Please sign in to comment.