5 messages in com.mysql.lists.bugsReplication to slave broken in 3.23.3...
FromSent OnAttachments
Leigh Phillips12 Feb 2001 08:56 
Sasha Pachev12 Feb 2001 10:30 
Leigh Phillips12 Feb 2001 10:44 
Sasha Pachev12 Feb 2001 10:58 
Michael Widenius12 Feb 2001 12:37 
Subject:Replication to slave broken in 3.23.32 for mysqlimport/LOAD DATA INFILE.
From:Leigh Phillips (LPhi@PryzmWeb.com)
Date:02/12/2001 08:56:47 AM
List:com.mysql.lists.bugs

Configuration: 2 Linux machines running MySQL 3.23.32. One is configured as a Master, the other as a slave. Replication from the Master to the Slave has been confirmed for INSERT's and UPDATE's.

Problem: Loading of data onto the master using the command line tool 'mysqlimport' succeeds in loading data onto the target table on the Master but data is never replicated to the Slave as it should be. I have not checked to see if this also applies to the LOAD DATA INFILE command but suspect it would yield the same behavior.

Workaround: Write a script which utilizes INSERT's and UPDATE's instead of LOAD DATA INFILE to replace mysqlimport.

Enjoy!

LP.