Re: Query log/binlog inconsistency

2003-05-30 Thread Chris Tucker
ds of transactions that have been committed!). Thanks again, Chris Heikki Tuuri wrote: Chris, - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Thursday, May 29, 2003 10:17 AM Subject: Re: Query log/binlog inconsistency On We

Re: Query log/binlog inconsistency

2003-05-29 Thread Heikki Tuuri
Chris, - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Thursday, May 29, 2003 10:17 AM Subject: Re: Query log/binlog inconsistency > On Wed, May 28, 2003 at 05:05:38PM -0700, Chris Tucker wrote: > > Hi,

Re: Query log/binlog inconsistency

2003-05-29 Thread Jeremy Zawodny
On Wed, May 28, 2003 at 05:05:38PM -0700, Chris Tucker wrote: > Hi, > > I'm running into an issue on MySQL 4.0.12 (not tested on other > releases) using an InnoDB table type, where an update query is > getting written to the query log but never being propogated as far > as the binlog. The query i

Query log/binlog inconsistency

2003-05-29 Thread Chris Tucker
Hi, I'm running into an issue on MySQL 4.0.12 (not tested on other releases) using an InnoDB table type, where an update query is getting written to the query log but never being propogated as far as the binlog. The query is also not updating the DB, though according to the connection layer (P