I'm showing all rows (825) in phpMyAdmin v4.3.2 for a mysql innodb table sorted by the default autoincrement primary key. When sorted ascending, I go to the last page but it stops at id = 1150 when it should be id = 1337. The last 200 or so records do not display. When sorted descending, the records correctly start at the last record.
Oddly, increasing the number of rows per page give more of the missing rows and if I set it to 250 rows per page, they will all be there.
Any ideas why the result set is truncated? It seems as if phpMyAdmin is miscalculating number of pages.
UPDATE
I upgraded to the latest version 4.5.0.2 and the problem persists.
UPDATE2
The query executed when entering the table is SELECT * FROM gems
The result: Showing rows 0 - 24 (825 total, Query took 0.0000 seconds.)
When I do the query select count(*) from gems
the result returns 997. So the problem is clearly in the estimated number of records phpMyAdmin thinks is there.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…