Re: replication and internals

2003-08-18 Thread Jeremy Zawodny
On Fri, Aug 15, 2003 at 03:45:40PM -0700, Dathan Vance Pattishall wrote: > > Replicating queries where re-written to fix various bugs, most notably > time and auto-increment bugs. Hm? I didn't quite pars that sentence. > Why doesn't replication also enforce rewriting INSERT INTO into > INSERT

replication and internals

2003-08-15 Thread Dathan Vance Pattishall
Replicating queries where re-written to fix various bugs, most notably time and auto-increment bugs. Why doesn't replication also enforce rewriting INSERT INTO into INSERT DELAYED / etc. I've notice that the replicating thread in 3.23.5x will wait for a table instead of going onto another log e