percona-server
percona-server copied to clipboard
PS-9462: The trx_sys->max_trx_id maintained during the startup phase of InnoDB may be incorrect
- 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.
- 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.