Does a MySQL MyISAM table gets locked when records are deleted from it?
+2
A:
MyISAM tables supports table level locking, and yes, a write lock is employed when deleting (or insert & updating) records.
For more info, see Internal Locking Methods
OMG Ponies
2009-12-23 07:24:20