| Bug #58117 | Forward Engineered SQL create DELIMITER and USE statements on the same line | ||
|---|---|---|---|
| Submitted: | 10 Nov 2010 16:06 | Modified: | 7 Mar 2011 16:40 |
| Reporter: | Andrew Bywater | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
| Version: | 5.2.29, 5.2.30, 5.2.31 | OS: | Windows (Windows 7 (x64)) |
| Assigned to: | Alexander Musienko | CPU Architecture: | Any |
[10 Nov 2010 16:06]
Andrew Bywater
[23 Nov 2010 15:18]
MySQL Verification Team
Thank you for the bug report.
[13 Dec 2010 19:45]
Valeriy Kravchuk
Bug #58894 was marked as a duplicate of this one.
[3 Mar 2011 13:39]
Johannes Taxacher
fix confirmed in repository
[7 Mar 2011 16:40]
Tony Bedford
An entry has been added to the 5.2.32 changelog:
Forward engineering a model containing two schema resulted in a
generated script that contained incorrect SQL:
DELIMITER ;USE `Schema2` ;
The <literal>DELIMITER</literal> and <literal>USE</literal>
statements should not have appeared on the same line.
