Author: paul
Date: 2007-04-05 16:16:35 +0200 (Thu, 05 Apr 2007)
New Revision: 5749
Log:
r18695@frost: paul | 2007-04-05 09:14:02 -0500
Remove doubled paragraph. Remove inapplicable paragraph. (Kolbe)
Modified:
trunk/refman-5.0/installing-cs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22906
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18684
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22906
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18695
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2007-04-04 22:50:10 UTC (rev 5748)
+++ trunk/refman-5.0/installing-cs.xml 2007-04-05 14:16:35 UTC (rev 5749)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 25; 1668 bytes
@@ -12012,16 +12012,6 @@
<listitem>
<para>
- <emphasis role="bold">Incompatible change:</emphasis>
- Previously, a lock wait timeout caused
- <literal>InnoDB</literal> to roll back the entire current
- transaction. As of MySQL 5.0.13, it rolls back only the most
- recent SQL statement.
- </para>
- </listitem>
-
- <listitem>
- <para>
<emphasis role="bold">Incompatible change:</emphasis> The
namespace for triggers has changed in MySQL 5.0.10.
Previously, trigger names had to be unique per table. Now
@@ -12684,21 +12674,6 @@
</para>
</listitem>
- <listitem>
- <para>
- A new startup option named
- <option>innodb_table_locks</option> was added that causes
- <literal>LOCK TABLE</literal> to also acquire
- <literal>InnoDB</literal> table locks. This option is
- enabled by default. This can cause deadlocks in applications
- that use <literal>AUTOCOMMIT=1</literal> and <literal>LOCK
- TABLES</literal>. If your application encounters deadlocks
- after upgrading, you may need to add
- <literal>innodb_table_locks=0</literal> to your
- <filename>my.cnf</filename> file.
- </para>
- </listitem>
-
</itemizedlist>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5749 - in trunk: . refman-5.0 | paul | 5 Apr |