[MDEV-11331] Wrong result for INSERT INTO t1 (datetime_field) VALUES (hybrid_function_of_TIME_data_type) Created: 2016-11-22 Updated: 2017-04-07 Resolved: 2016-11-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Temporal Types |
| Affects Version/s: | 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||||||
| Description |
|
This result is wrong. The expected result would be 2016-11-22 10:20:30 for both values. The same problem is repeatable in this script:
The second and the third rows look wrong. |
| Comments |
| Comment by Alexander Barkov [ 2016-11-25 ] |
|
Fixed in a join patch for |