Bug #1273 return all rows lists only the first item, unless a return limit is performed.
Submitted: 13 Sep 2003 13:14 Modified: 22 Sep 2003 8:59
Reporter: Harold Hoang Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQLCC Severity:S3 (Non-critical)
Version:0.93 OS:Linux (Linux)
Assigned to: Bugs System CPU Architecture:Any

[13 Sep 2003 13:14] Harold Hoang
Description:
Running MysqlCC:

right clicking onto a database table, and click "return all rows" displays only the 1st indexed item.  If selecting "retun limit" and specifying the default number  of results to 1000, the items in the table will be displayed.

the SQL history tab shows that for "return all rows" is:  select * from <table name>
performing the same SQL statement under mysql terminal, works correctly.

How to repeat:
right clicking onto a database table, and click "return all rows" opposed to
right clicking onto a database table, and click "return limit"
[13 Sep 2003 13:16] Harold Hoang
Mysqlcc for windows does not exhibit this behavior.
[22 Sep 2003 8:59] MySQL Verification Team
I was not able to repeat the behavior reported using MySQLCC 0.9.3-beta
on Suse and 4.0.16 (last BK tree) server.
[30 Jul 2004 18:04] Jason Purdy
There seems to be a limit on the # of results in mine, both when I request all rows or in my Query window when I'm working w/ a large dataset.  It stops at 1,000.

I went through the options and didn't see anything there.