MySQL Forums
Forum List  »  Partitioning

Re: MySQL 5.1 Partitioning: Checking and repairing partitions
Posted by: Mattias Jonsson
Date: December 11, 2008 10:57AM

ALTER TABLE t ANALYZE/CHECK/OPTIMIZE/REPAIR PARTITION <partitions> are only done for the specified partitions.

They also work on table level (i.e. ANALYZE/CHECK/OPTIMIZE/REPAIR TABLE).

This was fixed in bug#20129 (http://bugs.mysql.com/bug.php?id=20129).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.1 Partitioning: Checking and repairing partitions
3036
December 11, 2008 10:57AM


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.