Bug #18344 | DROP DATABASE does not drop associated routines | ||
---|---|---|---|
Submitted: | 19 Mar 2006 20:37 | Modified: | 27 Apr 2006 2:50 |
Reporter: | Kolbe Kegel | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.0.20-bk | OS: | Linux (Linux) |
Assigned to: | Per-Erik Martin | CPU Architecture: | Any |
[19 Mar 2006 20:37]
Kolbe Kegel
[3 Apr 2006 11:37]
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/4410
[18 Apr 2006 14: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/5087
[19 Apr 2006 15:54]
Konstantin Osipov
Approved by email.
[21 Apr 2006 10:00]
Per-Erik Martin
Pushed to mysql-5.0-runtime. The problem was an error in the key construction when dropping routines associated with a database, wich made the search fail if the database name was long enough.
[21 Apr 2006 12:30]
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/5299
[25 Apr 2006 21:33]
Dmitry Lenev
Fixed in 5.0.21 and 5.1.10
[27 Apr 2006 2:50]
Paul DuBois
Noted in 5.0.21, 5.1.10 changelogs. <literal>DROP DATABASE</literal> did not drop stored routines associated with the database if the database name was longer than 21 characters. (Bug #18344)