Author: paul
Date: 2007-06-01 22:30:26 +0200 (Fri, 01 Jun 2007)
New Revision: 6627
Log:
r20857@frost: paul | 2007-06-01 15:21:12 -0500
Add missing parenthesis. (Bug#27731)
Modified:
trunk/refman-4.1/functions-core.xml
trunk/refman-5.0/functions-core.xml
trunk/refman-5.1/functions-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25520
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:25520
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:20857
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17229
Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml 2007-06-01 20:08:52 UTC (rev 6626)
+++ trunk/refman-4.1/functions-core.xml 2007-06-01 20:30:26 UTC (rev 6627)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 798 bytes
@@ -6558,7 +6558,7 @@
<replaceable>j</replaceable>, use the expression
<literal>FLOOR(<replaceable>i</replaceable> +
RAND() *
(<replaceable>j</replaceable> −
- <replaceable>i</replaceable>)</literal>. For example, to
+ <replaceable>i</replaceable>))</literal>. For example, to
obtain a random integer in the range the range
<literal>7</literal> <=
<replaceable>R</replaceable> <
<literal>12</literal>, you could use the following
Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml 2007-06-01 20:08:52 UTC (rev 6626)
+++ trunk/refman-5.0/functions-core.xml 2007-06-01 20:30:26 UTC (rev 6627)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 798 bytes
@@ -6663,7 +6663,7 @@
<replaceable>j</replaceable>, use the expression
<literal>FLOOR(<replaceable>i</replaceable> +
RAND() *
(<replaceable>j</replaceable> −
- <replaceable>i</replaceable>)</literal>. For example, to
+ <replaceable>i</replaceable>))</literal>. For example, to
obtain a random integer in the range the range
<literal>7</literal> <=
<replaceable>R</replaceable> <
<literal>12</literal>, you could use the following
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-06-01 20:08:52 UTC (rev 6626)
+++ trunk/refman-5.1/functions-core.xml 2007-06-01 20:30:26 UTC (rev 6627)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 798 bytes
@@ -6642,7 +6642,7 @@
<replaceable>j</replaceable>, use the expression
<literal>FLOOR(<replaceable>i</replaceable> +
RAND() *
(<replaceable>j</replaceable> −
- <replaceable>i</replaceable>)</literal>. For example, to
+ <replaceable>i</replaceable>))</literal>. For example, to
obtain a random integer in the range the range
<literal>7</literal> <=
<replaceable>R</replaceable> <
<literal>12</literal>, you could use the following
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6627 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 1 Jun |