dear support,
when doing a delete with a query ( on mysql 5.5.8 ) like this:
DELETE
FROM
aaaaa, tmp_tmp_008
USING
aaaaa
INNER JOIN tmp_tmp_008
USING (xxx_id)
WHERE
tmp_tmp_008.xxx_id IS NOT NULL
AND
aaaaa.db_changed IS NULL;
i get the result:
SQL24.sql: 61290 rows deleted [4,499s]
but the real number of rows deleted is half that number: 30645
at some point, the number of deleted rows gets doubled, that is very very confusing
and i got very frustrated because i thought i delete too much or my query is wrong

so please fix this in your next update!

thank you!
michael