Bug #3551 | Incorect row count on query | ||
---|---|---|---|
Submitted: | 23 Apr 2004 10:54 | Modified: | 28 Apr 2004 12:10 |
Reporter: | Matthew Taylor | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.0-alpha | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[23 Apr 2004 10:54]
Matthew Taylor
[28 Apr 2004 12:10]
Alexander Keremidarski
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Additional info: mysql> insert into contribution (contribution_id, site_id, local_id) values(1, 2, 130316614); Query OK, 1 row affected (0.02 sec) mysql> SELECT DISTINCT contribution.contribution_id FROM contribution WHERE ((contribution.site_id = 2) AND (contribution.local_id > 130316613)); +-----------------+ | contribution_id | +-----------------+ | 1 | +-----------------+ 1 row in set (0.01 sec)