Bug #53229 | Query results missing known results with no generated error messages | ||
---|---|---|---|
Submitted: | 27 Apr 2010 22:51 | Modified: | 2 May 2010 17:57 |
Reporter: | Marshall DenHartog | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S2 (Serious) |
Version: | 5.0.16, 5.0.22 and 5.1.43 | OS: | Any (Linux and Windows tested) |
Assigned to: | CPU Architecture: | Any | |
Tags: | data missing, large tables, query, wrong result returned |
[27 Apr 2010 22:51]
Marshall DenHartog
[28 Apr 2010 0:39]
MySQL Verification Team
Thank you for the bug report. You can upload the dump files (compressed file) at: ftp://ftp.mysql.com/pub/mysql/upload/ use a file name which identify this bug i.e: bug53229.zip(tar.gz). and comment here when done. Thanks in advance.
[28 Apr 2010 18:49]
Marshall DenHartog
I believe the zip file containing the two table dumps as well as the test sql script were uploaded to bug53229(2).zip. If bug53229.zip is also on the server, it should be ignored as the upload was interrupted very late in progress.
[2 May 2010 17:57]
Sveta Smirnova
Thank you for the report. You use GROUP BY without ORDER BY, so this is for MySQL server to decide which m_row_id is corresponded to particular global_session_id. It just chooses not 1993266, but other one. So this is not a bug.