Re: Extended insert syntax and replication

2005-06-23 Thread mfatene
ed inserts. It's just that the replication slave seems to > insert them out of order and screw up the auto-increment primary key. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Jeremiah Gowdy" <[EMAIL PROTECTED]> > Cc: > Sen

Re: Extended insert syntax and replication

2005-06-23 Thread Jeremiah Gowdy
; To: "Jeremiah Gowdy" <[EMAIL PROTECTED]> Cc: Sent: Thursday, June 23, 2005 2:51 PM Subject: Re: Extended insert syntax and replication Hi, this is a perl script converter for inserts to simple form. if you work from a mysqldump, you can try it to see if the converted insert

Re: Extended insert syntax and replication

2005-06-23 Thread mfatene
Hi, this is a perl script converter for inserts to simple form. if you work from a mysqldump, you can try it to see if the converted inserts do not genrate errors : http://platon.sk/cvs/cvs.php/scripts/perl/mysql/mysqldump-convert.pl Mathias Selon Jeremiah Gowdy <[EMAIL PROTECTED]>: > I have two