MySQL Forums
Forum List  »  InnoDB

Re: Do SELECT statements create some kind of row/table lock?
Posted by: Aftab Khan
Date: December 03, 2012 09:12AM

>I have a table with a large number of rows (more than 14 million) and 4 indexes
Please provide following for the subject table:
SHOW CREATE TABLE table_name\G
SHOW TABLE STATUS LIKE 'table_name'\G
SHOW index from table_name\G

Please provide full SELECT query including correlated subquery, please provide EXPLAIN output for the same query too. Also provide UPDATE query

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Do SELECT statements create some kind of row/table lock?
1173
December 03, 2012 09:12AM


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.