Author: jstephens
Date: 2006-10-20 07:10:05 +0200 (Fri, 20 Oct 2006)
New Revision: 3688
Log:
Added 2 more terms to glossary.
Modified:
trunk/internals/ndbcluster.xml
Modified: trunk/internals/ndbcluster.xml
===================================================================
--- trunk/internals/ndbcluster.xml 2006-10-19 20:56:34 UTC (rev 3687)
+++ trunk/internals/ndbcluster.xml 2006-10-20 05:10:05 UTC (rev 3688)
Changed blocks: 3, Lines Added: 38, Lines Deleted: 13; 2519 bytes
@@ -23,7 +23,7 @@
<para>
<emphasis>Never use this command on a production MySQL Cluster
except under the express direction of MySQL Technical
- Support</emphasis>. MySQL AB will <emphasis>not</emphasis> be
+ Support</emphasis>. MySQL AB will <emphasis>not</emphasis> be
held responsible for adverse results arising from its use under
any other circumstances!
</para>
@@ -77,39 +77,65 @@
</para>
</section>
-
+
<section id="ndbcluster-glossary">
+
<title><literal>NDB</literal> Internals Glossary</title>
-
+
<para>
This section contains terms and abbreviations that are found in or
useful to understanding the <literal>NDB</literal> source code.
</para>
-
+
<itemizedlist>
+
<listitem>
<para>
+ <emphasis role="bold">ACC</emphasis>
+ </para>
+
+ <para>
+ <emphasis role="bold">ACC</emphasis>elerator or
+ <emphasis role="bold">ACC</emphasis>ess manager. Handles hash
+ indexes of primary keys, providing fast access to records.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<emphasis role="bold"><literal>SUMA</literal></emphasis>
</para>
-
+
<para>
- <emphasis role="bold">SU</emphasis>bscription <emphasis
+ <emphasis role="bold">SU</emphasis>bscription
+ <emphasis
role="bold">MA</emphasis>nager.
</para>
</listitem>
-
+
<listitem>
<para>
<emphasis role="bold"><literal>Tsman</literal></emphasis>
</para>
-
+
<para>
<emphasis role="bold">T</emphasis>able<emphasis
- role="bold">s</emphasis>pace <emphasis
+ role="bold">s</emphasis>pace
+ <emphasis
role="bold">m</emphasis>anager.
</para>
</listitem>
+ <listitem>
+ <para>
+ <emphasis role="bold">TUP</emphasis>
+ </para>
+
+ <para>
+ <emphasis role="bold">TUP</emphasis>le. Unit of data storage.
+ </para>
+ </listitem>
+
<!--
<listitem>
<para>
@@ -120,11 +146,10 @@
</para>
</listitem>
--->
+-->
</itemizedlist>
-
+
</section>
-
-
+
</chapter>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3688 - trunk/internals | jon | 20 Oct |