MySQL Forums
Forum List  »  Partitioning

Re: alter table rebuild partition locks reads
Posted by: Chris C
Date: December 21, 2009 03:04PM

More info:

Appears any alter table on a partition table will lock it:

alter table <table_name> engine = innodb;

Same thing.

The documentation clearly states that sessions can read a table while it is rebuilding the temporary table. So, something is up.

Note, if I take a non-partitioned table and do:

alter table <table_name> engine = innodb;

I can query all I want.

Options: ReplyQuote


Subject
Views
Written By
Posted
5871
December 18, 2009 01:24AM
Re: alter table rebuild partition locks reads
2572
December 21, 2009 03:04PM


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.