Do not use page_cur_search_with_match_bytes() for comparing MIN_REC_FLAG
The 'default row' record (which is the only search tuple and the only leaf-page record that carries the REC_INFO_MIN_REC_FLAG) must be searched by using the conventional means. Do not slow down the search shortcut by taking the MIN_REC_FLAG into account.
Showing
Please register or sign in to comment