Bug #26162 | Trigger DML ignores low_priority_updates setting | ||
---|---|---|---|
Submitted: | 7 Feb 2007 20:27 | Modified: | 18 Jun 2007 17:35 |
Reporter: | Harrison Fisk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 5.0.34 | OS: | Linux (Linux 2.6.15 (Ubuntu 6.06 LTS)) |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
Tags: | bfsm_2007_02_15, low_priority_updates, trigger |
[7 Feb 2007 20:27]
Harrison Fisk
[28 May 2007 12:44]
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/27462 ChangeSet@1.2504, 2007-05-28 15:43:22+03:00, gkodinov@macbook.gmz +4 -0 Bug #26162: The value of "low-priority-updates" option and the LOW PRIORITY prefix was taken into account at parse time. This caused triggers (among others) to ignore this flag (if supplied for the DML statement). Moved reading of the LOW PRIORITY flag at run time. Fixed an incosistency when handling SET GLOBAL LOW_PRIORITY_UPDATES : now it is in effect for delayed INSERTs.
[29 May 2007 8:01]
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/27535 ChangeSet@1.2504, 2007-05-29 10:59:06+03:00, gkodinov@magare.gmz +6 -0 Bug #26162: Trigger DML ignores low_priority_updates setting The value of "low-priority-updates" option and the LOW PRIORITY prefix was taken into account at parse time. This caused triggers (among others) to ignore this flag (if supplied for the DML statement). Moved reading of the LOW_PRIORITY flag at run time. Fixed an incosistency when handling SET GLOBAL LOW_PRIORITY_UPDATES : now it is in effect for delayed INSERTs. Tested by checking the effect of LOW_PRIORITY flag via a trigger.
[4 Jun 2007 21:20]
Bugs System
Pushed into 5.1.20-beta
[4 Jun 2007 21:22]
Bugs System
Pushed into 5.0.44
[18 Jun 2007 17:35]
Paul DuBois
Noted in 5.0.44, 5.1.20 changelogs. Statements within triggers ignored the value of the low_priority_updates system variable.
[20 Jul 2007 14:25]
Konstantin Osipov
See also Bug#29936 Stored Procedure DML ignores low_priority_updates setting
[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
[21 Aug 2007 23:41]
Marc ALFF
Please ignore the last 2 entries added automatically. This bug was resolved in 5.0.44 and 5.1.20.