Bug #112378 | Incorrect result | ||
---|---|---|---|
Submitted: | 19 Sep 2023 2:03 | Modified: | 24 Sep 2023 0:57 |
Reporter: | Doris Li | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 8.0.28 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 Sep 2023 2:03]
Doris Li
[19 Sep 2023 11:58]
MySQL Verification Team
Hi Mrs Li, Thank you for your bug report. However, we were not been able to repeat it with latest 8.0 and 8.1. We have got the same results for both variants of the optimizer_switch: Level Code Message Warning 1292 Truncated incorrect DOUBLE value: 'Author 1' Warning 1292 Truncated incorrect DOUBLE value: 'Author 2' Warning 1292 Truncated incorrect DOUBLE value: 'Author 5' Level Code Message Warning 1292 Truncated incorrect DOUBLE value: 'Author 1' Warning 1292 Truncated incorrect DOUBLE value: 'Author 2' Warning 1292 Truncated incorrect DOUBLE value: 'Author 5' Unlike your tests , here both queries produced zero results and exactly the same warnings. It is expected behaviour that you can not expect to get a DOUBLE value from "Author X". Do note that DOUBLE values are used in expressions in some cases when a common denominator is required. Can't repeat.
[24 Sep 2023 0:57]
Doris Li
I run my test case on the docker, you may should try it again on the docker version of Mysql 8.0.28.
[25 Sep 2023 11:01]
MySQL Verification Team
Hi, We do not make special Docker versions of our product. But, we do test with latest releases and your release is not latest available.