Bug #12493 | CREATE PROCEDURE with carrige return after last END will not compile | ||
---|---|---|---|
Submitted: | 10 Aug 2005 13:39 | Modified: | 24 Aug 2005 17:01 |
Reporter: | Anders Karlsson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.1.13 | OS: | Windows (Windows) |
Assigned to: | Vladimir Kolesnikov | CPU Architecture: | Any |
[10 Aug 2005 13:39]
Anders Karlsson
[10 Aug 2005 13:41]
Anders Karlsson
Wromg version, this is of cource 1.1.13, not 1.1.15
[10 Aug 2005 14:12]
Aleksey Kishkin
tested on linux against mysql 5.0.12 beta and qb 1.1.12 (last published on linux) and no error happened. plan to test it on windows against qb 1.1.13 for verifying
[10 Aug 2005 14:13]
Anders Karlsson
This looks like it could be a dup of 12170, or at least realte to the same issue.
[12 Aug 2005 15:59]
MySQL Verification Team
Verified with 1.1.13
[23 Aug 2005 17:02]
Vladimir Kolesnikov
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: Victoria, I think: 1. this is not a QB bug proof: try to copy it to an SQL file and run via mysql cmd line utility with the 'source' command - it fails with pretty the same error 2. and is not a bug at all proof: like any other MySQL utility statement this one uses EOL as statement delimiter. E.g. in mysql cmd-line utility try 'use <new-line> dbname' - it will fail
[23 Aug 2005 17:28]
Anders Karlsson
This is very much a bug, and it's a QB bug. The proof that this is not a bug doesn't hold: Proof 1) That it doesn't work with the source command is a different problem. This is reported as bug #11523. Exchange the delimter command with a \d and run it from the mysql source command, and this works just fine. With either \d or delimiter it works fine when piped into mysql. Proof 2) That a CR/LF is a statement terminator isn't true either. The use command is different, and is not a good example. Any SQL-statement can be split over several lines, in both QB and from the MySQL Commandline: mysql> DROP PROCEDURE IF EXISTS p1; Query OK, 0 rows affected (0.00 sec) mysql> delimiter // mysql> CREATE PROCEDURE p1() BEGIN END -> -> // Query OK, 0 rows affected (0.00 sec) mysql>
[24 Aug 2005 9:55]
Vladimir Kolesnikov
Ok, now I see what the problem is. Initially I just uncarefully read the desc.
[24 Aug 2005 17:01]
Vladimir Kolesnikov
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html