MySQL Forums
Forum List  »  Partitioning

Re: Partition Management in MySQL 5.1
Posted by: Steven Roussey
Date: October 27, 2005 01:16PM

One thing I don't really care about, but am curious on, is why this format:

ALTER TABLE t1 OPTIMIZE PARTITION (x0, x1);

Rather than this:

OPTIMIZE TABLE t1 PARTITION (x0, x1);

etc.?

Options: ReplyQuote


Subject
Views
Written By
Posted
14695
October 06, 2005 06:41PM
Re: Partition Management in MySQL 5.1
3050
October 27, 2005 01:16PM
3172
November 07, 2005 07:36PM


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.