[MDEV-9707] MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table Created: 2016-03-10 Updated: 2016-04-20 Resolved: 2016-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery, Temporal Types |
| Affects Version/s: | 10.1.10, 5.5, 10.0, 10.1 |
| Fix Version/s: | 5.5.49, 10.0.25, 10.1.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dylan Su | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Recreate:
Output:
Problem: |
| Comments |
| Comment by Elena Stepanova [ 2016-03-10 ] | |||||||||||
|
Thanks for the report and the test case. Reproducible on current and older versions of 5.5, 10.0, 10.1. Not reproducible on MySQL 5.6. The problem was introduced by this commit:
|