Author: paul
Date: 2007-07-25 22:03:06 +0200 (Wed, 25 Jul 2007)
New Revision: 7213
Log:
r27926@polar: paul | 2007-07-25 13:47:37 -0500
Document bugfix#18828.
Modified:
trunk/refman-4.1/se-innodb.xml
trunk/refman-5.0/se-innodb.xml
trunk/refman-5.1/news-5.1.xml
trunk/refman-5.1/se-innodb.xml
trunk/refman-5.2/se-innodb.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27919
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23014
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27926
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23014
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
Modified: trunk/refman-4.1/se-innodb.xml
===================================================================
--- trunk/refman-4.1/se-innodb.xml 2007-07-25 17:13:41 UTC (rev 7212)
+++ trunk/refman-4.1/se-innodb.xml 2007-07-25 20:03:06 UTC (rev 7213)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 494 bytes
@@ -7398,6 +7398,13 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>InnoDB</literal> has a limit of 1023 concurrent
+ transactions.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
Modified: trunk/refman-5.0/se-innodb.xml
===================================================================
--- trunk/refman-5.0/se-innodb.xml 2007-07-25 17:13:41 UTC (rev 7212)
+++ trunk/refman-5.0/se-innodb.xml 2007-07-25 20:03:06 UTC (rev 7213)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 494 bytes
@@ -7509,6 +7509,13 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>InnoDB</literal> has a limit of 1023 concurrent
+ transactions.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-07-25 17:13:41 UTC (rev 7212)
+++ trunk/refman-5.1/news-5.1.xml 2007-07-25 20:03:06 UTC (rev 7213)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 823 bytes
@@ -177,6 +177,16 @@
<listitem>
<para>
+ If <literal>InnoDB</literal> reached its limit on the number
+ of concurrent transactions (1023), it wrote a descriptive
+ message to the error log but returned a misleading error
+ message to the client, or an assertion failure occurred. (Bug
+ #18828)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
On Windows, the <command>mysql</command> client died if the
user entered a statement and Return after entering Control-C.
(Bug #29469)
Modified: trunk/refman-5.1/se-innodb.xml
===================================================================
--- trunk/refman-5.1/se-innodb.xml 2007-07-25 17:13:41 UTC (rev 7212)
+++ trunk/refman-5.1/se-innodb.xml 2007-07-25 20:03:06 UTC (rev 7213)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 494 bytes
@@ -7506,6 +7506,13 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>InnoDB</literal> has a limit of 1023 concurrent
+ transactions.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
Modified: trunk/refman-5.2/se-innodb.xml
===================================================================
--- trunk/refman-5.2/se-innodb.xml 2007-07-25 17:13:41 UTC (rev 7212)
+++ trunk/refman-5.2/se-innodb.xml 2007-07-25 20:03:06 UTC (rev 7213)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 494 bytes
@@ -7506,6 +7506,13 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>InnoDB</literal> has a limit of 1023 concurrent
+ transactions.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7213 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 25 Jul |