MYSQL UPDATE Statement and Already Updated Records
In considering how to update a table based on a set of input data that might or might not actually change the records, I was wondering how MySQL processed an UPDATE where the record in question was already up to date. The question would be overhead in processing. If the record is left alone, there…