Bug #2457 2 procedures from different cannot have the same name
Submitted: 20 Jan 2004 6:39 Modified: 24 Oct 2004 19:53
Reporter: Ivan Monnier Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:5.0.0 alpha OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[20 Jan 2004 6:39] Ivan Monnier
Description:
In 5.0.0 alpha, two procedures located in different databases cannot have the same name. This is annoying when transfering from another RDBMS. 

How to repeat:
Create a procedure in database database1. Create a procedure with the same name in database database2. A message 'procedure already exists' occurs
[24 Oct 2004 18:42] Peter Gulutzan
In the current MySQL version (5.0.2), it's possible to create two procedures with the same 
name in different databases.
[24 Oct 2004 19:53] MySQL Verification Team
Thank you for the bug report this issue is already fixed on the
current BK 5.0 source.