WL#6326: InnoDB: fix index->lock contention

Status: Complete

The next problem to be solved for scalability of RW workload is index->lock
contention. The lock represents whole of the index tree structure. It can be
split into each block->lock in the tree.