List:Commits« Previous MessageNext Message »
From:paul Date:February 10 2008 12:37am
Subject:svn commit - mysqldoc@docsrva: r9761 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-02-10 00:37:45 +0100 (Sun, 10 Feb 2008)
New Revision: 9761

Log:
 r29048@frost:  paul | 2008-02-09 17:34:21 -0600
 Updates to remove some lc_time_names limitations


Modified:
   trunk/refman-5.0/internationalization.xml
   trunk/refman-5.1/internationalization.xml
   trunk/refman-6.0/internationalization.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29034
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29070
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29048
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29070


Modified: trunk/refman-5.0/internationalization.xml
===================================================================
--- trunk/refman-5.0/internationalization.xml	2008-02-09 05:06:50 UTC (rev 9760)
+++ trunk/refman-5.0/internationalization.xml	2008-02-09 23:37:45 UTC (rev 9761)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 11; 1652 bytes

@@ -6360,14 +6360,6 @@
     <title>MySQL Server Locale Support</title>
 
     <remark role="todo">
-      Bugs (as these are fixed, parts of the manual need amendments):
-      Setting the GLOBAL version doesn't have any effect (so the
-      discussion here is written to use the session variable
-      implicitly). You cannot set --lc_time_names=x from the command
-      line/option file.
-    </remark>
-
-    <remark role="todo">
       Shortcomings (as these are fixed, parts of the manual need
       amendments): For DATE_FORMAT(), the AM/PM strings are not
       affected. GET_FORMAT() should be extended to understand locale,

@@ -6391,9 +6383,12 @@
       Locale names are POSIX-style values such as
       <literal>'ja_JP'</literal> or <literal>'pt_BR'</literal>.
The
       default value is <literal>'en_US'</literal> regardless of your
-      system's locale setting, but any client can examine or set its
-      <literal>lc_time_names</literal> value as shown in the following
-      example:
+      system's locale setting, but you can set the value at server
+      startup or set the <literal>GLOBAL</literal> value if you have the
+      <literal>SUPER</literal> privilge. Any client can examine the
+      value of <literal>lc_time_names</literal> or set its
+      <literal>SESSION</literal> value to affect the locale for its own
+      connection.
     </para>
 
 <programlisting>


Modified: trunk/refman-5.1/internationalization.xml
===================================================================
--- trunk/refman-5.1/internationalization.xml	2008-02-09 05:06:50 UTC (rev 9760)
+++ trunk/refman-5.1/internationalization.xml	2008-02-09 23:37:45 UTC (rev 9761)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 11; 1652 bytes

@@ -6361,14 +6361,6 @@
     <title>MySQL Server Locale Support</title>
 
     <remark role="todo">
-      Bugs (as these are fixed, parts of the manual need amendments):
-      Setting the GLOBAL version doesn't have any effect (so the
-      discussion here is written to use the session variable
-      implicitly). You cannot set --lc_time_names=x from the command
-      line/option file.
-    </remark>
-
-    <remark role="todo">
       Shortcomings (as these are fixed, parts of the manual need
       amendments): For DATE_FORMAT(), the AM/PM strings are not
       affected. GET_FORMAT() should be extended to understand locale,

@@ -6392,9 +6384,12 @@
       Locale names are POSIX-style values such as
       <literal>'ja_JP'</literal> or <literal>'pt_BR'</literal>.
The
       default value is <literal>'en_US'</literal> regardless of your
-      system's locale setting, but any client can examine or set its
-      <literal>lc_time_names</literal> value as shown in the following
-      example:
+      system's locale setting, but you can set the value at server
+      startup or set the <literal>GLOBAL</literal> value if you have the
+      <literal>SUPER</literal> privilge. Any client can examine the
+      value of <literal>lc_time_names</literal> or set its
+      <literal>SESSION</literal> value to affect the locale for its own
+      connection.
     </para>
 
 <programlisting>


Modified: trunk/refman-6.0/internationalization.xml
===================================================================
--- trunk/refman-6.0/internationalization.xml	2008-02-09 05:06:50 UTC (rev 9760)
+++ trunk/refman-6.0/internationalization.xml	2008-02-09 23:37:45 UTC (rev 9761)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 11; 1652 bytes

@@ -7628,14 +7628,6 @@
     <title>MySQL Server Locale Support</title>
 
     <remark role="todo">
-      Bugs (as these are fixed, parts of the manual need amendments):
-      Setting the GLOBAL version doesn't have any effect (so the
-      discussion here is written to use the session variable
-      implicitly). You cannot set --lc_time_names=x from the command
-      line/option file.
-    </remark>
-
-    <remark role="todo">
       Shortcomings (as these are fixed, parts of the manual need
       amendments): For DATE_FORMAT(), the AM/PM strings are not
       affected. GET_FORMAT() should be extended to understand locale,

@@ -7658,9 +7650,12 @@
       Locale names are POSIX-style values such as
       <literal>'ja_JP'</literal> or <literal>'pt_BR'</literal>.
The
       default value is <literal>'en_US'</literal> regardless of your
-      system's locale setting, but any client can examine or set its
-      <literal>lc_time_names</literal> value as shown in the following
-      example:
+      system's locale setting, but you can set the value at server
+      startup or set the <literal>GLOBAL</literal> value if you have the
+      <literal>SUPER</literal> privilge. Any client can examine the
+      value of <literal>lc_time_names</literal> or set its
+      <literal>SESSION</literal> value to affect the locale for its own
+      connection.
     </para>
 
 <programlisting>


Thread
svn commit - mysqldoc@docsrva: r9761 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul10 Feb