Bug #117527 | Left-join produce wrong result | ||
---|---|---|---|
Submitted: | 20 Feb 7:44 | Modified: | 20 Feb 12:23 |
Reporter: | jinhui lai | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 9.2.0, 9.1.0 | OS: | Ubuntu (22.04) |
Assigned to: | CPU Architecture: | x86 |
[20 Feb 7:44]
jinhui lai
[20 Feb 12:23]
MySQL Verification Team
Hi Mr. lai, Thank you for your bug report. However, this is not a bug. Results that you got are totally correct, since you inserted floating point value into an integer, used a hash index and used COALESCE() function. This is all explained in our Reference Manual. Not a bug.