[MDEV-31276] Wrong message on second execution of prepare statement for GROUP_CONCAT() function with 'outer_join_with_cache=off' Created: 2023-05-15 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer, Prepared Statements |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.8, 10.9, 10.10, 11.0, 11.1 |
| Fix Version/s: | 10.4, 10.5, 10.6, 11.0, 11.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lena Startseva | Assignee: | Dmitry Shulga |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Wrong message on second execution of prepare statement for GROUP_CONCAT() function with optimizer_switch='outer_join_with_cache=off' (with 'outer_join_with_cache=on' messages are correct ) and left join:
Actual result:
Expected result:
|