[MDEV-13729] Update always modifies the first timestamp column in a table. Created: 2017-09-04 Updated: 2017-09-05 Resolved: 2017-09-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | John Doughnut | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
windows x64 |
||
| Description |
|
Very surprising issue, reproduced in both mariadb 10.2 and mysql. Different ENGINE doesn't affect the result. Reproduce: SELECT * FROM ttt; ## OK, returns null 2017-01-01 00:00:00 2017-08-02 20:45:10 SELECT * FROM ttt; ## Returns 1 2017-09-04 14:14:28 2017-08-02 20:45:10 |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-09-04 ] | |||||||||||
|
Moved this from MCOL to MDEV as this does not appear to be a ColumnStore issue. | |||||||||||
| Comment by Alice Sherepa [ 2017-09-05 ] | |||||||||||
|
Hi John Doughnut,
|