Author: paul
Date: 2009-02-13 18:29:13 +0100 (Fri, 13 Feb 2009)
New Revision: 13749
Log:
r38579@frost: paul | 2009-02-13 11:28:05 -0500
Remove language suggesting which binary distributions include InnoDB
Modified:
trunk/refman-4.1/se-innodb-core.xml
trunk/refman-5.0/se-innodb-core.xml
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1-maria/storage-engines.xml
trunk/refman-5.1/se-innodb-core.xml
trunk/refman-5.1/storage-engines-core.xml
trunk/refman-6.0/se-innodb-core.xml
trunk/refman-6.0/storage-engines-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:38569
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36139
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:38579
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36139
Modified: trunk/refman-4.1/se-innodb-core.xml
===================================================================
--- trunk/refman-4.1/se-innodb-core.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-4.1/se-innodb-core.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 6; 831 bytes
@@ -74,12 +74,9 @@
</para>
<para>
- <literal>InnoDB</literal> is included in binary distributions by
- default as of MySQL 4.0. For information about
- <literal>InnoDB</literal> support in MySQL 3.23, see
- <xref linkend="innodb-in-mysql-3-23"/>. Starting from MySQL 4.1.5,
- the improved Windows installer makes <literal>InnoDB</literal> the
- MySQL default storage engine on Windows.
+ Starting from MySQL 4.1.5, the improved Windows installer makes
+ <literal>InnoDB</literal> the MySQL default storage engine on
+ Windows.
</para>
<para>
Modified: trunk/refman-5.0/se-innodb-core.xml
===================================================================
--- trunk/refman-5.0/se-innodb-core.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-5.0/se-innodb-core.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 638 bytes
@@ -74,10 +74,8 @@
</para>
<para>
- <literal>InnoDB</literal> is included in binary distributions by
- default. The Windows Essentials installer makes
- <literal>InnoDB</literal> the MySQL default storage engine on
- Windows.
+ The Windows Essentials installer makes <literal>InnoDB</literal> the
+ MySQL default storage engine on Windows.
</para>
<para>
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-5.0/storage-engines.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 5; 906 bytes
@@ -116,11 +116,10 @@
<listitem>
<para>
The <literal>InnoDB</literal> and <literal>BDB</literal> storage
- engines provide transaction-safe tables.
- <literal>InnoDB</literal> is included by default in all MySQL
- ¤t-series; binary distributions. In source distributions,
- you can enable or disable either engine by configuring MySQL as
- you like.
+ engines provide transaction-safe tables. To maintain data
+ integrity, <literal>InnoDB</literal> also supports
+ <literal>FOREIGN KEY</literal> referential-integrity
+ constraints.
</para>
</listitem>
Modified: trunk/refman-5.1/se-innodb-core.xml
===================================================================
--- trunk/refman-5.1/se-innodb-core.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-5.1/se-innodb-core.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 638 bytes
@@ -76,10 +76,8 @@
</para>
<para>
- <literal>InnoDB</literal> is included in binary distributions by
- default. The Windows Essentials installer makes
- <literal>InnoDB</literal> the MySQL default storage engine on
- Windows.
+ The Windows Essentials installer makes <literal>InnoDB</literal> the
+ MySQL default storage engine on Windows.
</para>
<para>
Modified: trunk/refman-5.1/storage-engines-core.xml
===================================================================
--- trunk/refman-5.1/storage-engines-core.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-5.1/storage-engines-core.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 6; 1476 bytes
@@ -114,12 +114,16 @@
<listitem>
<para>
<link linkend="innodb"><literal>InnoDB</literal></link> —
- Used for transaction processing applications, and sports a
- number of features including ACID transaction support and
- foreign keys. <literal>InnoDB</literal> is included by default
- in all MySQL ¤t-series; binary distributions. In source
- distributions, you can enable or disable either engine by
- configuring MySQL as you like.
+ A transaction-safe (ACID compliant) storage engine for MySQL
+ that has commit, rollback, and crash-recovery capabilities to
+ protect user data. <literal>InnoDB</literal> row-level locking
+ (without escalation to coarser granularity locks) and
+ Oracle-style consistent non-locking reads increase multi-user
+ concurrency and performance. <literal>InnoDB</literal> stores
+ user data in clustered indexes to reduce I/O for common queries
+ based on primary keys. To maintain data integrity,
+ <literal>InnoDB</literal> also supports <literal>FOREIGN
+ KEY</literal> referential-integrity constraints.
</para>
</listitem>
Modified: trunk/refman-5.1-maria/storage-engines.xml
===================================================================
--- trunk/refman-5.1-maria/storage-engines.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-5.1-maria/storage-engines.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 6; 1539 bytes
@@ -369,12 +369,17 @@
<listitem>
<para>
<link linkend="innodb"><literal>InnoDB</literal></link>
- — Used for transaction processing applications, and
- sports a number of features including ACID transaction support
- and foreign keys. <literal>InnoDB</literal> is included by
- default in all MySQL ¤t-series; binary distributions. In
- source distributions, you can enable or disable either engine
- by configuring MySQL as you like.
+ — A transaction-safe (ACID compliant) storage engine for
+ MySQL that has commit, rollback, and crash-recovery
+ capabilities to protect user data. <literal>InnoDB</literal>
+ row-level locking (without escalation to coarser granularity
+ locks) and Oracle-style consistent non-locking reads increase
+ multi-user concurrency and performance.
+ <literal>InnoDB</literal> stores user data in clustered
+ indexes to reduce I/O for common queries based on primary
+ keys. To maintain data integrity, <literal>InnoDB</literal>
+ also supports <literal>FOREIGN KEY</literal>
+ referential-integrity constraints.
</para>
</listitem>
Modified: trunk/refman-6.0/se-innodb-core.xml
===================================================================
--- trunk/refman-6.0/se-innodb-core.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-6.0/se-innodb-core.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 638 bytes
@@ -76,10 +76,8 @@
</para>
<para>
- <literal>InnoDB</literal> is included in binary distributions by
- default. The Windows Essentials installer makes
- <literal>InnoDB</literal> the MySQL default storage engine on
- Windows.
+ The Windows Essentials installer makes <literal>InnoDB</literal> the
+ MySQL default storage engine on Windows.
</para>
<para>
Modified: trunk/refman-6.0/storage-engines-core.xml
===================================================================
--- trunk/refman-6.0/storage-engines-core.xml 2009-02-13 15:26:27 UTC (rev 13748)
+++ trunk/refman-6.0/storage-engines-core.xml 2009-02-13 17:29:13 UTC (rev 13749)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 6; 1476 bytes
@@ -119,12 +119,16 @@
<listitem>
<para>
<link linkend="innodb"><literal>InnoDB</literal></link> —
- Used for transaction processing applications, and sports a
- number of features including ACID transaction support and
- foreign keys. <literal>InnoDB</literal> is included by default
- in all MySQL ¤t-series; binary distributions. In source
- distributions, you can enable or disable either engine by
- configuring MySQL as you like.
+ A transaction-safe (ACID compliant) storage engine for MySQL
+ that has commit, rollback, and crash-recovery capabilities to
+ protect user data. <literal>InnoDB</literal> row-level locking
+ (without escalation to coarser granularity locks) and
+ Oracle-style consistent non-locking reads increase multi-user
+ concurrency and performance. <literal>InnoDB</literal> stores
+ user data in clustered indexes to reduce I/O for common queries
+ based on primary keys. To maintain data integrity,
+ <literal>InnoDB</literal> also supports <literal>FOREIGN
+ KEY</literal> referential-integrity constraints.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13749 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.1-maria refman-6.0 | paul.dubois | 13 Feb |