[MCOL-76] TIMESTAMPADD() and TIMESTAMPDIFF() returned syntax error when FRAC_SECOND is used Created: 2016-05-23 Updated: 2016-05-31 Resolved: 2016-05-31 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: getcalpontsoftwareinfo Mon May 23 15:52:13 2016 Name : infinidb-platform Relocations: (not relocatable) The issue was identified by Autopilot's functions test: MariaDB [mytest]> select cidx, CDATE, TIMESTAMPADD(FRAC_SECOND,5,CDATE) from datatypetestm order by cidx; |
| Comments |
| Comment by David Hall (Inactive) [ 2016-05-24 ] |
|
FRAC_SECOND is no longer supported by any flavor of mysql. We will not be supporting it from now on. All references to FRAC_SECOND should be changed to MICROSECOND. |
| Comment by Dipti Joshi (Inactive) [ 2016-05-31 ] |
|
dleeyh Can you update your test cases in Auto Pilot and retest this ? |
| Comment by Daniel Lee (Inactive) [ 2016-05-31 ] |
|
Build verified: getsoftwareinfo Tue May 31 10:30:28 2016 Name : mariadb-columnstore-platform Relocations: (not relocatable) Replace FRAC_SECOND with MICROSECOND in Autopilot test cases. Also tested MICROSECOND in Columnstore. |