SELECT table_name, partition_name, table_rows 

FROM information_schema.partitions WHERE table_name='biz_log';