Author: paul
Date: 2008-08-02 01:58:00 +0200 (Sat, 02 Aug 2008)
New Revision: 11475
Log:
r33186@frost: paul | 2008-08-01 18:21:52 -0500
Point users to section that describes InnoDB locking
Modified:
trunk/refman-4.1/sql-syntax-transactions.xml
trunk/refman-5.0/sql-syntax-transactions.xml
trunk/refman-5.1/sql-syntax-transactions.xml
trunk/refman-6.0/sql-syntax-transactions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33184
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32656
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33186
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32656
Modified: trunk/refman-4.1/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-transactions.xml 2008-08-01 20:32:03 UTC (rev 11474)
+++ trunk/refman-4.1/sql-syntax-transactions.xml 2008-08-01 23:58:00 UTC (rev 11475)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 0; 709 bytes
@@ -995,6 +995,9 @@
<xref linkend="innodb-transaction-isolation"/>.
<literal>InnoDB</literal> supports each of these levels from MySQL
4.0.5 on. The default level is <literal>REPEATABLE READ</literal>.
+ See also <xref linkend="innodb-locks-set"/>, for additional
+ information about how <literal>InnoDB</literal> uses locks to
+ execute various types of statements.
</para>
<para>
Modified: trunk/refman-5.0/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-transactions.xml 2008-08-01 20:32:03 UTC (rev 11474)
+++ trunk/refman-5.0/sql-syntax-transactions.xml 2008-08-01 23:58:00 UTC (rev 11475)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 739 bytes
@@ -1091,7 +1091,9 @@
<xref linkend="innodb-transaction-isolation"/>.
<literal>InnoDB</literal> supports each of these levels in MySQL
¤t-series;. The default level is <literal>REPEATABLE
- READ</literal>.
+ READ</literal>. See also <xref linkend="innodb-locks-set"/>, for
+ additional information about how <literal>InnoDB</literal> uses
+ locks to execute various types of statements.
</para>
<para>
Modified: trunk/refman-5.1/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-transactions.xml 2008-08-01 20:32:03 UTC (rev 11474)
+++ trunk/refman-5.1/sql-syntax-transactions.xml 2008-08-01 23:58:00 UTC (rev 11475)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 739 bytes
@@ -1130,7 +1130,9 @@
<xref linkend="innodb-transaction-isolation"/>.
<literal>InnoDB</literal> supports each of these levels in MySQL
¤t-series;. The default level is <literal>REPEATABLE
- READ</literal>.
+ READ</literal>. See also <xref linkend="innodb-locks-set"/>, for
+ additional information about how <literal>InnoDB</literal> uses
+ locks to execute various types of statements.
</para>
<para>
Modified: trunk/refman-6.0/sql-syntax-transactions.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-transactions.xml 2008-08-01 20:32:03 UTC (rev 11474)
+++ trunk/refman-6.0/sql-syntax-transactions.xml 2008-08-01 23:58:00 UTC (rev 11475)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 739 bytes
@@ -1748,7 +1748,9 @@
<xref linkend="innodb-transaction-isolation"/>.
<literal>InnoDB</literal> supports each of these levels in MySQL
¤t-series;. The default level is <literal>REPEATABLE
- READ</literal>.
+ READ</literal>. See also <xref linkend="innodb-locks-set"/>, for
+ additional information about how <literal>InnoDB</literal> uses
+ locks to execute various types of statements.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11475 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul.dubois | 2 Aug |