Bug #9703 | Error 1032 with GROUP BY query and large tables | ||
---|---|---|---|
Submitted: | 7 Apr 2005 2:26 | Modified: | 12 May 2005 20:17 |
Reporter: | Chris Lewis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | 4.1.11 | OS: | Linux (RedHat EL3) |
Assigned to: | Evgeny Potemkin | CPU Architecture: | Any |
[7 Apr 2005 2:26]
Chris Lewis
[7 Apr 2005 2:29]
Chris Lewis
I can't attache the mysqldump file since it's greater than 200KB. Download the file from: http://www.myfonts.com/bugtest.gz
[7 Apr 2005 5:22]
Jorge del Conde
Thanks for your excellent bug report.
[29 Apr 2005 17:22]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/24487
[12 May 2005 20:17]
Paul DuBois
Noted in 4.1.12 changelog.
[30 May 2005 9:47]
Evgeny Potemkin
When new row inserted to memory buffer and there no room to contain it, error raised, data dumped to temporary file and server can continue, but error wasn't reset in end_write_groups() and leads query to fail. changeset 1.2203