When importing a long .sql-file with around 50.000 statements only like
Code:
insert into `mytable` values (…..);
… I experience that SQLyog displays a Count that is the double number of statements actually processed/rows actually inserted. Right now as the Count says 50.000 I have imported around (or probably exactly!) 25.000 rows.