Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-35660 Assertion `trx->xid.is_null()' failed
The assertion fails during wsrep recovery step, in function innobase_rollback_by_xid(). The transaction's xid is normally cleared as part of lookup by xid, unless the transaction has a wsrep specific xid. This is a regression from MDEV-24035 (commit ddd7d5d) which removed the part clears xid before rollback for transaction with a wsrep specific xid.
- Loading branch information