| Bug #6063 | Stored procedure labels are subject to restrictions | ||
|---|---|---|---|
| Submitted: | 13 Oct 2004 14:13 | Modified: | 20 Nov 14:12 |
| Reporter: | Peter Gulutzan | ||
| Status: | Patch queued | ||
| Category: | Server | Severity: | S3 (Non-critical) |
| Version: | 5.0.2-alpha-debug | OS: | Linux (SuSE 8.2) |
| Assigned to: | Konstantin Osipov | Target Version: | |
[13 Oct 2004 14:13]
Peter Gulutzan
[10 Aug 2008 19:14]
Konstantin Osipov
Susanne, could you please re-verify this bug? If it is fixed, please assign back to me, I will add a test case.
[11 Aug 2008 9:37]
Susanne Ebrecht
I used 5.0 bzr tree from today: select version(); 5.0.68-debug My environment is utf8: set names utf8; delimiter // create procedure p1 () label1: begin end// Query OK, 0 rows affected (0.01 sec) create procedure p2 () label: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p3 () lâbel: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p4 () läbel: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p5() labél: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p6() labël: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p7() labèl: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p8() lâbél: begin end// Query OK, 0 rows affected (0.00 sec) create procedure p9() läbël: begin end// Query OK, 0 rows affected (0.00 sec)
[27 Jun 19:07]
Konstantin Osipov
The test case is enabled, closing the bug.
[3 Jul 8:13]
Bugs System
Pushed into 5.4.4-alpha (revid:alik@sun.com-20090702084644-k95gd2asolvz2zpu) (version source revid:holyfoot@mysql.com-20090626091141-s0jhc72bbgyqudc3) (merge vers: 5.4.4-alpha) (pib:11)
[9 Jul 9:35]
Bugs System
Pushed into 5.4.4-alpha (revid:alik@sun.com-20090702084644-k95gd2asolvz2zpu) (version source revid:holyfoot@mysql.com-20090626091141-s0jhc72bbgyqudc3) (merge vers: 5.4.4-alpha) (pib:11)
[20 Nov 14:10]
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/91082
[20 Nov 14:12]
Magne Mæhre
Backported to 5.6.0, and pushed to next-mr-runtime (6.0-codebase revid: 2617.57.1)
