List:Commits« Previous MessageNext Message »
From:jon Date:August 4 2008 8:53pm
Subject:svn commit - mysqldoc@docsrva: r11489 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-08-04 22:53:35 +0200 (Mon, 04 Aug 2008)
New Revision: 11489

Log:

Fixed munged changelog entry and updated link therein.

Reformat file.



Modified:
   trunk/dynamic-docs/changelog/mysqld.xml


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2008-08-04 19:28:26 UTC (rev 11488)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2008-08-04 20:53:35 UTC (rev 11489)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 20; 2377 bytes

@@ -114052,36 +114052,27 @@
 
       <para>
         A number of MySQL constructs are now prohibited in partitioning
-        expressions, beginning with this release. These include:
+        expressions, beginning with this release. These include the
+        following:
       </para>
 
       <itemizedlist>
 
         <listitem>
           <para>
-            A number of MySQL functions.
+            A number of MySQL functions. For a complete list of these,
+            see <xref linkend="partitioning-limitations-functions"/>.
           </para>
-          <para>
-            You can find
-            <link linkend="partitioning-limitations-functions">a
-            complete list of these functions</link> under
-            <citetitle>Partitioning Limitations</citetitle>.
-          </para>
         </listitem>
 
         <listitem>
           <para>
             The bit operators
-            <function role="sqlop" condition="bitwise-or"
-              >|</function>,
-            <function role="sqlop" condition="bitwise-and"
-              >&amp;</function>,
-            <function role="sqlop"
-              condition="bitwise-xor">^</function>,
-            <function role="sqlop"
-              condition="left-shift">&lt;&lt;</function>,
-            <function
-              role="sqlop" condition="right-shift">&gt;&gt;</function>,
+            <function role="sqlop" condition="bitwise-or">|</function>,
+            <function role="sqlop" condition="bitwise-and">&amp;</function>,
+            <function role="sqlop" condition="bitwise-xor">^</function>,
+            <function role="sqlop" condition="left-shift">&lt;&lt;</function>,
+            <function role="sqlop" condition="right-shift">&gt;&gt;</function>,
             and
             <function role="sqlop" condition="bitwise-invert">~</function>.
           </para>

@@ -114119,8 +114110,7 @@
       <para>
         For more information about these and other restrictions on
         partitioned tables in MySQL, see
-        <xref
-          linkend="partitioning-limitations"/>.
+        <xref linkend="partitioning-limitations"/>.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r11489 - trunk/dynamic-docs/changelogjon4 Aug