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:
parent
f1eb3ce33b
commit
50d5bb5bbf
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user