List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 30 2007 3:17pm
Subject:svn commit - mysqldoc@docsrva: r4688 - trunk/refman-5.1
View as plain text  
Author: mcbrown
Date: 2007-01-30 16:17:47 +0100 (Tue, 30 Jan 2007)
New Revision: 4688

Log:
Fixing some types (thanks Peter!)



Modified:
   trunk/refman-5.1/se-federated.xml
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/refman-5.1/se-federated.xml
===================================================================
--- trunk/refman-5.1/se-federated.xml	2007-01-30 04:02:34 UTC (rev 4687)
+++ trunk/refman-5.1/se-federated.xml	2007-01-30 15:17:47 UTC (rev 4688)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 720 bytes

@@ -382,11 +382,11 @@
 
       <para>
         The <literal>server_name</literal> is used as the connection
-        string when create a new <literal>FEDERATED</literal> table.
+        string when creating a new <literal>FEDERATED</literal> table.
       </para>
 
       <para>
-        For example, to create a server connection identical the
+        For example, to create a server connection identical to the
         <literal>CONNECTION</literal> string:
       </para>
 


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2007-01-30 04:02:34 UTC (rev 4687)
+++ trunk/refman-5.1/sql-syntax.xml	2007-01-30 15:17:47 UTC (rev 4688)
Changed blocks: 2, Lines Added: 14, Lines Deleted: 13; 2264 bytes

@@ -4295,26 +4295,26 @@
       </para>
 
       <para>
-        The
-        <literal><replaceable>wrapper_name</replaceable></literal>shoul
-        be <literal>mysql</literal>, and may be quoted with single
-        quotes. Other values for
+        The <literal><replaceable>wrapper_name</replaceable></literal>
+        should be <literal>mysql</literal>, and may be quoted with
+        single quotes. Other values for
         <literal><replaceable>wrapper_name</replaceable></literal> are
         not currently supported.
       </para>
 
       <para>
-        For each <literal><replaceable>option</replaceable></literal> you must
-        specify either a character literal or numeric literal. Character
-        literals are UTF8, support a maximum length of 64 characters and
-        default to a blank (empty) string. String literals are silently
-        truncated to 64 characters. Numeric literals must be a number
-        between 0 and 9999, default value is 0.
+        For each <literal><replaceable>option</replaceable></literal>
+        you must specify either a character literal or numeric literal.
+        Character literals are UTF8, support a maximum length of 64
+        characters and default to a blank (empty) string. String
+        literals are silently truncated to 64 characters. Numeric
+        literals must be a number between 0 and 9999, default value is
+        0.
       </para>
 
       <para>
-        You do not need any special privileges use the <literal>CREATE
-        SERVER</literal> statement.
+        You do not need any special privileges to use the
+        <literal>CREATE SERVER</literal> statement.
       </para>
 
       <para>

@@ -4787,7 +4787,8 @@
       <para>
         Dropping a server for a table does not affect any
         <literal>FEDERATED</literal> tables that used this connection
-        information when they were created. See <xref linkend="create-server"/>.
+        information when they were created. See
+        <xref linkend="create-server"/>.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r4688 - trunk/refman-5.1mcbrown30 Jan