Re: Forwarded: Fwd: load data infile not being replicated properly....

2003-04-02 Thread Guilhem Bichot
> I've seen a strange replication problem with MySQL v4.0.12. > > mysql> LOAD DATA LOCAL INFILE '/home/andrew/upload' into table andrew FIELDS > TERMINATED BY ',' lines terminated by '\n'; Hi, This bug is fixed in MySQL 4.0.13 (not released yet). Until then a patch for this is : = sql/log_e

Re: load data infile not being replicated properly....

2003-04-01 Thread Jeff Kilbride
- Original Message - From: "Andrew Braithwaite" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 10:09 AM Subject: load data infile not being replicated properly > Hi all, > > I've seen a strange replication problem with My

load data infile not being replicated properly....

2003-04-01 Thread Andrew Braithwaite
Hi all, I've seen a strange replication problem with MySQL v4.0.12. Steps to duplicate... I have a table 'andrew'.. mysql> desc andrew; +---+-+--+-+-+---+ | Field | Type| Null | Key | Default | Extra | +---+-+--+-+-+---