WL#2475: Batched range read functions for MyISAM/InnoDB

Affects: Server-6.0   —   Status: Complete

This task is to implement batched range read functions for MyISAM and InnoDb 
engines.
The implementation shall optimize the batched index access of table rows for a 
sequence of disjoint ranges.
Eventually the functions has to be implemented according to specifications 
presented in WL#2474. But the first implementation should rather follow the 
interface of WL #2126 (this is a requirement of Monty).