Bug #5755 | Innacurate Row Count on InnoDB Table | ||
---|---|---|---|
Submitted: | 27 Sep 2004 0:13 | Modified: | 27 Sep 2004 16:03 |
Reporter: | Craig Reilly | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Administrator | Severity: | S3 (Non-critical) |
Version: | 1.0.12 | OS: | Windows (MS Windows XP) |
Assigned to: | CPU Architecture: | Any |
[27 Sep 2004 0:13]
Craig Reilly
[27 Sep 2004 0:30]
Craig Reilly
When I convert the table to MyISAM - MySQL Administrator accurately reflects the row count.
[27 Sep 2004 16:03]
Heikki Tuuri
Hi! SHOW TABLE STATUS for an InnoDB table returns an estimate of the row count. The estimate is calculated by 8 random dives into the clustered index of the table. Regards, Heikki