[MDEV-28899] group_concat result are NOT the same after enclosing by VIEW object in some condition Created: 2022-06-20 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.6.7 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | William Wong | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
redhat 7 on vmeware |
||
| Description |
|
Hi, Found group_concat result are NOT the same after enclosing by VIEW object in some condition. It is not critical issue in our case because we are not that syntax. But it worth to make them the same result after enclosing by VIEW. Seems the problem is the extra "SELECT" between group_concat and trim functions. Below is the test case.
|