From: Date: August 17 2006 3:53pm Subject: svn commit - mysqldoc@docsrva: r3046 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/10584 Message-Id: <200608171353.k7HDrrvx004815@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2006-08-17 15:53:51 +0200 (Thu, 17 Aug 2006) New Revision: 3046 Log: r13851@frost: paul | 2006-08-17 08:42:49 -0500 Update RAND(N) description. (Bug#15473) Modified: trunk/refman-4.1/functions.xml trunk/refman-5.0/functions.xml trunk/refman-5.1/functions.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12807 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13818 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9795 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12807 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13851 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9795 Modified: trunk/refman-4.1/functions.xml =================================================================== --- trunk/refman-4.1/functions.xml 2006-08-17 11:43:52 UTC (rev 3045) +++ trunk/refman-4.1/functions.xml 2006-08-17 13:53:51 UTC (rev 3046) Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 693 bytes @@ -5550,7 +5550,8 @@ 0 <= v <= 1.0). If an integer argument N is specified, it is used as the - seed value, which produces a repeatable sequence. + seed value, which produces a repeatable sequence of column + values. Modified: trunk/refman-5.0/functions.xml =================================================================== --- trunk/refman-5.0/functions.xml 2006-08-17 11:43:52 UTC (rev 3045) +++ trunk/refman-5.0/functions.xml 2006-08-17 13:53:51 UTC (rev 3046) Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 693 bytes @@ -5640,7 +5640,8 @@ 0 <= v <= 1.0). If an integer argument N is specified, it is used as the - seed value, which produces a repeatable sequence. + seed value, which produces a repeatable sequence of column + values. Modified: trunk/refman-5.1/functions.xml =================================================================== --- trunk/refman-5.1/functions.xml 2006-08-17 11:43:52 UTC (rev 3045) +++ trunk/refman-5.1/functions.xml 2006-08-17 13:53:51 UTC (rev 3046) Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 693 bytes @@ -5611,7 +5611,8 @@ 0 <= v <= 1.0). If an integer argument N is specified, it is used as the - seed value, which produces a repeatable sequence. + seed value, which produces a repeatable sequence of column + values.