Bug #54831 | Multi statement SQL does not work | ||
---|---|---|---|
Submitted: | 26 Jun 2010 21:43 | Modified: | 29 Jul 2010 13:08 |
Reporter: | Anders Karlsson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.24 | OS: | Any |
Assigned to: | Sergei Tkachenko | CPU Architecture: | Any |
[26 Jun 2010 21:43]
Anders Karlsson
[27 Jun 2010 7:05]
Valeriy Kravchuk
Thank you for the bug report.
[16 Jul 2010 10:50]
Sergei Tkachenko
Enabled CLIENT_MULTI_STATEMENTS flag for connections. Though syntax checker still marks second sub-statement as syntax error and hardly it will be fixed in v5.2, required changes are planned for one of future versions.
[27 Jul 2010 13:06]
Johannes Taxacher
fix confirmed in repository. we'll take care of adapting syntax-highlighter in future versions.
[29 Jul 2010 13:08]
Tony Bedford
An entry has been added to the 5.2.26 changelog: Multi-statement syntax did not work in the SQL Editor. If the delimiter was set to a character other than the default semi-colon, then the semi-colon should still have been recognized as a valid delimiter for multi-statements, but in the SQL Editor it was not.