[MCOL-3860] CLONE - EXPLAIN gives error every other try Created: 2020-03-02  Updated: 2020-11-12  Resolved: 2020-03-13

Status: Closed
Project: MariaDB ColumnStore
Component/s: MDB Plugin
Affects Version/s: 1.4.3
Fix Version/s: 1.5.1

Type: Bug Priority: Major
Reporter: Patrick LeBlanc (Inactive) Assignee: Daniel Lee (Inactive)
Resolution: Fixed Votes: 0
Labels: None


 Description   

The following sequence:

CREATE TABLE t1 (a int) engine=columnstore;
MariaDB [tpch1]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
ERROR 1815 (HY000): Internal error: Unknown error
MariaDB [tpch1]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
-----------------------------------------------------------------+

id select_type table type possible_keys key key_len ref rows Extra

-----------------------------------------------------------------+

1 PUSHED SELECT NULL NULL NULL NULL NULL NULL NULL NULL

-----------------------------------------------------------------+
1 row in set (0.025 sec)



 Comments   
Comment by Patrick LeBlanc (Inactive) [ 2020-03-02 ]

Cloned from MCOL-3766 for 1.5

Comment by Daniel Lee (Inactive) [ 2020-03-13 ]

Build verified: 1.5.0-1 BB

engine commit:
f01185f

Generated at Thu Feb 08 02:45:59 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.