Re: Adding index to a replication slave

2005-09-27 Thread SGreen
Jigal van Hemert <[EMAIL PROTECTED]> wrote on 09/27/2005 03:35:59 AM: > Mysql Lists wrote: > > I'm hoping they get replication setup by "diffs", only sending the diffs > > that are tracked from the master.. replicated to the slave.. That would > > be sweet :) > > > > > > On 9/27/05, *Jigal v

Re: Adding index to a replication slave

2005-09-27 Thread Jigal van Hemert
Mysql Lists wrote: I'm hoping they get replication setup by "diffs", only sending the diffs that are tracked from the master.. replicated to the slave.. That would be sweet :) On 9/27/05, *Jigal van Hemert* <[EMAIL PROTECTED] > wrote: Balazs Rauznitz wrote:

Re: Adding index to a replication slave

2005-09-27 Thread Jigal van Hemert
Balazs Rauznitz wrote: I have replication set up. Is it OK to alter one of the slaves and add several indexes ? It did seem to work, but I'd like to be sure. Replication does nothing more or less than copying the queries that alter the tables (inserts, updates, alter table, delete, etc.) to th