Author: paul
Date: 2006-10-06 04:32:11 +0200 (Fri, 06 Oct 2006)
New Revision: 3561
Log:
r10717@frost: paul | 2006-10-05 21:30:45 -0500
mysqltest: Values assigned to variables with "let" now can contain
variable references.
Modified:
trunk/mysqltest/command-reference.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14265
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10703
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14265
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10717
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
Modified: trunk/mysqltest/command-reference.xml
===================================================================
--- trunk/mysqltest/command-reference.xml 2006-10-05 20:57:56 UTC (rev 3560)
+++ trunk/mysqltest/command-reference.xml 2006-10-06 02:32:11 UTC (rev 3561)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 1; 1131 bytes
@@ -1160,6 +1160,12 @@
</para>
<para>
+ As of MySQL 5.0.26/5.1.12, references to variables within
+ <replaceable>value</replaceable> are replaced with their
+ corresponding values.
+ </para>
+
+ <para>
If the <literal>let</literal> command is specified as a normal
command (that is, not beginning with
‘<literal>--</literal>’),
@@ -1829,7 +1835,9 @@
References to variables can occur in the <literal>echo</literal>,
<literal>eval</literal>, <literal>exec</literal>, and
<literal>system</literal> commands. Variable references are
- replaced by their values.
+ replaced by their values. As of MySQL 5.0.26/5.1.12, the value
+ assigned to a variable in a <literal>let</literal> command also
+ can refer to variables.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3561 - in trunk: . mysqltest | paul | 6 Oct |