List:Internals« Previous MessageNext Message »
From:stefan Date:July 22 2005 9:59am
Subject:bk commit - mysqldoc@docsrva tree (stefan:1.3102)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3102 05/07/22 09:59:04 stefan@stripped +2 -0
  functions.xml:
    Sync with refman
    Change wording re. use of FROM_DAYS()
    as suggested by PeterG.
    Add link to Calendar section.

  refman-4.1/functions.xml
    1.13 05/07/22 09:58:53 stefan@stripped +4 -4
    Sync with refman

  refman/functions.xml
    1.12 05/07/22 09:58:15 stefan@stripped +4 -4
    Change wording re. use of FROM_DAYS()
    as suggested by PeterG.
    Add link to Calendar section.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	stefan
# Host:	apollon.site
# Root:	/home/stefan/bk/mysqldoc

--- 1.12/refman-4.1/functions.xml	2005-07-19 17:57:15 +02:00
+++ 1.13/refman-4.1/functions.xml	2005-07-22 09:58:53 +02:00
@@ -6426,10 +6426,10 @@
 </programlisting>
 
         <para>
-          <literal>FROM_DAYS()</literal> is not intended for use with
-          values that precede the advent of the Gregorian calendar
-          (1582), because it does not take into account the days that
-          were lost when the calendar was changed.
+          Use <literal>FROM_DAYS()</literal> with caution on old dates.
+          It is not intended for use with values that precede the advent 
+          of the Gregorian calendar (1582).
+          See <xref linkend="mysql-calendar"/>.
         </para>
 
 <!--  description_for_help_topic FROM_UNIXTIME -->

--- 1.11/refman/functions.xml	2005-07-19 17:57:39 +02:00
+++ 1.12/refman/functions.xml	2005-07-22 09:58:15 +02:00
@@ -6431,10 +6431,10 @@
 </programlisting>
 
         <para>
-          <literal>FROM_DAYS()</literal> is not intended for use with
-          values that precede the advent of the Gregorian calendar
-          (1582), because it does not take into account the days that
-          were lost when the calendar was changed.
+          Use <literal>FROM_DAYS()</literal> with caution on old dates.
+          It is not intended for use with values that precede the advent 
+          of the Gregorian calendar (1582).
+          See <xref linkend="mysql-calendar"/>.
         </para>
 
 <!--  description_for_help_topic FROM_UNIXTIME -->
Thread
bk commit - mysqldoc@docsrva tree (stefan:1.3102)stefan22 Jul