Bug #15981 | mysqldump dumps triggers in incorrect format | ||
---|---|---|---|
Submitted: | 26 Dec 2005 10:36 | Modified: | 28 Jun 2006 21:45 |
Reporter: | Alexander Nozdrin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | 5.0.19-BK | OS: | Linux (Linux) |
Assigned to: | Chad MILLER | CPU Architecture: | Any |
[26 Dec 2005 10:36]
Alexander Nozdrin
[26 Dec 2005 11:57]
Valeriy Kravchuk
Thank you for a problem report. Verified just as described on 5.0.19-BK (ChangeSet@1.2003, 2005-12-24 14:32:50+01:00) Line 40 is the following: /*!50003 CREATE TRIGGER `trg1` AFTER INSERT ON `t1` FOR EACH ROW set @aaa = 1 */;;
[8 Feb 2006 16:32]
Konstantin Osipov
See also Bug#16878
[9 Mar 2006 23:58]
Markus Popp
Since this bug makes it impossible to backup triggers with mysqldump, shouldn't this bug get a higher priority?
[11 Mar 2006 0:08]
Torrey Hoffman
It's very frustrating that this wasn't fixed in 5.0.19, especially since the related bug #16876 was. Come ON!!! MySQLDump is BROKEN until this works! I've had to put an awful, fragile, high-maintenance work-around for this bug into our own replication system to deal with this since mysqldump simply doesn't dump triggers reliably! Please, make this a higher priority and get it done for the next release! We are paying customers, by the way...
[28 Jun 2006 21:45]
Chad MILLER
This works for me, using the latest 5.0 source. I don't know when it was fixed (if it was).
[28 Jun 2006 22:00]
Chad MILLER
Ah, this was fixed with Bug#16878.