Author: paul
Date: 2006-01-05 16:26:37 +0100 (Thu, 05 Jan 2006)
New Revision: 685
Log:
r5862@frost: paul | 2006-01-04 23:30:48 -0600
databases -> database systems
Modified:
trunk/
trunk/refman-4.1/optimization.xml
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/optimization.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/optimization.xml
trunk/refman-5.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5860
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1933
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5862
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1933
Modified: trunk/refman-4.1/optimization.xml
===================================================================
--- trunk/refman-4.1/optimization.xml 2006-01-05 01:29:56 UTC (rev 684)
+++ trunk/refman-4.1/optimization.xml 2006-01-05 15:26:37 UTC (rev 685)
@@ -5062,7 +5062,7 @@
<para>
MySQL keeps row data and index data in separate files. Many
- (almost all) other databases mix row and index data in the same
+ (almost all) other database systems mix row and index data in the same
file. We believe that the MySQL choice is better for a very wide
range of modern systems.
</para>
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-01-05 01:29:56 UTC (rev 684)
+++ trunk/refman-4.1/sql-syntax.xml 2006-01-05 15:26:37 UTC (rev 685)
@@ -12527,7 +12527,7 @@
<para>
The variable is a synonym for the
<literal>LAST_INSERT_ID</literal> variable. It exists for
- compatibility with other databases. As of MySQL 3.23.25, you
+ compatibility with other database systems. As of MySQL 3.23.25, you
can read its value with <literal>SELECT
@@IDENTITY</literal>. As of MySQL 4.0.3, you can also set
its value with <literal>SET IDENTITY</literal>.
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2006-01-05 01:29:56 UTC (rev 684)
+++ trunk/refman-5.0/optimization.xml 2006-01-05 15:26:37 UTC (rev 685)
@@ -6527,7 +6527,7 @@
<para>
MySQL keeps row data and index data in separate files. Many
- (almost all) other databases mix row and index data in the same
+ (almost all) other database systems mix row and index data in the same
file. We believe that the MySQL choice is better for a very wide
range of modern systems.
</para>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-01-05 01:29:56 UTC (rev 684)
+++ trunk/refman-5.0/sql-syntax.xml 2006-01-05 15:26:37 UTC (rev 685)
@@ -13796,7 +13796,7 @@
<para>
The variable is a synonym for the
<literal>LAST_INSERT_ID</literal> variable. It exists for
- compatibility with other databases. You can read its value
+ compatibility with other database systems. You can read its value
with <literal>SELECT @@IDENTITY</literal>, and set it using
<literal>SET IDENTITY</literal>.
</para>
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2006-01-05 01:29:56 UTC (rev 684)
+++ trunk/refman-5.1/optimization.xml 2006-01-05 15:26:37 UTC (rev 685)
@@ -6497,7 +6497,7 @@
<para>
MySQL keeps row data and index data in separate files. Many
- (almost all) other databases mix row and index data in the same
+ (almost all) other database systems mix row and index data in the same
file. We believe that the MySQL choice is better for a very wide
range of modern systems.
</para>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-01-05 01:29:56 UTC (rev 684)
+++ trunk/refman-5.1/sql-syntax.xml 2006-01-05 15:26:37 UTC (rev 685)
@@ -14276,7 +14276,7 @@
<para>
The variable is a synonym for the
<literal>LAST_INSERT_ID</literal> variable. It exists for
- compatibility with other databases. You can read its value
+ compatibility with other database systems. You can read its value
with <literal>SELECT @@IDENTITY</literal>, and set it using
<literal>SET IDENTITY</literal>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r685 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 Jan |