[MDEV-22372] Spider COUNT(*) issues against ColumnStore as one of the Backend Created: 2020-04-27 Updated: 2020-06-05 Resolved: 2020-06-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | None |
| Fix Version/s: | 10.5.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | Kentoku Shiba (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When executing a simple `SELECT COUNT
Analyzing the general query log, the output shows the following two queries being executed on the ColumnStore and InnoDB tables
Spider node definition as follows:
Thanks. |
| Comments |
| Comment by Kentoku Shiba (Inactive) [ 2020-04-28 ] |
|
It is not only with ColumnStore. The sql_mode with ONLY_FULL_GROUP_BY is the same behavior. |
| Comment by Kentoku Shiba (Inactive) [ 2020-04-28 ] |
|
I added a parameter spider_strict_group_by. The values of this parameter means the followings. |
| Comment by Kentoku Shiba (Inactive) [ 2020-06-05 ] |
|
backport, build, test and push |