Loading innobase/row/row0sel.c +4 −2 Original line number Diff line number Diff line Loading @@ -2701,8 +2701,10 @@ row_search_for_mysql( goto next_rec; } if (prebuilt->need_to_access_clustered) { rec = clust_rec; } } /* We found a qualifying row */ Loading Loading
innobase/row/row0sel.c +4 −2 Original line number Diff line number Diff line Loading @@ -2701,8 +2701,10 @@ row_search_for_mysql( goto next_rec; } if (prebuilt->need_to_access_clustered) { rec = clust_rec; } } /* We found a qualifying row */ Loading