Continuing the discussion around transactions, consistency, and MySQL, we
consider transaction isolation levels.
Setting the TXIL Per Session
Remember in MySQL we have auto-commit=1. When you set the transaction isolation
level with a statement, that only lasts one transaction if you don't specify the
session keyword, so