Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当从 MySQL MyISAM 表中删除记录时,它是否会被锁定?
MyISAM 表支持表级锁定,是的,在删除(或插入和更新)记录时使用写锁定。
有关详细信息,请参阅内部锁定方法