[MDEV-12866] Out-of-range error with CREATE..SELECT..TO_SECONDS(NOW()) Created: 2017-05-22 Updated: 2017-05-27 Resolved: 2017-05-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Temporal Types |
| 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 | ||
| Issue Links: |
|
||||||||
| Description |
|
The problem is in this code:
max_length is set to a too small value, which makes it create an INT rather than BIGINT column. |
| Comments |
| Comment by Alexander Barkov [ 2017-05-27 ] |
|
Pushed into bb-10.2-ext |