My mindset is that MySQL conceptually does the correct thing, here: it updates the distinct set of rows and fields from the target table (mu) a single time. If 2 updates are required, two UPDATE statements are needed; meaning: an UPDATE is atomic to a single unique tuple for each execut...