WL#8960: InnoDB: Partial Fetch and Update of BLOB

Affects: Server-8.0   —   Status: Complete

Clustered index records can contain externally stored fields or large
objects (LOB), which are stored outside of the clustered index pages.
These LOBs are always operated in full.  Either the full LOB is read
or the full LOB is modified.  This means that even if there is a need
to fetch only a few bytes from an LOB, the complete LOB must be read.
Likewise, even to modify a small portion of an LOB, the complete LOB
must be modified.

This worklog provides the following:

*  Fetch a small portion of LOB.
*  Modify a small portion of LOB.