MySQL MyISAM table locking MySQL MyISAM table locking sql sql

MySQL MyISAM table locking


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