[MCOL-1717] GROUP BY handler works in promiscuous mode Created: 2018-09-12 Updated: 2019-03-01 Resolved: 2019-03-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2018-17, 2018-18, 2018-19, 2018-20, 2018-21, 2019-01, 2019-02 | ||||||||
| Description |
|
GROUP BY handler processes every query not only that contains GROUP BY or aggregates in projection. Here is an output of the EXPLAIN for the simple SELECT that mustn't use GROUP BY handler for processing.
But it must look like this:
|
| Comments |
| Comment by Roman [ 2018-09-12 ] | ||||||||||||||||||||||
|
Please review. | ||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2019-03-01 ] | ||||||||||||||||||||||
|
Build verified:1.2.3-1 nightly server commit: MariaDB [mytest]> explain extended select o_orderkey from orders;
-----
----- |