Bug #10946 | Confusing error messeges in the case of duplicate trigger definition | ||
---|---|---|---|
Submitted: | 29 May 2005 21:15 | Modified: | 24 Jul 2006 18:26 |
Reporter: | Omer Barnir (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 506-beta-log | OS: | Linux (Linux Suse 9.3) |
Assigned to: | Tomash Brechko | CPU Architecture: | Any |
[29 May 2005 21:15]
Omer Barnir
[5 Aug 2005 15:00]
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/internals/27926
[22 Jun 2006 12:21]
Konstantin Osipov
Dmitri, please check the current patch and talk to Tomash how it should be fixed.
[27 Jun 2006 13:08]
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/8316
[28 Jun 2006 19:50]
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/8434
[13 Jul 2006 16:11]
Konstantin Osipov
Pushed into 5.0.25 and 5.1.12
[24 Jul 2006 18:26]
Paul DuBois
Noted in 5.0.25, 5.1.12 changelogs. The same trigger error message was produced under two conditions: The trigger duplicated an existing trigger name, or the trigger duplicated an existing combination of action and event. Now different messages are produced for the two conditions so as to be more informative.