WL#6671: Improve scalability by not using thr_lock.c locks for InnoDB tables

Affects: Server-Prototype Only   —   Status: Complete

Improve scalability by not using thr_lock.c locks for InnoDB tables
(this task is mostly about avoiding calls to thr_lock.c code/locking
THR_LOCK::mutex with minimal changes to SE API and locking code on
SQL-layer).

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

http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-5.html

http://dev.mysql.com/doc/refman/5.7/en/metadata-locking.html
(mentions new locking behavior re: LOCK TABLES ... READ)