MySQL 8.0 : Data Locking Visibility
![](https://i0.wp.com/lefred.be/wp-content/uploads/2018/03/mysql_pfs.png?fit=400%2C267&ssl=1)
With MySQL 8.0, engineers improved the visibility of data locking. Usually it was not that easy to deal with the output of SHOW ENGINE INNODB STATUS and mixing Information_Schema tables like INNODB_LOCKS and INNODB_LOCK_WAITS. So in MySQL 8.0 we instrument…