Bug #53467 | Incorrect delimiter for forward engineered procedure | ||
---|---|---|---|
Submitted: | 6 May 2010 14:52 | Modified: | 28 May 2010 9:42 |
Reporter: | Ben Breslauer | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.17 OSS Beta, Rev 5565 | OS: | Any |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
Tags: | DELIMITER, forward engineer, PROCEDURE |
[6 May 2010 14:52]
Ben Breslauer
[12 May 2010 12:10]
Johannes Taxacher
in conjunction with the export options "omit schema qualifier" and "generate use statements" the procedure code is surrounded with multiple delimiter incorrect statements
[26 May 2010 21:10]
Johannes Taxacher
fix confirmed in repository
[28 May 2010 9:42]
Tony Bedford
An entry has been added to the 5.2.22 changelog: When a model containing a stored procedure was forward engineered to a script, the script contained invalid SQL code. This happened when the DROP Objects Before Each CREATE Statement and Export MySQL Routine Objects options were selected. Problems that occured with the SQL code included a delimiter being used before its definition and also DROP statements not being terminated.
[28 May 2010 18:42]
Johannes Taxacher
Bug #54046 has been marked as duplicate of this one
[31 May 2010 9:35]
Johannes Taxacher
Bug #54090 has been marked as a duplicate of this one