List:Commits« Previous MessageNext Message »
From:mcbrown Date:December 18 2007 5:14pm
Subject:svn commit - mysqldoc@docsrva: r9372 - in trunk: refman-5.0 refman-5.1 refman-6.0 refman-common
View as plain text  
Author: mcbrown
Date: 2007-12-18 17:14:08 +0100 (Tue, 18 Dec 2007)
New Revision: 9372

Log:
Incorporating some user comments



Modified:
   trunk/refman-5.0/replication-solutions.xml
   trunk/refman-5.1/replication-solutions.xml
   trunk/refman-6.0/replication-solutions.xml
   trunk/refman-common/connector-odbc.xml


Modified: trunk/refman-5.0/replication-solutions.xml
===================================================================
--- trunk/refman-5.0/replication-solutions.xml	2007-12-18 11:50:12 UTC (rev 9371)
+++ trunk/refman-5.0/replication-solutions.xml	2007-12-18 16:14:08 UTC (rev 9372)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 623 bytes

@@ -1016,6 +1016,13 @@
 ssl-cert=<replaceable>server-cert.pem</replaceable>
 ssl-key=<replaceable>server-key.pem</replaceable></programlisting>
 
+    <note>
+      <para>
+        You should use full path to specify the location of your
+        certificate files.
+      </para>
+    </note>
+
     <para>
       The options are as follows:
     </para>


Modified: trunk/refman-5.1/replication-solutions.xml
===================================================================
--- trunk/refman-5.1/replication-solutions.xml	2007-12-18 11:50:12 UTC (rev 9371)
+++ trunk/refman-5.1/replication-solutions.xml	2007-12-18 16:14:08 UTC (rev 9372)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 623 bytes

@@ -1016,6 +1016,13 @@
 ssl-cert=<replaceable>server-cert.pem</replaceable>
 ssl-key=<replaceable>server-key.pem</replaceable></programlisting>
 
+    <note>
+      <para>
+        You should use full path to specify the location of your
+        certificate files.
+      </para>
+    </note>
+
     <para>
       The options are as follows:
     </para>


Modified: trunk/refman-6.0/replication-solutions.xml
===================================================================
--- trunk/refman-6.0/replication-solutions.xml	2007-12-18 11:50:12 UTC (rev 9371)
+++ trunk/refman-6.0/replication-solutions.xml	2007-12-18 16:14:08 UTC (rev 9372)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 623 bytes

@@ -1016,6 +1016,13 @@
 ssl-cert=<replaceable>server-cert.pem</replaceable>
 ssl-key=<replaceable>server-key.pem</replaceable></programlisting>
 
+    <note>
+      <para>
+        You should use full path to specify the location of your
+        certificate files.
+      </para>
+    </note>
+
     <para>
       The options are as follows:
     </para>


Modified: trunk/refman-common/connector-odbc.xml
===================================================================
--- trunk/refman-common/connector-odbc.xml	2007-12-18 11:50:12 UTC (rev 9371)
+++ trunk/refman-common/connector-odbc.xml	2007-12-18 16:14:08 UTC (rev 9372)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 862 bytes

@@ -4909,6 +4909,16 @@
 
         </orderedlist>
 
+        <note>
+          <para>
+            Ensure that the information that you are exporting to the
+            MySQL table is valid for the corresponding MySQL data types.
+            Values that are outside of the supported range of the MySQL
+            data type but valid within Access may trigger an
+            <quote>overflow</quote> error during the export.
+          </para>
+        </note>
+
         <para>
           Microsoft Access connects to the MySQL Server through this
           data source and exports new tables and or data.


Thread
svn commit - mysqldoc@docsrva: r9372 - in trunk: refman-5.0 refman-5.1 refman-6.0 refman-commonmcbrown18 Dec