Author: paul
Date: 2006-01-13 03:42:20 +0100 (Fri, 13 Jan 2006)
New Revision: 792
Log:
r6143@frost: paul | 2006-01-12 19:40:35 -0600
Note some additional -Max build options.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6140
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2101
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6143
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2101
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-01-13 01:15:08 UTC (rev 791)
+++ trunk/refman-4.1/database-administration.xml 2006-01-13 02:42:20 UTC (rev 792)
@@ -382,15 +382,13 @@
<listitem>
<para>
- <literal>USE_SYMDIR</literal>
+ <option>--with-example-storage-engine</option>
</para>
<para>
- This define is enabled to turn on database symbolic link
- support for Windows. (This applies only before MySQL 4.0. As
- of MySQL 4.0, symbolic link support is available for all
- Windows servers, so a Max server is not needed to take
- advantage of this feature.)
+ This option enables support for the
+ <literal>EXAMPLE</literal> storage engine in MySQL 4.1.3 and
+ newer.
</para>
</listitem>
@@ -407,6 +405,20 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>USE_SYMDIR</literal>
+ </para>
+
+ <para>
+ This define is enabled to turn on database symbolic link
+ support for Windows. (This applies only before MySQL 4.0. As
+ of MySQL 4.0, symbolic link support is available for all
+ Windows servers, so a Max server is not needed to take
+ advantage of this feature.)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -21277,8 +21289,8 @@
server is started with
<literal>binlog-ignore-db=sales</literal>, and you run
<literal>USE prices; UPDATE sales.january SET
- amount=amount+1000;</literal>, this statement <emphasis>is</emphasis> written
- into the binary log.
+ amount=amount+1000;</literal>, this statement
+ <emphasis>is</emphasis> written into the binary log.
</para>
<para>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-01-13 01:15:08 UTC (rev 791)
+++ trunk/refman-5.0/database-administration.xml 2006-01-13 02:42:20 UTC (rev 792)
@@ -383,19 +383,39 @@
<listitem>
<para>
- <literal>USE_SYMDIR</literal>
+ <option>--with-csv-storage-engine</option>
</para>
<para>
- This define is enabled to turn on database symbolic link
- support for Windows. Symbolic link support is available for
- all Windows servers, so a Max server is not needed to take
- advantage of this feature.
+ This option enables support for the <literal>CSV</literal>
+ storage engine.
</para>
</listitem>
<listitem>
<para>
+ <option>--with-example-storage-engine</option>
+ </para>
+
+ <para>
+ This option enables support for the
+ <literal>EXAMPLE</literal> storage engine.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--with-federated-storage-engine</option>
+ </para>
+
+ <para>
+ This option enables support for the
+ <literal>FEDERATED</literal> storage engine.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--with-ndbcluster</option>
</para>
@@ -409,6 +429,19 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>USE_SYMDIR</literal>
+ </para>
+
+ <para>
+ This define is enabled to turn on database symbolic link
+ support for Windows. Symbolic link support is available for
+ all Windows servers, so a Max server is not needed to take
+ advantage of this feature.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-13 01:15:08 UTC (rev 791)
+++ trunk/refman-5.1/database-administration.xml 2006-01-13 02:42:20 UTC (rev 792)
@@ -383,19 +383,39 @@
<listitem>
<para>
- <literal>USE_SYMDIR</literal>
+ <option>--with-csv-storage-engine</option>
</para>
<para>
- This define is enabled to turn on database symbolic link
- support for Windows. Symbolic link support is available for
- all Windows servers, so a Max server is not needed to take
- advantage of this feature.
+ This option enables support for the <literal>CSV</literal>
+ storage engine.
</para>
</listitem>
<listitem>
<para>
+ <option>--with-example-storage-engine</option>
+ </para>
+
+ <para>
+ This option enables support for the
+ <literal>EXAMPLE</literal> storage engine.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <option>--with-federated-storage-engine</option>
+ </para>
+
+ <para>
+ This option enables support for the
+ <literal>FEDERATED</literal> storage engine.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<option>--with-ndbcluster</option>
</para>
@@ -409,6 +429,19 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>USE_SYMDIR</literal>
+ </para>
+
+ <para>
+ This define is enabled to turn on database symbolic link
+ support for Windows. Symbolic link support is available for
+ all Windows servers, so a Max server is not needed to take
+ advantage of this feature.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -23228,8 +23261,8 @@
server is started with
<literal>binlog-ignore-db=sales</literal>, and you do
<literal>USE prices; UPDATE sales.january SET
- amount=amount+1000;</literal>, this statement <emphasis>is</emphasis> written
- into the binary log.
+ amount=amount+1000;</literal>, this statement
+ <emphasis>is</emphasis> written into the binary log.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r792 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 13 Jan |