Author: shinz
Date: 2006-08-09 21:23:52 +0200 (Wed, 09 Aug 2006)
New Revision: 2983
Log:
Remove outdated todo sections (libmysqld and BDB), closing Bug #21362
Modified:
trunk/refman-4.1/storage-engines.xml
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1/apis.xml
trunk/refman-5.1/storage-engines.xml
Modified: trunk/refman-4.1/storage-engines.xml
===================================================================
--- trunk/refman-4.1/storage-engines.xml 2006-08-09 14:51:44 UTC (rev 2982)
+++ trunk/refman-4.1/storage-engines.xml 2006-08-09 19:23:52 UTC (rev 2983)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 63; 2070 bytes
@@ -3180,69 +3180,6 @@
</section>
- <section id="bdb-todo">
-
- <title>Things We Need to Fix for
<literal>BDB</literal></title>
-
- <itemizedlist>
-
- <listitem>
- <para>
- Opening many <literal>BDB</literal> tables at the same time
- may be quite slow. If you are going to use
- <literal>BDB</literal> tables, you should not have a very
- large table cache (for example, with a size larger than 256)
- and you should use the <option>--no-auto-rehash</option>
- option when you use the <command>mysql</command> client.
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SHOW TABLE STATUS</literal> does not provide some
- information for <literal>BDB</literal> tables:
- </para>
-
-<programlisting>
-mysql> <userinput>SHOW TABLE STATUS LIKE 'bdbtest'\G</userinput>
-*************************** 1. row ***************************
- Name: bdbtest
- Engine: BerkeleyDB
- Version: 10
- Row_format: Dynamic
- Rows: 154
- Avg_row_length: 0
- Data_length: 0
-Max_data_length: 0
- Index_length: 0
- Data_free: 0
- Auto_increment: NULL
- Create_time: NULL
- Update_time: NULL
- Check_time: NULL
- Collation: latin1_swedish_ci
- Checksum: NULL
- Create_options:
- Comment:
-</programlisting>
- </listitem>
-
- <listitem>
- <para>
- Optimize performance.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Change to use no page locks for table scanning operations.
- </para>
- </listitem>
-
- </itemizedlist>
-
- </section>
-
<section id="bdb-restrictions">
<title>Restrictions on <literal>BDB</literal>
Tables</title>
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2006-08-09 14:51:44 UTC (rev 2982)
+++ trunk/refman-5.0/storage-engines.xml 2006-08-09 19:23:52 UTC (rev 2983)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 63; 2070 bytes
@@ -3164,69 +3164,6 @@
</section>
- <section id="bdb-todo">
-
- <title>Things We Need to Fix for
<literal>BDB</literal></title>
-
- <itemizedlist>
-
- <listitem>
- <para>
- Opening many <literal>BDB</literal> tables at the same time
- may be quite slow. If you are going to use
- <literal>BDB</literal> tables, you should not have a very
- large table cache (for example, with a size larger than 256)
- and you should use the <option>--no-auto-rehash</option>
- option when you use the <command>mysql</command> client.
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SHOW TABLE STATUS</literal> does not provide some
- information for <literal>BDB</literal> tables:
- </para>
-
-<programlisting>
-mysql> <userinput>SHOW TABLE STATUS LIKE 'bdbtest'\G</userinput>
-*************************** 1. row ***************************
- Name: bdbtest
- Engine: BerkeleyDB
- Version: 10
- Row_format: Dynamic
- Rows: 154
- Avg_row_length: 0
- Data_length: 0
-Max_data_length: 0
- Index_length: 0
- Data_free: 0
- Auto_increment: NULL
- Create_time: NULL
- Update_time: NULL
- Check_time: NULL
- Collation: latin1_swedish_ci
- Checksum: NULL
- Create_options:
- Comment:
-</programlisting>
- </listitem>
-
- <listitem>
- <para>
- Optimize performance.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Change to use no page locks for table scanning operations.
- </para>
- </listitem>
-
- </itemizedlist>
-
- </section>
-
<section id="bdb-restrictions">
<title>Restrictions on <literal>BDB</literal>
Tables</title>
Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml 2006-08-09 14:51:44 UTC (rev 2982)
+++ trunk/refman-5.1/apis.xml 2006-08-09 19:23:52 UTC (rev 2983)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 48; 1734 bytes
@@ -313,54 +313,6 @@
</section>
- <section id="libmysqld-todo">
-
- <title>Things Left to Do in Embedded Server (TODO)</title>
-
- <indexterm>
- <primary>TODO</primary>
- <secondary>embedded server</secondary>
- </indexterm>
-
- <itemizedlist>
-
- <listitem>
- <para>
- We are going to provide options to leave out some parts of
- MySQL to make the library smaller.
- </para>
- </listitem>
-
- <listitem>
- <para>
- There is still a lot of speed optimization to do.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Errors are written to <literal>stderr</literal>. We will add
- an option to specify a filename for these.
- </para>
- </listitem>
-
- <listitem>
- <para>
- We have to change <literal>InnoDB</literal> not to be so
- verbose when using the embedded version. If your database
- does not contain <literal>InnoDB</literal> tables, to
- suppress related messages you can add the
- <option>--skip-innodb</option> option to the options file
- under the group <literal>[libmysqd_server]</literal>, or
- when initializing the server with
- <command>mysql_server_init()</command>.
- </para>
- </listitem>
-
- </itemizedlist>
-
- </section>
-
<section id="libmysqld-example">
<title>Embedded Server Examples</title>
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2006-08-09 14:51:44 UTC (rev 2982)
+++ trunk/refman-5.1/storage-engines.xml 2006-08-09 19:23:52 UTC (rev 2983)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 63; 2070 bytes
@@ -3155,69 +3155,6 @@
</section>
- <section id="bdb-todo">
-
- <title>Things We Need to Fix for
<literal>BDB</literal></title>
-
- <itemizedlist>
-
- <listitem>
- <para>
- Opening many <literal>BDB</literal> tables at the same time
- may be quite slow. If you are going to use
- <literal>BDB</literal> tables, you should not have a very
- large table cache (for example, with a size larger than 256)
- and you should use the <option>--no-auto-rehash</option>
- option when you use the <command>mysql</command> client.
- </para>
- </listitem>
-
- <listitem>
- <para>
- <literal>SHOW TABLE STATUS</literal> does not provide some
- information for <literal>BDB</literal> tables:
- </para>
-
-<programlisting>
-mysql> <userinput>SHOW TABLE STATUS LIKE 'bdbtest'\G</userinput>
-*************************** 1. row ***************************
- Name: bdbtest
- Engine: BerkeleyDB
- Version: 10
- Row_format: Dynamic
- Rows: 154
- Avg_row_length: 0
- Data_length: 0
-Max_data_length: 0
- Index_length: 0
- Data_free: 0
- Auto_increment: NULL
- Create_time: NULL
- Update_time: NULL
- Check_time: NULL
- Collation: latin1_swedish_ci
- Checksum: NULL
- Create_options:
- Comment:
-</programlisting>
- </listitem>
-
- <listitem>
- <para>
- Optimize performance.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Change to use no page locks for table scanning operations.
- </para>
- </listitem>
-
- </itemizedlist>
-
- </section>
-
<section id="bdb-restrictions">
<title>Restrictions on <literal>BDB</literal>
Tables</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2983 - in trunk: refman-4.1 refman-5.0 refman-5.1 | stefan | 9 Aug |