Bug #587 | user table query only returns one row | ||
---|---|---|---|
Submitted: | 4 Jun 2003 12:29 | Modified: | 30 Jun 2003 10:17 |
Reporter: | Edward Walter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQLCC | Severity: | S2 (Serious) |
Version: | 0.9.2-beta | OS: | Windows (XP Pro) |
Assigned to: | Jorge del Conde | CPU Architecture: | Any |
[4 Jun 2003 12:29]
Edward Walter
[9 Jun 2003 7:52]
Martin Purdy
CONTROL CENTER will not return records if there is more than one record in the table the error [Local] ERROR 1104: The SELECT would examine too many records and probably take a very long time. Check your WHERE and use SET OPTION SQL_BIG_SELECTS=1 if the SELECT is ok continually occurs even if the option is set via SQL or via the SQL options
[30 Jun 2003 10:17]
Jorge del Conde
Hi! This bug was fixed in 0.9.2. The reason why you're still experiencing this in 0.9.2 is because MySQLCC is using the "buggy" server configuration files which where created by 0.9.1. To fix this, edit the server properties, to the "MySQL Options" tab and change the "Max Join Size" option to 1000000 and change the "Limit Records" option to something more reasonable like 1000 or to "Unlimited". You can also delete the server and create a new one and that will fix the buggy default values introduced in 0.9.1 Thanks for the bug report