Re: DBI and MySQL update log question

2002-01-10 Thread Kyle Hayes
Comments inline below. On Wednesday 09 January 2002 18:13, Paul DuBois wrote: > At 17:23 -0800 1/9/02, Kyle Hayes wrote: [snipped replication explanation] > >The program works by getting the contents of the update log and using > > the Perl DBI do() function on each statement. > > > >The problem

Re: DBI and MySQL update log question

2002-01-09 Thread Paul DuBois
At 17:23 -0800 1/9/02, Kyle Hayes wrote: >I am putting the finishing touches on a completely reworked replication >server/client scheme (we cannot use MySQL's native replication for what we >are doing). The whole thing is written in Perl/DBI and runs >on Linux (x86). We are using various version

DBI and MySQL update log question

2002-01-09 Thread Kyle Hayes
I am putting the finishing touches on a completely reworked replication server/client scheme (we cannot use MySQL's native replication for what we are doing). The whole thing is written in Perl/DBI and runs on Linux (x86). We are using various versions of MySQL, but all 3.23.x series. We a