[MDEV-30257] Value changed after adding DISTINCT [10.3.12, 10.11.1] Created: 2022-12-17 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.3.12, 10.11.1 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | qaqcatz | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | DISTINCT, datetime | ||
| Environment: |
ubuntu 18.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
Description:
However, the value -200412310000 changed to -2147483648 after adding DISTINCT, seems like a logical bug:
How to repeat:
Hope these can be helpful for your debugging:
|
| Comments |
| Comment by Sergei Golubchik [ 2023-01-09 ] |
|
likely related to MDEV-30250, let's retest after that |