TX isolation levels (3) REPEATABLE READ, SERIALIZABLE
The third part of this series shows how transactions work when the REPEATABLE READ and SERIALIZABLE transaction levels are used. I show these two together, because they work very similar and can easily be shown in one example. REPEATABLE READ is the default transaction level in MySQL and the one that’s most commonly used. We […]