[MCOL-1375] Assertion failure when using HAVING with constant values Created: 2018-05-01 Updated: 2020-04-02 Resolved: 2019-07-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.0.12, 1.1.4 |
| Fix Version/s: | 1.1.0, 1.2.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | David Hall (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Caused by this asserion failure Presumably plugin or modified server code sets vtable_mode thd->infinidb_vtable.vtable_state to THD::INFINIDB_DISABLE_VfTABLE in the middle of table creation, that later causes the failure. Steps to reproduce. FYI any table is fit. MariaDB [cs]> show create table cs1;
------
------ MariaDB [cs]> select * from cs1;
-----
----- MariaDB [cs]> select a from cs1 group by a having 'c' = 1; |
| Comments |
| Comment by Roman [ 2018-05-01 ] |
|
I should have added the outout of the mentioned query. MariaDB [cs]> select a from cs1 group by a having 'c' = 1; And a stack trace |
| Comment by David Hall (Inactive) [ 2019-07-16 ] |
|
This has been fixed by a change in the Server code. |