MySQL Forums
Forum List  »  Partitioning

Re: Is there a SWITCH equivalent in MySQL?
Posted by: Mattias Jonsson
Date: January 02, 2011 04:41PM

Q2: It is implemented in the trunk as 'ALTER TABLE tp EXCHANGE PARTITION p WITH TABLE t', WL#4445. So it will not be included in 5.5, but in the next version. You can try it by downloading the source from launchpad and compile yourself; 'bzr init-repo bzrroot ; cd bzrroot ; bzr branch lp:mysql-server/trunk mysql-trunk ; cd mysql-trunk ; mkdir b ; cd b; cmake .. ; make -j5' ...

Options: ReplyQuote


Subject
Views
Written By
Posted
4645
December 22, 2010 02:27PM
Re: Is there a SWITCH equivalent in MySQL?
1816
January 02, 2011 04:41PM


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.