Bug #31539 | ALTER EVENT RENAME TO... resets STATUS to 'ENAMLE' | ||
---|---|---|---|
Submitted: | 11 Oct 2007 15:59 | Modified: | 11 Dec 2007 20:13 |
Reporter: | Omer Barnir (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.1.22 | OS: | Any |
Assigned to: | Damien Katz | CPU Architecture: | Any |
[11 Oct 2007 15:59]
Omer Barnir
[18 Oct 2007 23:51]
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/35877 ChangeSet@1.2589, 2007-10-18 19:51:30-04:00, dkatz@damien-katzs-computer.local +6 -0 Bug#31539 ALTER EVENT RENAME TO... resets STATUS to 'ENABLED Bug#27407 Events: altering changes 'on completion preserve' To fix bugs with "alter events", added "changed" flags to Event_parse_data, so we can tell if a completion or status value has been explicitly stated in the SQL, or if it's the default settings.
[14 Nov 2007 21:21]
Damien Katz
queued to 5.1-runtime
[6 Dec 2007 11:12]
Konstantin Osipov
Pushed into 5.1.23
[11 Dec 2007 20:13]
Paul DuBois
Noted in 5.1.23 changelog. Using ALTER EVENT to rename a disabled event caused it to become enabled.