Release notes for mysql-55-eb
Bug #783278 reported by
Laurynas Biveinis
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-projects-qa |
Fix Released
|
Undecided
|
Rodrigo Gadea |
Bug Description
As mentioned by external QA:
With the dynamic rows in HEAP, in the absence of ORDER BY records are being returned in a different order than the previous HEAP implementation. I know that it is strictly not a bug, but may cause unexpected issues for unsuspecting customers. So, it may be a good idea to mention it in the release notes or documentation.
Changed in percona-projects-qa: | |
milestone: | none → 5.5.13-eb |
assignee: | nobody → Rodrigo Gadea (rodrigo-gadea-percona) |
Changed in percona-projects-qa: | |
status: | New → Fix Released |
To post a comment you must log in.
In MySQL docs the terms "thread" and "connection" or "session" are often used interchangeably, when in fact "connection" /"session" is meant. This is not a big deal with the 1-1 connection-thread model, but gets confusing when the thread pool is used, and there is no 1-1 relationship anymore. I think it's good idea to mention this in release notes too.