Author: jstephens
Date: 2006-01-14 02:42:31 +0100 (Sat, 14 Jan 2006)
New Revision: 821
Log:
maxsize config param is measured in bytes (Nod to Alex Davies)
Modified:
trunk/refman-4.1/ndbcluster.xml
trunk/refman-5.0/ndbcluster.xml
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml 2006-01-13 23:50:34 UTC (rev 820)
+++ trunk/refman-4.1/ndbcluster.xml 2006-01-14 01:42:31 UTC (rev 821)
@@ -2426,12 +2426,13 @@
<listitem>
<para>
- <literal>maxsize</literal>: The maximum size to
- which the file can grow before logging rolls over
- to a new file. When this occurs, the old logfile
- is renamed by appending <filename>.x</filename> to
- the filename, where <literal>x</literal> is the
- next number not yet used with this name.
+ <literal>maxsize</literal>: The maximum size (in
+ bytes) to which the file can grow before logging
+ rolls over to a new file. When this occurs, the
+ old logfile is renamed by appending
+ <filename>.x</filename> to the filename, where
+ <literal>x</literal> is the next number not yet
+ used with this name.
</para>
</listitem>
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2006-01-13 23:50:34 UTC (rev 820)
+++ trunk/refman-5.0/ndbcluster.xml 2006-01-14 01:42:31 UTC (rev 821)
@@ -2416,12 +2416,13 @@
<listitem>
<para>
- <literal>maxsize</literal>: The maximum size to
- which the file can grow before logging rolls over
- to a new file. When this occurs, the old logfile
- is renamed by appending <filename>.x</filename> to
- the filename, where <literal>x</literal> is the
- next number not yet used with this name.
+ <literal>maxsize</literal>: The maximum size (in
+ bytes) to which the file can grow before logging
+ rolls over to a new file. When this occurs, the
+ old logfile is renamed by appending
+ <filename>.x</filename> to the filename, where
+ <literal>x</literal> is the next number not yet
+ used with this name.
</para>
</listitem>
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-01-13 23:50:34 UTC (rev 820)
+++ trunk/refman-5.1/ndbcluster.xml 2006-01-14 01:42:31 UTC (rev 821)
@@ -2414,12 +2414,13 @@
<listitem>
<para>
- <literal>maxsize</literal>: The maximum size to
- which the file can grow before logging rolls over
- to a new file. When this occurs, the old logfile
- is renamed by appending <filename>.x</filename> to
- the filename, where <literal>x</literal> is the
- next number not yet used with this name.
+ <literal>maxsize</literal>: The maximum size (in
+ bytes) to which the file can grow before logging
+ rolls over to a new file. When this occurs, the
+ old logfile is renamed by appending
+ <filename>.x</filename> to the filename, where
+ <literal>x</literal> is the next number not yet
+ used with this name.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r821 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 14 Jan |