-
Sergey Glukhov authored
In QUICK_GROUP_MIN_MAX_SELECT::get_next, any error returned by index read is treated as 'record is not found'. Errors which are different from HA_ERR_END_OF_FILE or HA_ERR_KEY_NOT_FOUND should stop further index read operations. The fix: stop further index read operations if returned error is different from HA_ERR_END_OF_FILE or HA_ERR_KEY_NOT_FOUND. Reviewed-by:
Chaithra Gopalareddy <chaithra.gopalareddy@oracle.com>
Sergey Glukhov authoredIn QUICK_GROUP_MIN_MAX_SELECT::get_next, any error returned by index read is treated as 'record is not found'. Errors which are different from HA_ERR_END_OF_FILE or HA_ERR_KEY_NOT_FOUND should stop further index read operations. The fix: stop further index read operations if returned error is different from HA_ERR_END_OF_FILE or HA_ERR_KEY_NOT_FOUND. Reviewed-by:
Chaithra Gopalareddy <chaithra.gopalareddy@oracle.com>
Loading