Back-ported the fix for bug #12831587 from mysql-5.6 code line.
The comment for the fix commit says: Due to the changes required by ICP we first copy a row from the InnoDB format to the MySQL row buffer and then copy it to the pre-fetch queue. This was done for the non-ICP code path too. This change removes the double copy for the latter.
Showing
Please register or sign in to comment