WL#4441: LOCK_open: Remove requirement of mutex protecting thd->open_tables

Affects: Server-5.5   —   Status: Complete

Use thd->LOCK_ha_data to protect thd->open_tables, not LOCK_open.
There is no need to use LOCK_open for that (inspect the code).