MySQL Forums
Forum List  »  Partitioning

Re: Attaching a single partition to MySql on another server
Posted by: Mattias Jonsson
Date: November 30, 2011 06:12AM

If you want to drop a partition on the master, but not on the slave, you should look into:

http://dev.mysql.com/doc/refman/5.1/en/set-sql-log-bin.html

to temporary disable bin-logging of the drop command. Note that the tables will be different between the master and slave.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Attaching a single partition to MySql on another server
1683
November 30, 2011 06:12AM


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.