[MDEV-30593] The incorrect result of the WHERE condition that contains a negative integer boundary value. Created: 2023-02-07 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.5.16, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Zeng | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | not-10.3, not-10.4 | ||
| Description |
|
The processing result of the WHERE condition that contains a negative integer boundary value is incorrect. As a result, the query result is incorrect. For example,
The query result miss the -128. |
| Comments |
| Comment by Alice Sherepa [ 2023-02-08 ] | |||||||||||||||||||||||||||||||
|
Thanks! I repeated as described on 10.5-10.11, with Myisam/InnoDb. On 10.3,10.4 the result is correct
on 10.3-10.4:
|