MySQL Forums
Forum List  »  InnoDB

InnoDB use TABLE LOCK ?
Posted by: jongse park
Date: December 27, 2014 06:45PM

Hi

As I know that innodb just use row level lock. is it right?
when it alter table definition. does innodb use table lock ? or not use ?
when altering index ? adding index ? modifing colums ? does it use table lock?

InnoDB only uses row locks, not page or table-level locks ?

Options: ReplyQuote


Subject
Views
Written By
Posted
InnoDB use TABLE LOCK ?
1582
December 27, 2014 06:45PM
1015
December 29, 2014 06:59PM


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.