|
Home > Archive > MySQL ODBC Connector > January 2006 > Row Count Discrepency
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Row Count Discrepency
|
|
|
|
| Terry Riley 2006-01-01, 7:23 am |
| ----- Original Message -----
> I have an InnoDB table in a MySQL 4.1.14 database. Can anyone suggest
> why MySQL Adminstrator says the table has 497 rows, while doing a query
> or a count on the same table shows that it only has 434?
>
IIRC, InnoDB only gives an estimated row count in admin (or SQLyog or
whatever), not an actual count, because of the way it does (or doesn't)
store row information.
MyISAM tables, on the other hand, show accurately because they store the
rowcount as part of the table data.
Terry
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
|
|
|
|
|