MySQL Forums
Forum List  »  MyISAM

Re: Why one reading query lock another one?
Posted by: Yan Yan
Date: September 06, 2010 08:26PM

Hi,

Based on your reply that I think I got the reason.
The instance I met this issue is a slave, so there are some updates by REPLICATION from from master. unfortunately, these updates are blocked by the running select(which will use tmp table in disk and cost a lot of time), than these updates lock the other reading operation.

Since the "show full processlist" can not show the REPLICATION, so I misunderstand there are not updates.

thanks for your help!

Options: ReplyQuote


Subject
Views
Written By
Posted
4729
August 15, 2010 11:21PM
1831
September 06, 2010 03:21PM
Re: Why one reading query lock another one?
1779
September 06, 2010 08:26PM
1628
September 06, 2010 09:18PM
1679
September 07, 2010 02:17AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.