[MCOL-3766] EXPLAIN gives error every other try Created: 2020-02-05 Updated: 2022-10-25 Resolved: 2020-02-12 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 1.4.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2020-2 | ||||||||
| Description |
|
The following sequence: CREATE TABLE t1 (a int) engine=columnstore;
-----
----- |
| Comments |
| Comment by Roman [ 2020-02-10 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Plz review both plugin change and regression suite change. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2020-02-12 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Build tested: 1.4.3-1 BB nightly Engine commit: 8588678 MariaDB [mytest]> CREATE TABLE t1 (a int) engine=columnstore; MariaDB [mytest]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
-----
----- MariaDB [mytest]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
-----
----- MariaDB [mytest]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
-----
----- MariaDB [mytest]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
-----
----- |