v 8.14 on Windows XP
SELECT * FROM T1
WHERE ID NOT IN (SELECT ID FROM T2)
Execute query and edit resultset
Test where this returns one record.
On resultset then delete the sole record. Confirm. SQLyog then hangs and will not respond.
Have not tested where more than one record returned but three times the program froze when returning single record for deletion.