RE: Relay-bin logs

2006-06-28 Thread Dirk Bremer
[EMAIL PROTECTED] www.nisc.coop > -Original Message- > From: Dan Buettner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 15:47 > To: Dirk Bremer > Cc: mysql@lists.mysql.com > Subject: Re: Relay-bin logs > > My bad, Dirk, sorry. I missed that you were

RE: Relay-bin logs

2006-06-28 Thread Dirk Bremer
: Dirk Bremer > Sent: Wednesday, June 28, 2006 15:59 > To: 'Dan Buettner' > Cc: mysql@lists.mysql.com > Subject: RE: Relay-bin logs > > Dan, > > Yes they are on the master. The master is not configured as a slave: > > mysql> show slave status; >

Re: Relay-bin logs

2006-06-28 Thread Dan Buettner
5:23 > To: Dirk Bremer > Cc: mysql@lists.mysql.com > Subject: Re: Relay-bin logs > > Those do indeed have something to do with replication - they're a > record of all data manipulation commands (inserts, updates, deletes, > table creates and alters, etc). The slaves basicall

RE: Relay-bin logs

2006-06-28 Thread Dirk Bremer
nisc.coop > -Original Message- > From: Dan Buettner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 15:23 > To: Dirk Bremer > Cc: mysql@lists.mysql.com > Subject: Re: Relay-bin logs > > Those do indeed have something to do with replication - they're a >

Re: Relay-bin logs

2006-06-28 Thread Dan Buettner
Those do indeed have something to do with replication - they're a record of all data manipulation commands (inserts, updates, deletes, table creates and alters, etc). The slaves basically read the commands from those files in order to replicate what the master has done. You can purge them fairly