List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 15 2007 9:13am
Subject:svn commit - mysqldoc@docsrva: r8724 - in trunk: dynamic-docs/changelog refman-5.0 refman-5.1 refman-6.0 refman-common
View as plain text  
Author: mcbrown
Date: 2007-11-15 09:13:52 +0100 (Thu, 15 Nov 2007)
New Revision: 8724

Log:
Documenting Docs bugs: 

Bug #31856
Bug #23270
Bug #30967
Bug #32197



Modified:
   trunk/dynamic-docs/changelog/mysqld.xml
   trunk/refman-5.0/se-federated.xml
   trunk/refman-5.0/se-merge.xml
   trunk/refman-5.1/se-federated.xml
   trunk/refman-5.1/se-merge.xml
   trunk/refman-6.0/se-federated.xml
   trunk/refman-6.0/se-merge.xml
   trunk/refman-common/mysql-proxy.xml


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 26, Lines Deleted: 0; 894 bytes

@@ -9,6 +9,32 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="incompatiblechange"/>
+      <bugs>
+        <fixes bugid="32197"/>
+      </bugs>
+      <manual type="Windows"/>
+    </tags>
+
+    <versions>
+      <version ver="5.0.50"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The file <filename>mysqld.exe</filename> was mistakenly included
+        in binary distributions between MySQL 5.0.42 and 5.0.48. You
+        should use <filename>mysqld-nt.exe</filename>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <manual type="FreeBSD"/>
     </tags>
 


Modified: trunk/refman-5.0/se-federated.xml
===================================================================
--- trunk/refman-5.0/se-federated.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-5.0/se-federated.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 976 bytes

@@ -387,9 +387,10 @@
           <literal>SELECT</literal>, <literal>INSERT</literal>,
           <literal>UPDATE</literal>, <literal>DELETE</literal>,
and
           indexes. It does not support <literal>ALTER TABLE</literal>,
-          or any Data Definition Language statements other than
-          <literal>DROP TABLE</literal>. The current implementation does
-          not use prepared statements.
+          or any Data Definition Language statements that directly
+          affect the structure of the table, other than <literal>DROP
+          TABLE</literal>. The current implementation does not use
+          prepared statements.
 
           <remark>
             It remains to be seen whether the limited subset of the


Modified: trunk/refman-5.0/se-merge.xml
===================================================================
--- trunk/refman-5.0/se-merge.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-5.0/se-merge.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 549 bytes

@@ -703,6 +703,14 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Using <literal>MERGE</literal> on underlying
+          <literal>MyISAM</literal> tables that have different row
+          formats is possible.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>


Modified: trunk/refman-5.1/se-federated.xml
===================================================================
--- trunk/refman-5.1/se-federated.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-5.1/se-federated.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 907 bytes

@@ -627,8 +627,9 @@
           <literal>UPDATE</literal>, <literal>DELETE</literal>,
           <literal>TRUNCATE</literal>, and indexes. It does not support
           <literal>ALTER TABLE</literal>, or any Data Definition
-          Language statements other than <literal>DROP TABLE</literal>.
-          The current implementation does not use prepared statements.
+          Language statements that directly affect the structure of the
+          table, other than <literal>DROP TABLE</literal>. The current
+          implementation does not use prepared statements.
 
           <remark>
             It remains to be seen whether the limited subset of the


Modified: trunk/refman-5.1/se-merge.xml
===================================================================
--- trunk/refman-5.1/se-merge.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-5.1/se-merge.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 599 bytes

@@ -695,6 +695,15 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Using different underlying row formats in
+          <literal>MyISAM</literal> tables with a parent
+          <literal>MERGE</literal> table is currently known to fail. See
+          Bug #32364
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>


Modified: trunk/refman-6.0/se-federated.xml
===================================================================
--- trunk/refman-6.0/se-federated.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-6.0/se-federated.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 907 bytes

@@ -611,8 +611,9 @@
           <literal>UPDATE</literal>, <literal>DELETE</literal>,
           <literal>TRUNCATE</literal>, and indexes. It does not support
           <literal>ALTER TABLE</literal>, or any Data Definition
-          Language statements other than <literal>DROP TABLE</literal>.
-          The current implementation does not use prepared statements.
+          Language statements that directly affect the structure of the
+          table, other than <literal>DROP TABLE</literal>. The current
+          implementation does not use prepared statements.
 
           <remark>
             It remains to be seen whether the limited subset of the


Modified: trunk/refman-6.0/se-merge.xml
===================================================================
--- trunk/refman-6.0/se-merge.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-6.0/se-merge.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 602 bytes

@@ -642,6 +642,15 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Using different underlying row formats in
+          <literal>MyISAM</literal> tables with a parent
+          <literal>MERGE</literal> table is currently known to fail. See
+          Bug #32364.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
   </section>


Modified: trunk/refman-common/mysql-proxy.xml
===================================================================
--- trunk/refman-common/mysql-proxy.xml	2007-11-15 08:10:54 UTC (rev 8723)
+++ trunk/refman-common/mysql-proxy.xml	2007-11-15 08:13:52 UTC (rev 8724)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 716 bytes

@@ -225,6 +225,15 @@
 
       </itemizedlist>
 
+      <note>
+        <para>
+          On some operating systems you may need to manually build the
+          required components to get the latest version. If you are
+          having trouble compiling MySQL Proxy then consider using one
+          of the binary distributions.
+        </para>
+      </note>
+
       <para>
         Once these components are installed, you need to configure and
         then build:


Thread
svn commit - mysqldoc@docsrva: r8724 - in trunk: dynamic-docs/changelog refman-5.0 refman-5.1 refman-6.0 refman-commonmcbrown15 Nov