Loading BitKeeper/etc/logging_ok +1 −0 Original line number Diff line number Diff line jani@janikt.pp.saunalahti.fi heikki@donna.mysql.fi innobase/row/row0sel.c +2 −2 Original line number Diff line number Diff line Loading @@ -2207,7 +2207,7 @@ row_sel_get_clust_rec_for_mysql( visit through secondary index records that would not really exist in our snapshot. */ if ((old_vers || rec_get_deleted_flag(rec)) if (clust_rec && (old_vers || rec_get_deleted_flag(rec)) && !row_sel_sec_rec_is_for_clust_rec(rec, sec_index, clust_rec, clust_index)) { clust_rec = NULL; Loading Loading
BitKeeper/etc/logging_ok +1 −0 Original line number Diff line number Diff line jani@janikt.pp.saunalahti.fi heikki@donna.mysql.fi
innobase/row/row0sel.c +2 −2 Original line number Diff line number Diff line Loading @@ -2207,7 +2207,7 @@ row_sel_get_clust_rec_for_mysql( visit through secondary index records that would not really exist in our snapshot. */ if ((old_vers || rec_get_deleted_flag(rec)) if (clust_rec && (old_vers || rec_get_deleted_flag(rec)) && !row_sel_sec_rec_is_for_clust_rec(rec, sec_index, clust_rec, clust_index)) { clust_rec = NULL; Loading