Bug #21835 | Data rows fetch problem from asp.net application | ||
---|---|---|---|
Submitted: | 25 Aug 2006 13:27 | Modified: | 25 Sep 2006 13:52 |
Reporter: | Karan Saini | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0 | OS: | Windows (Windows 2003) |
Assigned to: | CPU Architecture: | Any |
[25 Aug 2006 13:27]
Karan Saini
[25 Aug 2006 13:33]
Karan Saini
The db table size is around 250 MB.
[25 Aug 2006 13:44]
Karan Saini
Screenshot of the database
Attachment: Screenshot1.JPG (image/jpeg, text), 94.55 KiB.
[25 Aug 2006 13:47]
Karan Saini
Screenshot of the table data in query browser.
Attachment: Screenshot2.JPG (image/jpeg, text), 74.91 KiB.
[25 Aug 2006 13:52]
MySQL Verification Team
Thank you for the bug report. Looks like the same issue of bug: http://bugs.mysql.com/bug.php?id=21818 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 to server version: 5.0.25-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create table tbx (col char(20)); Query OK, 0 rows affected (0.00 sec) mysql> insert into tbx values ('aaa'),('bbb'),('ccc'),('aaa'); Query OK, 4 rows affected (0.01 sec) Records: 4 Duplicates: 0 Warnings: 0 mysql> select distinct col from tbx where col = 'aaa'; +------+ | col | +------+ | aaa | +------+ 1 row in set (0.00 sec) mysql> select row_count(); +-------------+ | row_count() | +-------------+ | -1 | +-------------+ 1 row in set (0.00 sec) mysql>
[25 Sep 2006 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".