Re: mysql replication synchonization problem

2001-01-18 Thread Werner Maier
Hi Sasha, Sasha Pachev wrote: > Apparently, LOAD TABLE FROM MASTER is buggy - until we get it cleaned up, use > mysqlhotcopy to copy the tables instead. I'll be doing a thorough code > examination shortly. nice to hear, this seems to decrease the number of places wher the bug can hide ;-) > I

Re: mysql replication synchonization problem

2001-01-18 Thread Sasha Pachev
> >But it happens more likely if You load more tables >at once with a script, e.g. > >drop table one >drop table two >drop table three >load table one from master >load table two from master >load table three from master > >> >load table first,second,...,last from master >> > >> >this command sh