After converted a table from MyISAM to InnoDB, "show table status" command returns different row numbers to correct figure showed by "count(*)" command. That's probably due to compact row format used in InnoDB tables.
I wonder if there is a way to quickly get correct row numbers for all tables on InnoDB engine by "show table status" command just like what it shows for MyISAM tables.