On Fri, Oct 04, 2002 at 12:51:16AM +0300, Heikki Tuuri wrote:
>
> only successful queries are written to the binlog and replicated. It is a
> bug in MySQL replication if a duplicate key error in the master is
> propagated to the slave.
Or someone accidentallly muged data on the slave. We've had
James,
- Original Message -
From: "James Kelty" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.mysql
Sent: Friday, October 04, 2002 12:13 AM
Subject: Slave server and InnoDB
> sql,query
>
> Hello.
>
> Is there an option for the slave server to NOT stop
sql,query
Hello.
Is there an option for the slave server to NOT stop when an error
inducing query is run on the master?
For instance, if someone tries in insert a duplicate entry, and the
master shows the error, but updates the binlog, how can I keep the slave
from seeing the same error, and NO