WL#3983: LOCK_open: no longer necessary for disk I/O (to read/write .frm files)

Affects: Server-6.x   —   Status: Assigned

Improve concurrency and throughput of the server by removing acquisitions of a
global mutex that has now become redundant (LOCK_open).

See also:
BUG#33948 performance issue when using sysbench benchmark on a multiple-core
system.
BUG#41158  DROP TABLE holds LOCK_open during unlink()
Close this bug when WL#3726/3983/4440/4441 are complete.
BUG#50589 "Server hang on a query evaluated using a temporary table"