From: Date: June 1 2007 10:30pm Subject: svn commit - mysqldoc@docsrva: r6627 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/27965 Message-Id: <200706012030.l51KUXEb001798@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ j, use the expression FLOOR(i + RAND() * (j − - i). For example, to + i)). For example, to obtain a random integer in the range the range 7 <= R < 12, 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 @@ j, use the expression FLOOR(i + RAND() * (j − - i). For example, to + i)). For example, to obtain a random integer in the range the range 7 <= R < 12, 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 @@ j, use the expression FLOOR(i + RAND() * (j − - i). For example, to + i)). For example, to obtain a random integer in the range the range 7 <= R < 12, you could use the following