Author: jstephens
Date: 2006-08-18 13:11:34 +0200 (Fri, 18 Aug 2006)
New Revision: 3052
Log:
Disk Data: Corrected location of undo logs, clarified some wording.
(Thanks again, Roland!)
Modified:
trunk/refman-5.1/mysql-cluster.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2006-08-18 10:54:48 UTC (rev 3051)
+++ trunk/refman-5.1/mysql-cluster.xml 2006-08-18 11:11:34 UTC (rev 3052)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 5; 1571 bytes
@@ -14512,7 +14512,9 @@
<listitem>
<para>
Create a <firstterm>logfile group</firstterm>, and assign one
- or more <literal>UNDO</literal> logfiles to it.
+ or more <literal>UNDO</literal> logfiles to it (an
+ <literal>UNDO</literal> logfile is also referred as an
+ <literal>UNDOFILE</literal>).
</para>
</listitem>
@@ -14615,10 +14617,16 @@
<listitem>
<para>
- When you add an <literal>UNDO</literal> logfile to a
- logfile group, a file with that name is created in the
- <literal>DataDirectory</literal> of each data node in the
- cluster.
+ When you add an <literal>UNDO</literal> log file to a
+ logfile group using <literal>ADD UNDOFILE
+ '<replaceable>filename</replaceable>'</literal>, a file
+ with the the name <replaceable>filename</replaceable> is
+ created in the
+ <literal>ndb_<replaceable>nodeid</replaceable>_fs</literal>
+ directory within the <literal>DataDirectory</literal> of
+ each data node in the cluster, where
+ <replaceable>nodeid</replaceable> is the node ID of the
+ data node.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3052 - trunk/refman-5.1 | jon | 18 Aug |