Row locking with escalation to table locks.
行锁定,具有到表锁的升级。
The LOCK TABLE command can be used to lock a table instead of using the default row locking.
可使用 LOCK TABLE 命令来锁定一个表,而不是使用缺省的行锁定。
If many transactions will be updating individual rows, change to row locking mode for a particular table using the following SQL statement.
如果许多事务将更新一些单独的行,则使用下列sql语句将特定表更改为row locking模式。
应用推荐