Bug #95967 | Backwards ref scan does not perform late NULLs filtering | ||
---|---|---|---|
Submitted: | 25 Jun 2019 5:13 | Modified: | 23 Jul 2019 21:37 |
Reporter: | Manuel Ung | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 8.0.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Jun 2019 5:13]
Manuel Ung
[25 Jun 2019 12:21]
MySQL Verification Team
Hello Manuel, Thank you for the report and test case. With the provided test case not much difference noticed on 8.0.16 but if I increase rows then noticeable difference observed. regards, Umesh
[23 Jul 2019 21:37]
Jon Stephens
Documented fix in the MySQL 8.0.18 changelog, as follows: Late NULL filtering, to avoid index lookups if the lookup key has at least one NULL, was not performed for backwards index scans, although it was for forward index scans. Closed.