, API- mysql c "mysql_affected_rows", , . . , , , where.
, , , , .
sobbayi, , , , ( ) .
UPDATE:
, , :
:
create table row_counts (ts timestamp not null, row_count integer not null);
script :
insert into row_counts (ts,row_count) select now(),count(0) from YOUR_TABLE;
load file inline......
insert into row_counts (ts,row_count) select now(),count(0) from YOUR_TABLE;
row_counts .