[MDEV-12875] Wrong VIEW column data type for COALESCE(int_column) Created: 2017-05-23 Updated: 2017-05-27 Resolved: 2017-05-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Views |
| Affects Version/s: | 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Description |
|
Notice, the column data type is bigint. The expected data type is int, like in the table t1. |
| Comments |
| Comment by Alexander Barkov [ 2017-05-25 ] |
|
Pushed to bb-10.2-ext. Reporting 5 hours, as it took around 15 hours for a joint patch fixing 3 bugs:
|