TIME datatype is not supported
(MCOL-392)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | Sub-Task | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-08, 2018-09, 2018-10, 2018-11, 2018-12, 2018-13, 2018-14, 2018-15, 2018-16, 2018-17, 2018-18 |
| Description |
|
MariaDB [mytest]> create table t1 (c1 time) engine=columnstore; MariaDB [mytest]> insert into t1 values ('13:00:00'); MariaDB [mytest]> MariaDB [mytest]> select * from t1;
----------
---------- MariaDB [mytest]> drop table t1; MariaDB [mytest]> create table t1 (c1 time) engine=columnstore; MariaDB [mytest]> insert into t1 values ('13:00:00'); MariaDB [mytest]> select * from t1;
----------
---------- MariaDB [mytest]> select cidx, CTIME,SUBTIME(CTIME,'1 01:24:59') from datatypetestm where ADDTIME(CTIME,'1 01:24:59') =0; MariaDB [mytest]> select cidx, CTIME,SUBTIME(CTIME,'1 01:24:59') from datatypetestm where SUBTIME(CTIME,'1 01:24:59') =0; It hung here The same query with "<0" or ">0" also hung. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-04 ] |
|
Confirmed only when SUBTIME is a WHERE condition |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-04 ] |
|
Fix pending in a bunch of fixes for |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-07 ] |
|
Pull request in engine and regression suite to cover this. |
| Comment by Daniel Lee (Inactive) [ 2018-06-18 ] |
|
Build verified: 1.2.0-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #119 from mariadb-corporation/1.1-merge-up-20180531 Merge develop-1.1 into develop /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #494 from mariadb-corporation/ |