Re: Replication Rollback

2003-12-22 Thread karthikeyan.balasubramanian
: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 12:36 AM Subject: Re: Replication Rollback > > Karthikeyan, > > replication poses no problem here. MySQL does not write to the binlog > transactions which are rolled

Re: Replication Rollback

2003-12-22 Thread Heikki Tuuri
Karthikeyan, replication poses no problem here. MySQL does not write to the binlog transactions which are rolled back. Thus, a replication slave will never perform the steps in a transaction which is rolled back in the master. Best regards, Heikki Tuuri Innobase Oy http://www.innodb.com Foreign