Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PS-9462: The trx_sys->max_trx_id maintained during the startup phase …
…of InnoDB may be incorrect. 1. Reading max_trx_id from page [0,5] may before page application. In this way, the read max_trx_id may be smaller than the true value. 2. This may cause the trx_id in the data record to be greater than trx_sys->max_trx_id. In the debug version, it will crash in ReadView::check_trx_id_sanity.
- Loading branch information