Bug #47361 | Wrongly generated SQL for procedures | ||
---|---|---|---|
Submitted: | 16 Sep 2009 10:02 | Modified: | 10 Nov 2009 14:21 |
Reporter: | olaf ocke | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.1.18 | OS: | MacOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | forward engineer, PROCEDURE, stored |
[16 Sep 2009 10:02]
olaf ocke
[16 Sep 2009 10:04]
olaf ocke
BTW, this is what I put in the routine textarea: -- ------------------------------------------------------------------------------- -- Routine DDL -- -------------------------------------------------------------------------------- DELIMITER // CREATE PROCEDURE `massMailer`.`loginUser` (IN name VARCHAR(16), IN pass VARCHAR(16)) BEGIN select 1 as access from user where `username`=name and `password`=sha1(concat(pass, `salt`)); END//
[16 Sep 2009 10:42]
Valeriy Kravchuk
Thank you for the bug report. Verified just as described.
[10 Nov 2009 14:18]
Susanne Ebrecht
This is a duplicate of bug #46505