WL#6657: PERFORMANCE_SCHEMA, DATA LOCKS

Affects: Server-8.0   —   Status: Complete

Instrument data locks in the performance schema.

When transaction A is locking row R,
and transaction B is waiting on this very same row,
B is effectively blocked by A.

The instrumentation is to expose in performance_schema tables:
- which data is locked (R),
- who owns the lock (A),
- who waits for the data (B).


User Documentation
==================

* http://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html
* http://dev.mysql.com/doc/refman/8.0/en/data-locks-table.html
* http://dev.mysql.com/doc/refman/8.0/en/data-lock-waits-table.html
* http://dev.mysql.com/doc/refman/8.0/en/innodb-locks-table.html
* http://dev.mysql.com/doc/refman/8.0/en/innodb-lock-waits-table.html
* http://dev.mysql.com/doc/refman/8.0/en/sys-innodb-lock-waits.html
* http://dev.mysql.com/doc/refman/8.0/en/innodb-information-schema-transactions.html