Bug #17148 | Stored Procedure arguments listed in wrong order | ||
---|---|---|---|
Submitted: | 6 Feb 2006 6:44 | Modified: | 4 Dec 2006 11:47 |
Reporter: | Dave Brown | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.1.19 | OS: | Windows (Windows XP) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
Tags: | Generic |
[6 Feb 2006 6:44]
Dave Brown
[6 Feb 2006 8:33]
MySQL Verification Team
verified the order is indeed alphabetical on QB 1.1.19/W2kSP4 How to repeat: 1. First create a procedure. DELIMITER $$ DROP PROCEDURE IF EXISTS `test`.`bug17148` $$ CREATE PROCEDURE `bug17148`(IN c BIGINT, IN a BIGINT, OUT g BIGINT) BEGIN SET g=1; END $$ DELIMITER ; 2. in query browser, expand the arrow on the procedure name (see screenshot snipping. As a workaround, you can select "Edit procedure" and view the correct code in the main workspace, but it can be annoying.
[6 Feb 2006 8:36]
MySQL Verification Team
order is wrong. should be c, a, g instead of a, c, g
Attachment: screenshot.jpg (image/jpeg, text), 1.81 KiB.
[4 Dec 2006 11:47]
Mike Lischke
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 bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html