[CP] fix range bug when in expr has and_next

This commit is contained in:
Larry955
2023-04-14 03:11:41 +00:00
committed by ob-robot
parent 6cb6adfa7e
commit 12bbc97943

View File

@ -6587,7 +6587,6 @@ int ObQueryRange::and_first_in_key(ObSearchState &search_state,
} else {
// reset search_state
search_state.depth_ = copy_depth;
search_state.max_exist_index_ = copy_max_exist_index;
search_state.produce_range_ = copy_produce_range;
}
} else if (copy_produce_range) {