Home > database > Mysql table level lock session A session with the write lock B can also perform A select operation w
Mysql table level lock session A session with the write lock B can also perform A select operation w
Time:10-07
Computer jacket is mysql integration environment, the InnoDB engine. I'm in a conversation window to add a data table write locks, occasionally will appear in another session window can also select on the table for operation condition (downs), what reason is this? And if it is to add the read lock won't appear this kind of problem,
CodePudding user response:
By default, the reading is allowed (read is a snapshot, will not be locked)