MySQL Forums
Forum List  »  MyISAM

Re: Why one reading query lock another one?
Posted by: DBA Lead
Date: September 06, 2010 03:21PM

Interesting!

Can I see the output of your SHOW FULL PROCESSLIST\G command please? Obviously, at the time when you see the locks.

it'd be nice if you also paste the output of SHOW CREATE TABLE <table name>; for tables involved.

Correction: A write will always get blocked by a running SELECT (unless you have concurrent_inserts=1/2 and there are no holes in your MyISAM table if concurrent_inserts=1)

--------------------------------------------------------------------
Geeks Worldwide -- http://www.geeksww.com/keywords/tutorials/mysql/

Options: ReplyQuote


Subject
Views
Written By
Posted
4512
August 15, 2010 11:21PM
Re: Why one reading query lock another one?
1720
September 06, 2010 03:21PM
1655
September 06, 2010 08:26PM
1505
September 06, 2010 09:18PM
1574
September 07, 2010 02:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.