List:Internals« Previous MessageNext Message »
From:paul Date:October 21 2005 5:48pm
Subject:svn commit - mysqldoc@docsrva: r131 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2005-10-21 19:48:51 +0200 (Fri, 21 Oct 2005)
New Revision: 131

Log:
 r144@kite-hub:  paul | 2005-10-21 12:46:19 -0500
 --tz-utc is pushed to 5.1 now.


Modified:
   trunk/
   trunk/refman-5.1/client-side-scripts.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:2962
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:141
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:2962
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:144

Modified: trunk/refman-5.1/client-side-scripts.xml
===================================================================
--- trunk/refman-5.1/client-side-scripts.xml	2005-10-21 17:10:51 UTC (rev 130)
+++ trunk/refman-5.1/client-side-scripts.xml	2005-10-21 17:48:51 UTC (rev 131)
@@ -5980,6 +5980,26 @@
 
           <listitem>
             <para>
+              <option>--tz-utc</option>
+            </para>
+
+            <para>
+              Add <literal>SET TIME_ZONE='+00:00'</literal> to the dump
+              file so that <literal>TIMESTAMP</literal> columns can be
+              dumped and reloaded between servers in different time
+              zones. (Without this option, <literal>TIMESTAMP</literal>
+              columns are dumped and reloaded in the local time zones of
+              the source and destination servers.)
+              <option>--tz-utc</option> also also protects against
+              changes due to daylight saving time.
+              <option>--tz-utc</option> is enabled by default. To
+              disable it, use <option>--skip-tz-utc</option>. This
+              option was added in MySQL 5.1.2.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <option>--user=<replaceable>user_name</replaceable></option>,
               <option>-u <replaceable>user_name</replaceable></option>
             </para>

Thread
svn commit - mysqldoc@docsrva: r131 - in trunk: . refman-5.1paul21 Oct