Bug #53737 | Performance regressions after applying patch for bug 36569 | ||
---|---|---|---|
Submitted: | 18 May 2010 9:30 | Modified: | 29 Jul 2010 19:12 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | mysql-next-mr | OS: | Any |
Assigned to: | Gleb Shchepa | CPU Architecture: | Any |
[18 May 2010 9:30]
Philip Stoev
[18 May 2010 9:31]
Philip Stoev
Query list for bug 53737
Attachment: bug53737-queries.txt (text/plain), 3.10 KiB.
[18 May 2010 9:36]
Philip Stoev
Data dump: http://mysql-systemqa.s3.amazonaws.com/bug53737.zip
[17 Jun 2010 12:18]
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/commits/111432 3246 Gleb Shchepa 2010-06-17 Bug #53737: Performance regressions after applying patch for bug 36569 Some single table UPDATE/SELECT queries those use quick select method that sends result data in the order incompatible with ORDER BY clause were affected by the performance degradation after applying the patch for the bug 36569. By the mistake the quick select object for such queries was freed and cleaned up ignoring the fact that filesort uses quick select data intensively for speed. The get_index_for_order function has been modified to not to remove quick select objects even in the case where quick select ordering is incompatible with a desired ORDER BY ordering. @ sql/sql_select.cc Bug #53737: Performance regressions after applying patch for bug 36569 The get_index_for_order function has been modified to not to remove quick select objects even in the case where quick select ordering is incompatible with a desired ORDER BY ordering.
[23 Jul 2010 12:25]
Bugs System
Pushed into mysql-trunk 5.5.6-m3 (revid:alik@sun.com-20100723121820-jryu2fuw3pc53q9w) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[23 Jul 2010 12:32]
Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100723121929-90e9zemk3jkr2ocy) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (pib:18)
[29 Jul 2010 19:12]
Paul DuBois
Noted in 5.5.6 changelog. The patch for Bug#36569 caused performance regressions and incorrect execution of some UPDATE statments.