Bug #109333 | query with/without index get different result | ||
---|---|---|---|
Submitted: | 11 Dec 2022 13:13 | Modified: | 13 Dec 2022 12:46 |
Reporter: | x j | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 8.0.31 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | json;multi-valued index |
[11 Dec 2022 13:13]
x j
[12 Dec 2022 9:42]
MySQL Verification Team
Hello x j, Thank you for the report and test case. regards, Umesh
[13 Dec 2022 12:46]
x j
May I know how you will fix this bug? change the json_contains function to make it return results including `1` or change the multi-valued index, and let it filter out the `1`. I will change my code according to the fix.