I use a created and updated field in most of my MySQL tables for obvious reasons.
In some instances I would like to be able to add a matched field which would indicate a record was found and attempted to be updated but no changes were made because there were no fields to update.
Basically to determine the "freshness" of a record, ie if a record hasn't been matched in a predetermined amount of time then it needs to be deleted. Is there an elegant way of doing this in MySQL?