Author: paul
Date: 2010-05-19 16:38:53 +0200 (Wed, 19 May 2010)
New Revision: 20709
Log:
r59115@frost: paul | 2010-05-19 09:09:37 -0500
Document bug fix:
Bug#26590: MySQL does not allow more than 1023 open transactions
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.5/se-innodb-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:39186
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:59113
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:39186
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:59115
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-05-19 14:03:50 UTC (rev 20708)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-05-19 14:38:53 UTC (rev 20709)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1059 bytes
@@ -14892,4 +14892,34 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="26590"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The limit of 1023 concurrent data-modifying transactions has
+ been raised. The limit is now 128 * 1023 concurrent transactions
+ that generate undo records. You can remove any workarounds that
+ require changing the proper structure of your transactions, such
+ as committing more frequently or delaying DML operations to the
+ end of a transaction. See
+ <xref linkend="innodb-multiple-rollback-segments"/>.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/refman-5.5/se-innodb-core.xml
===================================================================
--- trunk/refman-5.5/se-innodb-core.xml 2010-05-19 14:03:50 UTC (rev 20708)
+++ trunk/refman-5.5/se-innodb-core.xml 2010-05-19 14:38:53 UTC (rev 20709)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1206 bytes
@@ -11077,12 +11077,12 @@
<listitem>
<para>
- The famous limit of 1023 concurrent data-modifying
- transactions has been raised in MySQL 5.5 and above. The limit
- is now 128 * 1023 concurrent transactions that generate undo
- records. You can remove any workarounds that require changing
- the proper structure of your transactions, such as committing
- more frequently or delaying DML operations to the end of a
+ The limit of 1023 concurrent data-modifying transactions has
+ been raised in MySQL 5.5 and above. The limit is now 128 *
+ 1023 concurrent transactions that generate undo records. You
+ can remove any workarounds that require changing the proper
+ structure of your transactions, such as committing more
+ frequently or delaying DML operations to the end of a
transaction.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r20709 - in trunk: . dynamic-docs/changelog refman-5.5 | paul.dubois | 19 May |