MySQL 5.6 Transaction Isolation Levels
In my previous post on MySQL 5.6 Transactions, I demonstrated how transactions can be started, committed, rolled back (either partially or fully) and how to change the autocommit functionality of MySQL. In the post I’ll describe how MySQL handles multiple transactions running at the same time, through the use of Transaction Isolation Levels. Read more…