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
@ -2701,8 +2701,10 @@ rec_loop:
|
|||||||
goto next_rec;
|
goto next_rec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (prebuilt->need_to_access_clustered) {
|
||||||
rec = clust_rec;
|
rec = clust_rec;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* We found a qualifying row */
|
/* We found a qualifying row */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user