[MDEV-21029] Incorrect result for expression with the <=> operator and IS NULL Created: 2019-11-11 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Manuel Rigger | Assignee: | Igor Babaev |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 19.04 |
||
| Issue Links: |
|
||||||||||||
| Description |
|
Hi everyone, On the latest trunk version (0308de9), I could observe a bug, as demonstrated by the following test case:
The expression seems to work correctly when it is used in a WHERE condition:
|
| Comments |
| Comment by Alice Sherepa [ 2019-11-14 ] | |||||||||||||||||||||||||
|
Thanks! Reproducible on MariaDB 5.5-10.4 (also the same way on Mysql 5.6-8.0.16)
| |||||||||||||||||||||||||
| Comment by Manuel Rigger [ 2019-11-14 ] | |||||||||||||||||||||||||
|
Thanks a lot for verifying the bug! |