Re: Replication and transaction questions

2002-04-03 Thread Heikki Tuuri
Hi! - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Wednesday, April 03, 2002 9:00 AM Subject: Re: Replication and transaction questions > On Tue, Apr 02, 2002 at 11:49:10AM +0200, Nico Sabbi wrote: ... >

Re: Replication and transaction questions

2002-04-02 Thread Jeremy Zawodny
On Tue, Apr 02, 2002 at 11:49:10AM +0200, Nico Sabbi wrote: > HI, > > I have two questions: > > 1) is there a way to tell my mysql master not to log failed > executions, such as creation of existing tables, drop of inexistant > databases etc? It's been a while since I checked, but it either doe

Replication and transaction questions

2002-04-02 Thread Nico Sabbi
HI, I have two questions: 1) is there a way to tell my mysql master not to log failed executions, such as creation of existing tables, drop of inexistant databases etc? Each of these operations lock the slave, and I believe that it' conceptually wrong logging them, since they never took pla