[MDEV-29259] Comparison semantic of int = string changes with creation of an index Created: 2022-08-05 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.4.24, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrei Lurie | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Per: https://mariadb.com/kb/en/type-conversion/ We use 10.4.24 but same occurs on 10.6.5. Example:
P.S.
|
| Comments |
| Comment by Alice Sherepa [ 2022-08-08 ] | ||||||||||
|
Thanks for the report! | ||||||||||
| Comment by Alexander Barkov [ 2022-08-18 ] | ||||||||||
Versions prior to 10.3.36 compared INT=STRING as DOUBLE. MariaDB-10.3.36 returns the following warning:
Notice "incorrect DECIMAL" in the warning. |