Author: paul
Date: 2007-10-15 21:17:15 +0200 (Mon, 15 Oct 2007)
New Revision: 8104
Log:
r31117@polar: paul | 2007-10-15 14:12:14 -0500
Slight wording change.
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.0/news-5.0.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.2/dba-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:31111
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25621
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:31117
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25621
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-10-15 18:54:21 UTC (rev 8103)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-10-15 19:17:15 UTC (rev 8104)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 881 bytes
@@ -4103,8 +4103,8 @@
<option command="mysqld" section="server" id="div_precision_increment">
<xrefto id="option_mysqld_div_precision_increment"/>
<name>div_precision_increment</name>
- <shortdescription lang="en">Precision of the result of '/' operator will be increased on that
- value</shortdescription>
+ <shortdescription lang="en">Scale of the result of '/' operator will be
+increased by this many digits</shortdescription>
<types>
<optype class="cmdline" format="--div_precision_increment=#" setvar="div_precision_increment"/>
<optype class="mycnf"/>
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2007-10-15 18:54:21 UTC (rev 8103)
+++ trunk/refman-5.0/dba-core.xml 2007-10-15 19:17:15 UTC (rev 8104)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 794 bytes
@@ -4329,8 +4329,8 @@
</para>
<para>
- This variable indicates the number of digits of precision
- by which to increase the result of division operations
+ This variable indicates the number of digits by which to
+ increase the scale of the result of division operations
performed with the <literal>/</literal> operator. The
default value is 4. The minimum and maximum values are 0
and 30, respectively. The following example illustrates
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2007-10-15 18:54:21 UTC (rev 8103)
+++ trunk/refman-5.0/news-5.0.xml 2007-10-15 19:17:15 UTC (rev 8104)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 792 bytes
@@ -14558,9 +14558,9 @@
<listitem>
<para>
Added the <literal>div_precision_increment</literal> system
- variable, which indicates the number of digits of precision by
- which to increase the result of division operations performed
- with the <literal>/</literal> operator.
+ variable, which indicates the number of digits by which to
+ increase the scale of the result of division operations
+ performed with the <literal>/</literal> operator.
</para>
</listitem>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-10-15 18:54:21 UTC (rev 8103)
+++ trunk/refman-5.1/dba-core.xml 2007-10-15 19:17:15 UTC (rev 8104)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 794 bytes
@@ -4445,8 +4445,8 @@
</para>
<para>
- This variable indicates the number of digits of precision
- by which to increase the result of division operations
+ This variable indicates the number of digits by which to
+ increase the scale of the result of division operations
performed with the <literal>/</literal> operator. The
default value is 4. The minimum and maximum values are 0
and 30, respectively. The following example illustrates
Modified: trunk/refman-5.2/dba-core.xml
===================================================================
--- trunk/refman-5.2/dba-core.xml 2007-10-15 18:54:21 UTC (rev 8103)
+++ trunk/refman-5.2/dba-core.xml 2007-10-15 19:17:15 UTC (rev 8104)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 794 bytes
@@ -4373,8 +4373,8 @@
</para>
<para>
- This variable indicates the number of digits of precision
- by which to increase the result of division operations
+ This variable indicates the number of digits by which to
+ increase the scale of the result of division operations
performed with the <literal>/</literal> operator. The
default value is 4. The minimum and maximum values are 0
and 30, respectively. The following example illustrates
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8104 - in trunk: . dynamic-docs/command-optvars refman-5.0 refman-5.1 refman-5.2 | paul | 15 Oct |