When several users try to insert into the same table at the same time, mysql locks the table while implementing the first query.
Question is:
mysql declines other requests or puts them in queue and after the table is unlocked will implement other requests as well?