|
|
|
|
|
by djantje
997 days ago
|
|
That could be of the transactions, innodb will keep your data reads intact (of that is not of importance, if the update is more important than the result based on the current state of the data, for example with
UPDATE SET field = field + 1) You could maybe have matched with a change in the transaction isolation level for innodb |
|