Bug #26338 | events_bugs.test fail on Debian | ||
---|---|---|---|
Submitted: | 13 Feb 2007 19:15 | Modified: | 2 Jun 2007 13:03 |
Reporter: | Ingo Strüwing | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.1.16 | OS: | Linux (varying) |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
[13 Feb 2007 19:15]
Ingo Strüwing
[27 Mar 2007 21:54]
Kristofer Pettersson
Closing this issue after speaking with Ingo and Shane. This bug can't currently be reproduced.
[7 May 2007 17:00]
Joerg Bruehe
Re-opening this bug, because that "select" does not always yield the expected result. In 5.1.18 test builds on RHAS3/ia64 (RPM build), I had: ------------------------------------------------------- *** r/events_bugs.result --- r/events_bugs.reject *************** *** 114,119 --- 114,120 select /*2*/ user, host, db, info from information_schema.processlist where (command!='Daemon' || user='event_scheduler') and (info is null or info not like '%processlist%') order by info; user host db info event_scheduler localhost NULL NULL + root localhost events_test drop table "hashed_num" root localhost events_test select get_lock('ee_16407_2', 60) root localhost events_test select get_lock('ee_16407_2', 60) root localhost events_test select get_lock('ee_16407_2', 60) -------------------------------------------------------
[16 May 2007 11:56]
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/26819 ChangeSet@1.2523, 2007-05-16 15:55:53+04:00, kostja@vajra.(none) +2 -0 An attempt to fix event_bugs.test failure on Debian (Bug#26338 "events_bugs.test fail on Debian")
[18 May 2007 9:09]
Bugs System
Pushed into 5.1.19-beta
[18 May 2007 10:02]
Konstantin Osipov
Joerg, could you please check if this problem is still present? A fix was pushed for this particular race, and there are other races, so I'm inlined to close the bug.
[21 May 2007 17:54]
Joerg Bruehe
I started a 5.1.19-beta test build with the current BK sources on May 19, and in this run this bug did not show up. I do not take this as a proof the bug is fixed, because this one happens only sometimes, but there is some hope. The other current "events_bugs" bug, bug#28285, re-occurred.
[26 May 2007 14:38]
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/27389 ChangeSet@1.2517, 2007-05-26 16:36:38+02:00, andrey@whirlpool.mysql.com +10 -0 Fix for bug#26338 events_bugs.test fail on Debian and bug#28285 Test "events_bugs" has instable results of "select /*1*/ ... from processlist"
[1 Jun 2007 19:24]
Bugs System
Pushed into 5.1.20-beta
[2 Jun 2007 13:03]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.1.20 changelog.