Re: Partition Management in MySQL 5.1
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.?
Subject
Views
Written By
Posted
14695
October 06, 2005 06:41PM
3438
October 27, 2005 01:10PM
Re: Partition Management in MySQL 5.1
3050
October 27, 2005 01:16PM
3414
October 27, 2005 02:37PM
3324
October 27, 2005 02:32PM
3172
November 07, 2005 07:36PM
2986
May 01, 2008 05:51AM
3136
May 01, 2008 08:15AM
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.