Bug #29936 | Stored Procedure DML ignores low_priority_updates setting | ||
---|---|---|---|
Submitted: | 20 Jul 2007 14:24 | Modified: | 31 Aug 2007 1:38 |
Reporter: | Konstantin Osipov (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | 5.0.48-BK | OS: | Any |
Assigned to: | Davi Arnaut | CPU Architecture: | Any |
Tags: | regression |
[20 Jul 2007 14:24]
Konstantin Osipov
[31 Jul 2007 3:52]
Valeriy Kravchuk
Thank you for a bug report. Verified just as described with latest 5.0.48-BK on Linux.
[16 Aug 2007 1:16]
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/32600 ChangeSet@1.2513, 2007-08-15 22:16:25-03:00, davi@moksha.local +1 -0 Bug#29936 (Stored Procedure DML ignores low_priority_updates setting) This is a follow up for the patch for Bug#26162 "Trigger DML ignores low_priority_updates setting", where the stored procedure ignores the session setting of low_priority_updates. For every table open operation with default write (TL_WRITE_DEFAULT) lock_type, downgrade the lock type to the session setting of low_priority_updates.
[16 Aug 2007 16:13]
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/32649 ChangeSet@1.2514, 2007-08-16 12:51:21-03:00, davi@moksha.local +2 -0 Bug#29936 (Stored Procedure DML ignores low_priority_updates setting) This is a follow up for the patch for Bug#26162 "Trigger DML ignores low_priority_updates setting", where the stored procedure ignores the session setting of low_priority_updates. For every table open operation with default write (TL_WRITE_DEFAULT) lock_type, downgrade the lock type to the session setting of low_priority_updates.
[16 Aug 2007 17:52]
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/32661 ChangeSet@1.2514, 2007-08-16 14:51:37-03:00, davi@moksha.local +2 -0 Bug#29936 (Stored Procedure DML ignores low_priority_updates setting) This is a follow up for the patch for Bug#26162 "Trigger DML ignores low_priority_updates setting", where the stored procedure ignores the session setting of low_priority_updates. For every table open operation with default write (TL_WRITE_DEFAULT) lock_type, downgrade the lock type to the session setting of low_priority_updates.
[21 Aug 2007 23:21]
Bugs System
Pushed into 5.1.22-beta
[21 Aug 2007 23:22]
Bugs System
Pushed into 5.0.48
[27 Aug 2007 13:06]
Paul DuBois
Pushed to 5.1.23, not 5.1.22.
[31 Aug 2007 1:38]
Paul DuBois
Noted in 5.0.48, 5.1.23 changelogs. Statements within stored procedures ignored the value of the low_priority_updates system variable.
[5 Sep 2007 18:05]
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/33748 ChangeSet@1.2602, 2007-09-05 15:03:02-03:00, davi@moksha.local +4 -0 The test case for Bug#29936 doesn't work with the embedded version, the first query is not running while we are doing wait queries on a second connection.
[7 Sep 2007 8:09]
Bugs System
Pushed into 5.1.23-beta
[20 Feb 2008 15:03]
Konstantin Osipov
Incomplete fix for Bug#26162
[20 Feb 2008 15:08]
Konstantin Osipov
(Caused by an incomplete fix for Bug#26162)