In the last episode (Aug 18), jkelty@stripped said:
> I just have a question about the table locking in 3.23.56. If I am
> inserting a row into a table that is MyISAM type, is the entire table
> locked? And, if so, what does this mean for concurrent selects?
Inserting a row into a full table does not lock the table. Inserting a
row into a table that has had rows deleted from it will lock the table
if MySQL decides to use one of the free spaces.
http://www.mysql.com/doc/en/Table_locking.html
--
Dan Nelson
dnelson@stripped