[MDEV-26315] Group aggregation with sql_big_result returns wrong result on Spider Created: 2021-08-06 Updated: 2023-05-23 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Yongxin Xu | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | bug, not-10.2 | ||
| Environment: |
ALL |
||
| Description |
How to repeat
The result of the final SELECT is
SolutionWe solve the problem by simply prohibiting `sql_big_result` from using on the Spider SE. |
| Comments |
| Comment by Yongxin Xu [ 2021-08-06 ] |
|
nayuta-yanagisawa We prohibit the `sql_big_result` from using because we want to keep Spider as simple and stable as possible. Perhaps you can find a thorough solution with more code and checks. |
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-08-11 ] |
|
Yongxin Xu Thank you for your report! I will check it soon. |
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-08-13 ] |
|
The bug is reproducible on 10.3, 10.4, 10.5, and 10.6 HEAD, not on 10.2 HEAD |