Post date: Jan 18, 2011 8:56:21 AM
If you have an error in mysql on usual DELETE FROM t WHERE in IN (12):
Error: 1329 No data - zero rows fetched, selected, or processed
You simply should drop this table ( make back up if needed) and create it again. This is a strange bug in MySQL which I'm not able to repeat.