This is a two part question. When I perform a SELECT on a table, am I locking that table from any usage while the SELECT is running?
If so, what is a way to not lock the table while performing a SELECT statement? I'm using MySQL 4.1.20 MyISAM.
update there is a similar question here Any way to select without causing locking in MySQL? but the answer doesn't work with MyISAM