Re: fwd: relay_log_space_limit does not seem to work

Re: fwd: relay_log_space_limit does not seem to work

am 12.06.2003 21:30:00 von Guilhem Bichot

> From: Vidar
> To: bugs@lists.mysql.com
> Subject: relay_log_space_limit does not seem to work
> Date: 12 Jun 2003 17:56:01 +0200
>
>
> >Description:
> I have been looking for a way of controlling the size of the relay logs.
> I found nothing in the manuall regarding this but suddenly the changelog for
> 4.0.13 mention relay_log_space_limit.
>
> However, setting this variable does not seem to work.
> Information about relay_log_space_limit should also be mention in the manual,
> now it only appears on the changelog

Following my previous answer, I have now completed our online manual:

===== manual.texi 1.411 vs edited =====
*** /tmp/manual.texi-1.411-27222 Thu Jun 12 19:04:05 2003
--- edited/manual.texi Thu Jun 12 21:19:40 2003
***************
*** 15694,15699 ****
--- 15694,15701 ----

@code{mysqld} accepts a lot of command-line options. Here follows some
of the most common ones. For a full list execute @code{mysqld --help}.
+ Options used for replication are listed in a separate section,
+ @pxref{Replication Options}.

@table @code
@item --ansi
***************
*** 26693,26698 ****
--- 26695,26706 ----
SQL thread needs more events to be able to delete; in that case the I/O
thread will overgo the limit until deletion becomes possible. Not
doing so would cause a deadlock (which happens before MySQL 4.0.13).
+ Users should not set @code{relay-log-space-limit} to less than twice
+ the value of @code{max-binlog-size} because in that case there are
+ chances that when the I/O thread waits for free space because
+ @code{relay-log-space-limit} is exceeded, the SQL thread has no relay
+ log to purge and so cannot satisfy the I/O thread, forcing the I/O
+ thread to temporarily ignore @code{relay-log-space-limit}.

@item @code{replicate-do-table=db_name.table_name} @tab
Tells the slave thread to restrict replication to the specified table.


and the online manual contains these small changes:
http://www.mysql.com/doc/en/Replication_Options.html.

Thanks for your "doc bug" report!

____________________________________________________________ ____________
Regards,
Guilhem
--
For technical support contracts, visit https://order.mysql.com/?ref=mgbi
Are you MySQL certified? visit http://www.mysql.com/certification/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Guilhem Bichot
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Software Developer
/_/ /_/\_, /___/\___\_\___/ Bordeaux, France
<___/ www.mysql.com


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org