Author: paul
Date: 2007-02-22 16:36:13 +0100 (Thu, 22 Feb 2007)
New Revision: 5025
Log:
r16719@frost: paul | 2007-02-22 09:35:36 -0600
Convert ndb_delete_all section to use manpage markup.
Add indexterm entries.
Modified:
trunk/refman-4.1/mysql-cluster.xml
trunk/refman-5.0/mysql-cluster.xml
trunk/refman-5.1/mysql-cluster.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20330
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16717
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20330
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16719
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml 2007-02-22 15:02:01 UTC (rev 5024)
+++ trunk/refman-4.1/mysql-cluster.xml 2007-02-22 15:36:13 UTC (rev 5025)
Changed blocks: 1, Lines Added: 81, Lines Deleted: 38; 5260 bytes
@@ -13763,63 +13763,106 @@
</section>
- <section id="mysql-cluster-utilities-ndb-delete-all">
+ <section id="fake-id-for-ndb-delete-all-manpage-section-wrapper">
- <title><command>ndb_delete_all</command></title>
+ <title>fake title for ndb_delete_all manpage section wrapper</title>
- <indexterm>
- <primary><command>ndb_delete_all</command></primary>
- </indexterm>
+ <refentry id="mysql-cluster-utilities-ndb-delete-all">
- <para>
- <emphasis role="bold">Description</emphasis>: Deletes all rows
- from the given <literal>NDB</literal> table. In some cases, this
- can be much faster than <literal>DELETE</literal> or even
- <literal>TRUNCATE</literal>.
- </para>
+ <indexterm>
+ <primary>ndb_delete_all</primary>
+ </indexterm>
- <para>
- <emphasis role="bold">Usage</emphasis>:
- </para>
+ <refmeta>
+
<refentrytitle><command>ndb_delete_all</command></refentrytitle>
+
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+ <refmiscinfo class="source">MySQL</refmiscinfo>
+ <refmiscinfo class="version">¤t-series;</refmiscinfo>
+ <refmiscinfo class="refman">Delete All Rows from NDB
Table</refmiscinfo>
+ </refmeta>
-<programlisting>
-ndb_delete_all -c <replaceable>connect_string</replaceable>
<replaceable>tbl_name</replaceable> -d
<replaceable>db_name</replaceable>
-</programlisting>
+ <refnamediv>
+ <refname>ndb_delete_all</refname>
+
+ <refpurpose>delete all rows from NDB table</refpurpose>
+ </refnamediv>
- <para>
- This deletes all rows from the table named
- <replaceable>tbl_name</replaceable> in the database named
- <replaceable>db_name</replaceable>. It is exactly equivalent to
- executing <literal>TRUNCATE
-
<replaceable>db_name</replaceable>.<replaceable>tbl_name</replaceable></literal>
- in MySQL.
- </para>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ndb_delete_all
<replaceable>options</replaceable></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
- <para>
- <emphasis role="bold">Additional Options</emphasis>:
- </para>
+ <refsection id="ndb-delete-all-description">
- <itemizedlist>
+ <title>Description</title>
- <listitem>
<para>
- <option>-t</option>, <option>--transactional</option>
+ <command>ndb_delete_all</command> deletes all rows from the
+ given <literal>NDB</literal> table. In some cases, this can
+ be much faster than <literal>DELETE</literal> or even
+ <literal>TRUNCATE</literal>.
</para>
<para>
- Use of this option causes the delete operation to be
- performed as a single transaction.
+ <emphasis role="bold">Usage</emphasis>:
</para>
+<programlisting>
+ndb_delete_all -c <replaceable>connect_string</replaceable>
<replaceable>tbl_name</replaceable> -d
<replaceable>db_name</replaceable>
+</programlisting>
+
<para>
- <emphasis role="bold">Warning</emphasis>: With very large
- tables, this using this option may cause the number of
- operations available to the cluster to be exceeded.
+ This deletes all rows from the table named
+ <replaceable>tbl_name</replaceable> in the database named
+ <replaceable>db_name</replaceable>. It is exactly equivalent
+ to executing <literal>TRUNCATE
+
<replaceable>db_name</replaceable>.<replaceable>tbl_name</replaceable></literal>
+ in MySQL.
</para>
- </listitem>
- </itemizedlist>
+ <para>
+ <emphasis role="bold">Additional Options</emphasis>:
+ </para>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>ndb_delete_all</primary>
+ <secondary>transactional option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>transactional option</primary>
+ <secondary>ndb_delete_all</secondary>
+ </indexterm>
+
+ <option>--transactional</option>,
<option>-t</option>
+ </para>
+
+ <para>
+ Use of this option causes the delete operation to be
+ performed as a single transaction.
+ </para>
+
+ <para>
+ <emphasis role="bold">Warning</emphasis>: With very
+ large tables, this using this option may cause the
+ number of operations available to the cluster to be
+ exceeded.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </refsection>
+
+ </refentry>
+
</section>
<section id="mysql-cluster-utilities-ndb-desc">
Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml 2007-02-22 15:02:01 UTC (rev 5024)
+++ trunk/refman-5.0/mysql-cluster.xml 2007-02-22 15:36:13 UTC (rev 5025)
Changed blocks: 1, Lines Added: 81, Lines Deleted: 38; 5260 bytes
@@ -13876,63 +13876,106 @@
</section>
- <section id="mysql-cluster-utilities-ndb-delete-all">
+ <section id="fake-id-for-ndb-delete-all-manpage-section-wrapper">
- <title><command>ndb_delete_all</command></title>
+ <title>fake title for ndb_delete_all manpage section wrapper</title>
- <indexterm>
- <primary><command>ndb_delete_all</command></primary>
- </indexterm>
+ <refentry id="mysql-cluster-utilities-ndb-delete-all">
- <para>
- <emphasis role="bold">Description</emphasis>: Deletes all rows
- from the given <literal>NDB</literal> table. In some cases, this
- can be much faster than <literal>DELETE</literal> or even
- <literal>TRUNCATE</literal>.
- </para>
+ <indexterm>
+ <primary>ndb_delete_all</primary>
+ </indexterm>
- <para>
- <emphasis role="bold">Usage</emphasis>:
- </para>
+ <refmeta>
+
<refentrytitle><command>ndb_delete_all</command></refentrytitle>
+
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+ <refmiscinfo class="source">MySQL</refmiscinfo>
+ <refmiscinfo class="version">¤t-series;</refmiscinfo>
+ <refmiscinfo class="refman">Delete All Rows from NDB
Table</refmiscinfo>
+ </refmeta>
-<programlisting>
-ndb_delete_all -c <replaceable>connect_string</replaceable>
<replaceable>tbl_name</replaceable> -d
<replaceable>db_name</replaceable>
-</programlisting>
+ <refnamediv>
+ <refname>ndb_delete_all</refname>
+
+ <refpurpose>delete all rows from NDB table</refpurpose>
+ </refnamediv>
- <para>
- This deletes all rows from the table named
- <replaceable>tbl_name</replaceable> in the database named
- <replaceable>db_name</replaceable>. It is exactly equivalent to
- executing <literal>TRUNCATE
-
<replaceable>db_name</replaceable>.<replaceable>tbl_name</replaceable></literal>
- in MySQL.
- </para>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ndb_delete_all
<replaceable>options</replaceable></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
- <para>
- <emphasis role="bold">Additional Options</emphasis>:
- </para>
+ <refsection id="ndb-delete-all-description">
- <itemizedlist>
+ <title>Description</title>
- <listitem>
<para>
- <option>-t</option>, <option>--transactional</option>
+ <command>ndb_delete_all</command> deletes all rows from the
+ given <literal>NDB</literal> table. In some cases, this can
+ be much faster than <literal>DELETE</literal> or even
+ <literal>TRUNCATE</literal>.
</para>
<para>
- Use of this option causes the delete operation to be
- performed as a single transaction.
+ <emphasis role="bold">Usage</emphasis>:
</para>
+<programlisting>
+ndb_delete_all -c <replaceable>connect_string</replaceable>
<replaceable>tbl_name</replaceable> -d
<replaceable>db_name</replaceable>
+</programlisting>
+
<para>
- <emphasis role="bold">Warning</emphasis>: With very large
- tables, this using this option may cause the number of
- operations available to the cluster to be exceeded.
+ This deletes all rows from the table named
+ <replaceable>tbl_name</replaceable> in the database named
+ <replaceable>db_name</replaceable>. It is exactly equivalent
+ to executing <literal>TRUNCATE
+
<replaceable>db_name</replaceable>.<replaceable>tbl_name</replaceable></literal>
+ in MySQL.
</para>
- </listitem>
- </itemizedlist>
+ <para>
+ <emphasis role="bold">Additional Options</emphasis>:
+ </para>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>ndb_delete_all</primary>
+ <secondary>transactional option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>transactional option</primary>
+ <secondary>ndb_delete_all</secondary>
+ </indexterm>
+
+ <option>--transactional</option>,
<option>-t</option>
+ </para>
+
+ <para>
+ Use of this option causes the delete operation to be
+ performed as a single transaction.
+ </para>
+
+ <para>
+ <emphasis role="bold">Warning</emphasis>: With very
+ large tables, this using this option may cause the
+ number of operations available to the cluster to be
+ exceeded.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </refsection>
+
+ </refentry>
+
</section>
<section id="mysql-cluster-utilities-ndb-desc">
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-02-22 15:02:01 UTC (rev 5024)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-02-22 15:36:13 UTC (rev 5025)
Changed blocks: 1, Lines Added: 81, Lines Deleted: 38; 5260 bytes
@@ -13950,63 +13950,106 @@
</section>
- <section id="mysql-cluster-utilities-ndb-delete-all">
+ <section id="fake-id-for-ndb-delete-all-manpage-section-wrapper">
- <title><command>ndb_delete_all</command></title>
+ <title>fake title for ndb_delete_all manpage section wrapper</title>
- <indexterm>
- <primary><command>ndb_delete_all</command></primary>
- </indexterm>
+ <refentry id="mysql-cluster-utilities-ndb-delete-all">
- <para>
- <emphasis role="bold">Description</emphasis>: Deletes all rows
- from the given <literal>NDB</literal> table. In some cases, this
- can be much faster than <literal>DELETE</literal> or even
- <literal>TRUNCATE</literal>.
- </para>
+ <indexterm>
+ <primary>ndb_delete_all</primary>
+ </indexterm>
- <para>
- <emphasis role="bold">Usage</emphasis>:
- </para>
+ <refmeta>
+
<refentrytitle><command>ndb_delete_all</command></refentrytitle>
+
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+ <refmiscinfo class="source">MySQL</refmiscinfo>
+ <refmiscinfo class="version">¤t-series;</refmiscinfo>
+ <refmiscinfo class="refman">Delete All Rows from NDB
Table</refmiscinfo>
+ </refmeta>
-<programlisting>
-ndb_delete_all -c <replaceable>connect_string</replaceable>
<replaceable>tbl_name</replaceable> -d
<replaceable>db_name</replaceable>
-</programlisting>
+ <refnamediv>
+ <refname>ndb_delete_all</refname>
+
+ <refpurpose>delete all rows from NDB table</refpurpose>
+ </refnamediv>
- <para>
- This deletes all rows from the table named
- <replaceable>tbl_name</replaceable> in the database named
- <replaceable>db_name</replaceable>. It is exactly equivalent to
- executing <literal>TRUNCATE
-
<replaceable>db_name</replaceable>.<replaceable>tbl_name</replaceable></literal>
- in MySQL.
- </para>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ndb_delete_all
<replaceable>options</replaceable></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
- <para>
- <emphasis role="bold">Additional Options</emphasis>:
- </para>
+ <refsection id="ndb-delete-all-description">
- <itemizedlist>
+ <title>Description</title>
- <listitem>
<para>
- <option>-t</option>, <option>--transactional</option>
+ <command>ndb_delete_all</command> deletes all rows from the
+ given <literal>NDB</literal> table. In some cases, this can
+ be much faster than <literal>DELETE</literal> or even
+ <literal>TRUNCATE</literal>.
</para>
<para>
- Use of this option causes the delete operation to be
- performed as a single transaction.
+ <emphasis role="bold">Usage</emphasis>:
</para>
+<programlisting>
+ndb_delete_all -c <replaceable>connect_string</replaceable>
<replaceable>tbl_name</replaceable> -d
<replaceable>db_name</replaceable>
+</programlisting>
+
<para>
- <emphasis role="bold">Warning</emphasis>: With very large
- tables, this using this option may cause the number of
- operations available to the cluster to be exceeded.
+ This deletes all rows from the table named
+ <replaceable>tbl_name</replaceable> in the database named
+ <replaceable>db_name</replaceable>. It is exactly equivalent
+ to executing <literal>TRUNCATE
+
<replaceable>db_name</replaceable>.<replaceable>tbl_name</replaceable></literal>
+ in MySQL.
</para>
- </listitem>
- </itemizedlist>
+ <para>
+ <emphasis role="bold">Additional Options</emphasis>:
+ </para>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>ndb_delete_all</primary>
+ <secondary>transactional option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>transactional option</primary>
+ <secondary>ndb_delete_all</secondary>
+ </indexterm>
+
+ <option>--transactional</option>,
<option>-t</option>
+ </para>
+
+ <para>
+ Use of this option causes the delete operation to be
+ performed as a single transaction.
+ </para>
+
+ <para>
+ <emphasis role="bold">Warning</emphasis>: With very
+ large tables, this using this option may cause the
+ number of operations available to the cluster to be
+ exceeded.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </refsection>
+
+ </refentry>
+
</section>
<section id="mysql-cluster-utilities-ndb-desc">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5025 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 22 Feb |