From: Andrew R. <ros...@gm...> - 2007-08-21 14:50:29
|
On 21/08/07, Michal Ludvig <mi...@lo...> wrote: > Andrew Rose wrote: > > > I am currently running a chained master->master setup. It is a common > > MySQL replication problem with master->master setups, and crops up > > when the PK's are not auto incrementing. > > So it isn't MySQL error but an improper MySQL configuration ;-) Actually it is a problem with the inode field in data_nodes being a primary key, and NOT auto_increment'ing. Not a lot you can do about that, but certainly not a "improper MySQL configuration" thank you very much. Andrew |