Bug #104761 | CREATE TABLE Truncated incorrect DOUBLE value | ||
---|---|---|---|
Submitted: | 30 Aug 2021 3:14 | Modified: | 30 Aug 2021 12:30 |
Reporter: | Александр Ммммммм | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[30 Aug 2021 3:14]
Александр Ммммммм
[30 Aug 2021 12:30]
MySQL Verification Team
Hi Mr. Mmmmmm, Thank you for your bug report. However, this is not a bug. This is, actually, the expected behaviour. You are trying to compare an integer to string. In that case, as explained in our Manual, our server converts both values to the floating point type. Since 'aaa' can not be converted to the floating point, you get an error. Not a bug.