MySQL Tutorials - Herong's Tutorial Examples - 4.40, by Dr. Herong Yang
Transaction Management and Isolation Levels
Provides tutorial notes on transactions. Topics include introduction of transactions, transaction management in MySQL, transaction isolation levels: Read Uncommitted, Read Committed, Repeatable Read, Serializable.
These sections are omitted from this Web preview version. To view the full content, see information on how to obtain the full version this book.
What Is a Transaction?
Transaction Management in MySQL
Transaction Isolation Levels
"Read Uncommitted" Isolation Level
"Read Committed" Isolation Level
"Repeatable Read" Isolation Level
Takeaways:
All notes and examples in chapter are tested with MySQL 8.0, 5.7, 5.6, 5.0 and 4.0 servers.
Table of Contents
MySQL Introduction and Installation
Introduction of MySQL Programs
Perl Programs and MySQL Servers
Java Programs and MySQL Servers
Character Strings and Bit Strings
Table Column Types for Different Types of Values
Using DDL to Create Tables and Indexes
Using DML to Insert, Update and Delete Records
Using SELECT to Query Database
►Transaction Management and Isolation Levels
Defining and Calling Stored Procedures
Variables, Loops and Cursors Used in Stored Procedures
Using Administration Statements
Installing MySQL Server on Linux