From: Wei He Date: October 26 2000 2:45am Subject: A suggestion on Replication List-Archive: http://lists.mysql.com/internals/55 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, According to my experience, the replication will be broken when the slave executes a error sql command. Can this be changed to: 1. The slave ignores the error and continues the replication; 2. The master only bin-logs sql commands that succeed. Wei He