Author: paul
Date: 2008-07-11 22:13:06 +0200 (Fri, 11 Jul 2008)
New Revision: 11225
Log:
r32564@frost: paul | 2008-07-11 15:13:48 -0500
Fix documentation bug:
Bug#37753: InnoDB key size limitation is not documented on the InnoDB
limitations page
Modified:
trunk/refman-4.1/se-innodb-core.xml
trunk/refman-5.0/se-innodb-core.xml
trunk/refman-5.1/se-innodb-core.xml
trunk/refman-6.0/se-innodb-core.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:32562
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32106
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32564
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32106
Modified: trunk/refman-4.1/se-innodb-core.xml
===================================================================
--- trunk/refman-4.1/se-innodb-core.xml 2008-07-11 20:07:43 UTC (rev 11224)
+++ trunk/refman-4.1/se-innodb-core.xml 2008-07-11 20:13:06 UTC (rev 11225)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 698 bytes
@@ -7244,6 +7244,13 @@
<listitem>
<para>
+ Index key prefixes can be up to 767 bytes (255 bytes before
+ MySQL 4.1.2). See <xref linkend="create-index"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The maximum row length, except for
<literal>VARBINARY</literal>, <literal>VARCHAR</literal>,
<literal>BLOB</literal> and <literal>TEXT</literal> columns,
Modified: trunk/refman-5.0/se-innodb-core.xml
===================================================================
--- trunk/refman-5.0/se-innodb-core.xml 2008-07-11 20:07:43 UTC (rev 11224)
+++ trunk/refman-5.0/se-innodb-core.xml 2008-07-11 20:13:06 UTC (rev 11225)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 667 bytes
@@ -7331,6 +7331,13 @@
<listitem>
<para>
+ Index key prefixes can be up to 767 bytes. See
+ <xref linkend="create-index"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The maximum row length, except for
<literal>VARBINARY</literal>, <literal>VARCHAR</literal>,
<literal>BLOB</literal> and <literal>TEXT</literal> columns,
Modified: trunk/refman-5.1/se-innodb-core.xml
===================================================================
--- trunk/refman-5.1/se-innodb-core.xml 2008-07-11 20:07:43 UTC (rev 11224)
+++ trunk/refman-5.1/se-innodb-core.xml 2008-07-11 20:13:06 UTC (rev 11225)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 667 bytes
@@ -8054,6 +8054,13 @@
<listitem>
<para>
+ Index key prefixes can be up to 767 bytes. See
+ <xref linkend="create-index"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The maximum row length, except for
<literal>VARBINARY</literal>, <literal>VARCHAR</literal>,
<literal>BLOB</literal> and <literal>TEXT</literal> columns,
Modified: trunk/refman-6.0/se-innodb-core.xml
===================================================================
--- trunk/refman-6.0/se-innodb-core.xml 2008-07-11 20:07:43 UTC (rev 11224)
+++ trunk/refman-6.0/se-innodb-core.xml 2008-07-11 20:13:06 UTC (rev 11225)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 667 bytes
@@ -7924,6 +7924,13 @@
<listitem>
<para>
+ Index key prefixes can be up to 767 bytes. See
+ <xref linkend="create-index"/>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The maximum row length, except for
<literal>VARBINARY</literal>, <literal>VARCHAR</literal>,
<literal>BLOB</literal> and <literal>TEXT</literal> columns,
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11225 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 11 Jul |