Re:strange replication failure (duplicate entry w/ replace into)

2001-09-24 Thread Heikki Tuuri
Hi! Just an update to this thread: the replication failure of auto-inc columns has probably been traced. Replication assumes that auto-inc values for a multiline insert or INSERT INTO ... SELECT ... are assigned strictly consecutively, while InnoDB assigns them in parallel. A symptom of the bug

Re:strange replication failure (duplicate entry w/ replace into)

2001-09-20 Thread Heikki Tuuri
Robert, there was a bug in 3.23.41 which caused InnoDB to ignore SET INSERT_ID=... That is a command used in replication of auto-inc columns. That bug was fixed in .42, but obviously still some bug remains. It would be valuable to know how the master handles the failing statement? What is the au