[MCOL-150] FROM_DAYS() incorrect return 0000-00-00 for some numeric data types Created: 2016-06-17 Updated: 2016-09-13 Resolved: 2016-09-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.0.1 |
| Fix Version/s: | 1.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 1.0.3 |
| Description |
|
Build tested: mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) The following statements should return a valid date when the column value is possible. mysql> select cidx, CDECIMAL4, FROM_DAYS(CDECIMAL4) from datatypetestm order by cidx
-----
----- select cidx, CDECIMAL4, FROM_DAYS(CDECIMAL4) from datatypetestm order by cidx cidx CDECIMAL4 FROM_DAYS(CDECIMAL4) cidx CDECIMAL5 FROM_DAYS(CDECIMAL5) -------------- cidx CDECIMAL9_2 FROM_DAYS(CDECIMAL9_2) cidx CSMALLINT FROM_DAYS(CSMALLINT) |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2016-06-18 ] |
| Comment by Andrew Hutchings (Inactive) [ 2016-09-09 ] |
|
I can't reproduce this with the latest develop tree. I think I fixed it in one of my previous date handling fixes. |
| Comment by Dipti Joshi (Inactive) [ 2016-09-09 ] |
|
dleeyh Please test and close |
| Comment by Andrew Hutchings (Inactive) [ 2016-09-09 ] |
|
For notes, this would have been fixed as part of my |
| Comment by Daniel Lee (Inactive) [ 2016-09-13 ] |
|
Build verified: mscadmin> getsoft Name : mariadb-columnstore-platform |