Consider a very simple update statement in database:
update ABC set colA=456, colB=1 where colB=0;
Assume we are using innoDB.
Which of the