I ran into a deadlock issue with MySQL 5.7 and it gave me a page number for the deadlock. I want to see things through and find out which other records could have been accessed at the same time to cause a deadlock.
Is it possible to find all of the records stored in a given INNODB_BUFFER_PAGE?
Is it possible to find all of the records stored in a given INNODB_BUFFER_PAGE?