Bug #45051 | Limit 0, 1000 is added to all queries (but hidden) | ||
---|---|---|---|
Submitted: | 24 May 2009 3:33 | Modified: | 16 Jul 2009 9:45 |
Reporter: | Diego Medina | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.1 | OS: | MacOS (10.5) |
Assigned to: | Sergei Tkachenko | CPU Architecture: | Any |
Tags: | CHECKED |
[24 May 2009 3:33]
Diego Medina
[24 May 2009 9:33]
Michael G. Zinner
When the user specifies his own LIMIT clause, the automatic LIMIT 0,1000 should be omitted. In this case the user is responsible for not fetching too many rows himself.
[15 Jul 2009 17:55]
Johannes Taxacher
fix confirmed; it will be included in 5.2.2
[16 Jul 2009 9:45]
Tony Bedford
An entry was added to the 5.2.2 changelog: If a user added a LIMIT clause to a query, the automatically added LIMIT 0,1000 clause caused a syntax error.