Re: MySQL 4.1 replication relay log control

2003-10-11 Thread Paul DuBois
At 13:26 -0500 10/11/03, Christopher L. Everett wrote: Victoria Reznichenko wrote: relay-log-purge is available from 4.1.1. Do you use 4.1.1 or 4.1.0? Is it in the manual because relay-log-purge is available in 4.0.x? Sorry, what? AFAICT, 4.1.1 isn't available for download from the mysql.com sit

Re: MySQL 4.1 replication relay log control

2003-10-11 Thread Christopher L. Everett
Victoria Reznichenko wrote: relay-log-purge is available from 4.1.1. Do you use 4.1.1 or 4.1.0? Is it in the manual because relay-log-purge is available in 4.0.x? AFAICT, 4.1.1 isn't available for download from the mysql.com site. 4.1.0-alpha is. How would one obtain 4.1.1? Would this work to m

Re: MySQL 4.1 replication relay log control

2003-10-10 Thread Victoria Reznichenko
"Christopher L. Everett" <[EMAIL PROTECTED]> wrote: > The online manual at http://www.mysql.com/doc/en/Replication_Options.html > > says that these two variables: > > max-relay-log-size=# > relay-log-purge=0|1 > > exist to control the size of the relay log. But when I try to start my > slave s

MySQL 4.1 replication relay log control

2003-10-09 Thread Christopher L. Everett
The online manual at http://www.mysql.com/doc/en/Replication_Options.html says that these two variables: max-relay-log-size=# relay-log-purge=0|1 exist to control the size of the relay log. But when I try to start my slave server with: set-variable = max-relay-log-size=192MB set-variable = rel