Author: jstephens
Date: 2008-06-17 11:08:09 +0200 (Tue, 17 Jun 2008)
New Revision: 10967
Log:
NDBCluster -> NDBCLUSTER (?? thought I'd done this ages ago...)
Modified:
trunk/dynamic-docs/changelog/mysqld.xml
trunk/it/refman-5.1/data-types.xml
trunk/it/refman-5.1/dba-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2008-06-17 08:56:41 UTC (rev 10966)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2008-06-17 09:08:09 UTC (rev 10967)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 1881 bytes
@@ -17500,7 +17500,7 @@
<literal>InnoDB</literal> deadlock or exceeded
<literal>InnoDB</literal>'s
<literal>innodb_lock_wait_timeout</literal> or
- <literal>NDBCluster</literal>'s
+ <literal>NDBCLUSTER</literal>'s
<literal>TransactionDeadlockDetectionTimeout</literal> or
<literal>TransactionInactiveTimeout</literal>, it automatically
retries <literal>slave_transaction_retries</literal> times
@@ -17520,7 +17520,7 @@
<literal>InnoDB</literal> deadlock or exceeded
<literal>InnoDB</literal>'s
<literal>innodb_lock_wait_timeout</literal> or
- <literal>NDBCluster</literal>'s
+ <literal>NDBCLUSTER</literal>'s
<literal>TransactionDeadlockDetectionTimeout</literal> or
<literal>TransactionInactiveTimeout</literal>, it automatically
retries <literal>slave_transaction_retries</literal> times
@@ -25614,7 +25614,7 @@
<para>
As a consequence of this fix, <literal>SHOW CREATE
TABLE</literal> no longer displays auto-partitioning
- information for <literal>NDBCluster</literal> tables.
+ information for <literal>NDBCLUSTER</literal> tables.
</para>
</note>
@@ -29394,7 +29394,7 @@
<message>
<para>
- The <literal>NDBCluster</literal> storage engine now supports
+ The <literal>NDBCLUSTER</literal> storage engine now supports
<literal>INSERT IGNORE</literal> and
<literal>REPLACE</literal>
statements. Previously, these statements failed with an error.
</para>
Modified: trunk/it/refman-5.1/data-types.xml
===================================================================
--- trunk/it/refman-5.1/data-types.xml 2008-06-17 08:56:41 UTC (rev 10966)
+++ trunk/it/refman-5.1/data-types.xml 2008-06-17 09:08:09 UTC (rev 10967)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 2189 bytes
@@ -5143,7 +5143,7 @@
<important>
<para>
- For tables using the <literal>NDBCluster</literal> storage
+ For tables using the <literal>NDBCLUSTER</literal> storage
engine, there is the factor of <firstterm>4-byte
alignment</firstterm> to be taken into account when calculating
storage requirements. This means that all <literal>NDB</literal>
@@ -5152,7 +5152,7 @@
other than <literal>NDB</literal> requires 16 bytes in an
<literal>NDB</literal> table. This requirement applies in
addition to any other considerations that are discussed in this
- section. For example, in <literal>NDBCluster</literal> tables,
+ section. For example, in <literal>NDBCLUSTER</literal> tables,
the <literal>TINYINT</literal>,
<literal>SMALLINT</literal>,
<literal>MEDIUMINT</literal>, and
<literal>INTEGER</literal>
(<literal>INT</literal>) column types each require 4 bytes
@@ -5163,7 +5163,7 @@
<para>
In addition, when calculating storage requirements for Cluster
tables, you must remember that every table using the
- <literal>NDBCluster</literal> storage engine requires a primary
+ <literal>NDBCLUSTER</literal> storage engine requires a primary
key; if no primary key is defined by the user, then a
<quote>hidden</quote> primary key will be created by
<literal>NDB</literal>. This hidden primary key consumes 31-35
@@ -5175,7 +5175,7 @@
useful for estimating <literal>NDB</literal> storage requirements.
This Perl script connects to a current MySQL (non-Cluster)
database and creates a report on how much space that database
- would require if it used the <literal>NDBCluster</literal> storage
+ would require if it used the <literal>NDBCLUSTER</literal> storage
engine. See <xref linkend="mysql-cluster-utilities-ndb-size"/>,
for more information.
</para>
Modified: trunk/it/refman-5.1/dba-core.xml
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 109 bytes
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10967 - in trunk: dynamic-docs/changelog it/refman-5.1 ndbapi pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.... | jon | 17 Jun |