Bug #17015 | Routine name truncation not an error | ||
---|---|---|---|
Submitted: | 1 Feb 2006 16:29 | Modified: | 11 Apr 2006 13:31 |
Reporter: | Andrey Hristov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 5.1.6-alpha-debug/5.0.19 BK | OS: | Linux (SuSE 9.3) |
Assigned to: | Per-Erik Martin | CPU Architecture: | Any |
[1 Feb 2006 16:29]
Andrey Hristov
[16 Feb 2006 12:42]
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/2726
[28 Mar 2006 11:22]
Konstantin Osipov
Approved by email.
[28 Mar 2006 13:06]
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/4237
[29 Mar 2006 18:10]
Konstantin Osipov
Pushed into 5.0.20, merged into 5.1.8
[30 Mar 2006 9:23]
Per-Erik Martin
Before this fix, it appeared that routine names longer than 64 characters were possible, but they were in fact silently truncated. The 64 character limit is now properly enforced.
[11 Apr 2006 13:31]
Paul DuBois
Noted in 5.0.20, 5.1.8 changelogs. Stored routine names longer than 64 characters were silently truncated. Now the limit is properly enforced and an error occurs. (Bug #17015)