Bug #117529 | Both right-join and inner-join produce wrong result | ||
---|---|---|---|
Submitted: | 20 Feb 8:54 | Modified: | 20 Feb 12:18 |
Reporter: | jinhui lai | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 9.2.0, 9.1.0 | OS: | Ubuntu (22.04) |
Assigned to: | CPU Architecture: | x86 |
[20 Feb 8:54]
jinhui lai
[20 Feb 12:18]
MySQL Verification Team
Hi Mr. lai, Thank you for your bug report. However, this is not a bug. The results that are obtained are 100 % correct, because table t1 is empty. Hence, second and third query return NULL from the first join. Not a bug.