Bug #58732 | Limit in Preferences in wrong position in SELECT INTO | ||
---|---|---|---|
Submitted: | 4 Dec 2010 16:59 | Modified: | 16 Nov 2011 6:25 |
Reporter: | Polychronis Kontos | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.30CE | OS: | Windows (XP Home) |
Assigned to: | CPU Architecture: | Any | |
Tags: | limit, select into |
[4 Dec 2010 16:59]
Polychronis Kontos
[4 Dec 2010 19:59]
MySQL Verification Team
Thank you for the bug report.
[5 Dec 2010 14:25]
Peter Laursen
SELECT 0 INTO @vi LIMIT 1000; ... would be invalid as well BTW!
[16 Nov 2011 6:25]
Philip Olson
Fixed as of 5.2.36: + Enabling the <literal>Limit Rows</literal> SQL editor preference + would cause invalid SQL syntax with <literal>SELECT + INTO</literal> statements.