Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lsp4you/public_html/connect.php on line 2 LSP4YOU - Learner's Support Publications

Transactions - Unrepeatable Reads

Problems of Concurrent Transactions: Unrepeatable Reads
Unrepeatable Reads

Suppose T7 reads X twice during its execution. The transaction is getting different value of X in different reads even if it does not contain any update operation. This is because between two reads of a single transaction, another transaction modifies X.