Author: paul
Date: 2006-02-24 04:45:26 +0100 (Fri, 24 Feb 2006)
New Revision: 1436
Log:
r8117@frost: paul | 2006-02-23 17:04:22 -0600
mysqltest has --include option.
Modified:
trunk/
trunk/internals/mysqltest.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8058
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3548
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8117
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3548
Modified: trunk/internals/mysqltest.xml
===================================================================
--- trunk/internals/mysqltest.xml 2006-02-23 20:28:01 UTC (rev 1435)
+++ trunk/internals/mysqltest.xml 2006-02-24 03:45:26 UTC (rev 1436)
@@ -238,6 +238,34 @@
</listitem>
<listitem>
+ <para>
+ <indexterm>
+ <primary>mysqltest</primary>
+ <secondary>include option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>include option</primary>
+ <secondary>mysqltest</secondary>
+ </indexterm>
+
+ <option>--include=<replaceable>file_name</replaceable></option>,
+ <option>-i <replaceable>file_name</replaceable></option>
+ </para>
+
+ <para>
+ Include the contents of the given file before processing the
+ contents of the test file. The included file should have the
+ same format as other <command>mysqltest</command> test
+ files. This option has the same effect as putting a
+ <literal>--source
+ <replaceable>file_name</replaceable></literal> command as
+ the first line of the test file. This option was added in
+ MySQL 5.1.7.
+ </para>
+ </listitem>
+
+ <listitem>
<remark role="todo">
This and the next several options should be commented out
for the manpage in the reference manual.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1436 - in trunk: . internals | paul | 24 Feb |