11.06.2015, 07:35
MySQL doesn't have a problem like that. It is your script. If a table is being altered or selected from, MySQL locks the table so that other rows can't be changed for that time being. It can very well be that that lock is still there because of an open select statement.

