row0sel.c Fix a bug in consistent read through secondary key

innobase/row/row0sel.c:
  Fix a bug in consistent read through secondary key
This commit is contained in:
unknown 2001-05-09 23:06:52 +03:00
parent f1eb3ce33b
commit 50d5bb5bbf

View File

@ -2700,8 +2700,10 @@ rec_loop:
goto next_rec;
}
rec = clust_rec;
if (prebuilt->need_to_access_clustered) {
rec = clust_rec;
}
}
/* We found a qualifying row */