Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] The trx->max_trx_id maintained in trx_sys_init_at_db_start d…
…uring 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. jira: https://perconadev.atlassian.net/browse/DISTMYSQL-462
- Loading branch information