read-committed Questions
2
Solved
Why I shouldn't use "Repeatable Read" with locking reading (select..for update)"?
In the Mysql Document: "https://dev.mysql.com/doc/refman/5.7/en/innodb-deadlocks-handling.html"
It mentioned: "If you use locking reads (SELECT ... FOR UPDATE or SELECT ... LOCK IN SHARE MODE), tr...
Profluent asked 15/9, 2017 at 1:56
4
Solved
I am trying to understand read committed and read uncommitted isolation levels. I know that theoreticay read uncommitted allows dirty reads and read committed doesn't, but I still can't really unde...
Glisson asked 6/1, 2019 at 15:39
1
We have set the following in the my.ini file
[mysqld]
transaction-isolation = READ-COMMITTED
We assume this setting will be the default for all user sessions.
When logging in using PHPMyAdmin th...
Presbyterial asked 5/12, 2013 at 9:17
1
© 2022 - 2024 — McMap. All rights reserved.