[MDEV-8781] Bug with group by & group_concat Created: 2015-09-09 Updated: 2015-09-10 Resolved: 2015-09-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.19 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Marc T. | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | upstream | ||
| Environment: |
Win x64 |
||
| Description |
|
Hello, We spot a bug with group by & group_concat, here is the simplified test case : – Step 1 create a temp table with 2 different rows of 1025 char (datatype is text)
– This result is OK
– In this query, all is grouped, it should not !
– we found an ugly workaround...
This is an upstream bug, i reported it here : Tested on MySQL 5.5.39, MySQL 5.6.26, MariaDB 10.0.19 |
| Comments |
| Comment by Elena Stepanova [ 2015-09-10 ] |
|
As Hartmut commented in the upstream bug report, it is actually a documented behavior, there are still some questions about it, so lets see what MySQL responds. |
| Comment by Elena Stepanova [ 2015-09-10 ] |
|
Upstream closed it as not-a-bug.
|
| Comment by Marc T. [ 2015-09-10 ] |
|
OK, this is not a bug, but this seem so odd ! |