List:Commits« Previous MessageNext Message »
From:paul.dubois Date:May 22 2009 2:42am
Subject:svn commit - mysqldoc@docsrva: r15034 - in trunk: . dynamic-docs/changelog refman-4.1 refman-5.0 refman-5.1 refman-5.4 refman-6.0
View as plain text  
Author: paul
Date: 2009-05-22 04:42:44 +0200 (Fri, 22 May 2009)
New Revision: 15034

Log:
 r41437@frost:  paul | 2009-05-21 13:38:18 -0500
 Revisions to upgrading sections


Modified:
   trunk/dynamic-docs/changelog/mysqld.xml
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/data-types.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:41436
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:38384
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:41437
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:38384


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2009-05-22 02:42:33 UTC (rev 15033)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2009-05-22 02:42:44 UTC (rev 15034)
Changed blocks: 4, Lines Added: 19, Lines Deleted: 30; 2769 bytes

@@ -46591,9 +46591,9 @@
     <message>
 
       <para>
-        Added the --bind-address option for <command>ndbd</command>.
-        This allows a data node process to be bound to a specific
-        network interface.
+        Added the <option role="ndbd">--bind-address</option> option for
+        <command>ndbd</command>. This allows a data node process to be
+        bound to a specific network interface.
       </para>
 
     </message>

@@ -117752,31 +117752,6 @@
 
   </logentry>
 
-  <logentry entrytype="feature">
-
-    <tags>
-      <manual type="mysqld"/>
-      <manual type="mysqld-max"/>
-    </tags>
-
-    <versions>
-      <version ver="5.0.28"/>
-    </versions>
-
-    <message>
-
-      <para>
-        Binary MySQL distributions no longer include a
-        <command>mysqld-max</command> server, except for RPM
-        distributions. Instead, distributions contain a
-        <command>mysqld</command> binary that includes the features
-        previously included in the <command>mysqld-max</command> binary.
-      </para>
-
-    </message>
-
-  </logentry>
-
   <logentry entrytype="bug">
 
     <tags>

@@ -123423,17 +123398,31 @@
   <logentry entrytype="feature">
 
     <tags>
+      <manual type="mysqld"/>
       <manual type="mysqld-max"/>
     </tags>
 
     <versions>
+      <version ver="5.0.28"/>
       <version ver="5.1.12"/>
     </versions>
 
-    <message>
+    <message ver="5.0.28">
 
       <para>
         Binary MySQL distributions no longer include a
+        <command>mysqld-max</command> server, except for RPM
+        distributions. Instead, distributions contain a
+        <command>mysqld</command> binary that includes the features
+        previously included in the <command>mysqld-max</command> binary.
+      </para>
+
+    </message>
+
+    <message ver="5.1.12">
+
+      <para>
+        Binary MySQL distributions no longer include a
         <command>mysqld-max</command> server. Instead, distributions
         contain a binary that includes the features previously included
         in the <command>mysqld-max</command> binary.

@@ -135918,7 +135907,7 @@
         to work in some instances, but is no longer supported. In many
         cases, a workaround for this change is to use the cursor with a
         <literal role="stmt">SELECT</literal> query to read from an
-        <literal>INFORMATION_SCHEMA</literal> table that provides the
+        <literal>INFORMATION_SCHEMA</literal> table that produces the
         same information as the <literal role="stmt">SHOW</literal>
         statement.
       </para>


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2009-05-22 02:42:33 UTC (rev 15033)
+++ trunk/refman-4.1/installing.xml	2009-05-22 02:42:44 UTC (rev 15034)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1351 bytes

@@ -13038,8 +13038,8 @@
 
           <listitem>
             <para>
-              <emphasis role="bold">Important note:</emphasis> MySQL 4.1
-              stores table names and column names in
+              <emphasis role="bold">Incompatible change:</emphasis>
+              MySQL 4.1 stores table names and column names in
               <literal>utf8</literal>. If you have table names or column
               names that use characters outside of the standard 7-bit
               US-ASCII range, you may have to do a

@@ -13279,7 +13279,7 @@
               OUTFILE</literal> has changed when the <literal>FIELDS
               TERMINATED BY</literal> and <literal>FIELDS ENCLOSED
               BY</literal> values both are empty. Formerly, a column was
-              read or written the display width of the column. For
+              read or written using the display width of the column. For
               example, <literal>INT(4)</literal> was read or written
               using a field with a width of 4. Now columns are read and
               written using a field width wide enough to hold all values


Modified: trunk/refman-5.0/data-types.xml
===================================================================


Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 108 bytes


Thread
svn commit - mysqldoc@docsrva: r15034 - in trunk: . dynamic-docs/changelog refman-4.1 refman-5.0 refman-5.1 refman-5.4 refman-6.0paul.dubois22 May