List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 2 2007 10:26am
Subject:svn commit - mysqldoc@docsrva: r5145 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-03-02 11:26:51 +0100 (Fri, 02 Mar 2007)
New Revision: 5145

Log:
Adding a note about useSSPSCompatibleTimezoneShift when using client side emulated prepared statements



Modified:
   trunk/refman-common/connector-j.xml
   trunk/refman-common/news-connector-j.xml


Modified: trunk/refman-common/connector-j.xml
===================================================================
--- trunk/refman-common/connector-j.xml	2007-03-02 10:12:59 UTC (rev 5144)
+++ trunk/refman-common/connector-j.xml	2007-03-02 10:26:51 UTC (rev 5145)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 778 bytes

@@ -3306,10 +3306,10 @@
       <table>
         <title>Mapping of MySQL Error Numbers to SQLStates</title>
         <tgroup cols="4">
-              <colspec colwidth="15*"/>
-              <colspec colwidth="55*"/>
-              <colspec colwidth="15*"/>
-              <colspec colwidth="15*"/>
+          <colspec colwidth="15*"/>
+          <colspec colwidth="55*"/>
+          <colspec colwidth="15*"/>
+          <colspec colwidth="15*"/>
           <thead>
             <row>
               <entry>MySQL Error Number</entry>


Modified: trunk/refman-common/news-connector-j.xml
===================================================================
--- trunk/refman-common/news-connector-j.xml	2007-03-02 10:12:59 UTC (rev 5144)
+++ trunk/refman-common/news-connector-j.xml	2007-03-02 10:26:51 UTC (rev 5145)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 847 bytes

@@ -39,6 +39,17 @@
         does not use server-side prepared statements).
       </para>
 
+      <note>
+        <para>
+          The disabling of server-side prepared statements does not
+          affect the operation of the connector. However, if you use the
+          <literal>useTimezone=true</literal> connection option and use
+          client-side prepared statements (instead of server-side
+          prepared statements) you should also set
+          <literal>useSSPSCompatibleTimezoneShift=true</literal>.
+        </para>
+      </note>
+
     </section>
 
   </section>


Thread
svn commit - mysqldoc@docsrva: r5145 - trunk/refman-commonmcbrown2 Mar