[MDEV-9370] convert(-1, unsigned) returns different result with and without aggregate functions at neighborhood select item Created: 2016-01-06 Updated: 2022-12-15 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.3.13, 5.5, 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.1, 10.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Dylan Su | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Output:
Recreate:
Problem: |
| Comments |
| Comment by Elena Stepanova [ 2016-01-13 ] | |||||
|
Thanks for the report and the test case. Reproducible with InnoDB, while MyISAM works okay. In both queries, the same warning is produced:
Yet, the result is different as described above. Could not reproduce with MySQL 5.5, 5.6, 5.7. |