Bug #112147 | Use/Ignore Mutil-value index for MEMBER OF function has differnet result | ||
---|---|---|---|
Submitted: | 23 Aug 2023 2:58 | Modified: | 23 Aug 2023 7:00 |
Reporter: | Shenghui Wu | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: JSON | Severity: | S3 (Non-critical) |
Version: | 8.0.34 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[23 Aug 2023 2:58]
Shenghui Wu
[23 Aug 2023 7:00]
MySQL Verification Team
Hello Shenghui Wu, Thank you for the report and test case. Verified as described. regards, Umesh
[24 Aug 2023 7:31]
Roy Lyseng
Workaround: Use a proper DATE literal value, such as in select * from t ignore index(kj) where DATE'2010-10-10' member of(j);