INFORMATION_SCHEMA.TABLE_STATISTICS has a row in it for each table partition. Each table has multiple partitions. What’s the output if you group by DATABASE_NAME and TABLE_NAME and sum the ROWS column?
MemSQL Studio can also give you the row counts. Click on Databases, then click the database to expand the tables list. That shows the row count for the tables.