MySQL Forums
Forum List  »  Partitioning

Re: mysql tables in use 500, locked 500
Posted by: Mattias Jonsson
Date: August 13, 2013 05:42AM

InnoDB is unaware of partitioning, so it sees every partition as a table.

Which version are you using? 5.6 should only lock one partition for this UPDATE query.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql tables in use 500, locked 500
1400
August 13, 2013 05:42AM


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.