Author: mcbrown
Date: 2007-01-10 17:08:11 +0100 (Wed, 10 Jan 2007)
New Revision: 4436
Log:
Removing Falcon and adding redirects
Modified:
trunk/refman-5.1/renamed-nodes.txt
trunk/refman-5.1/storage-engines.xml
Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt 2007-01-10 15:47:17 UTC (rev 4435)
+++ trunk/refman-5.1/renamed-nodes.txt 2007-01-10 16:08:11 UTC (rev 4436)
Changed blocks: 2, Lines Added: 18, Lines Deleted: 5; 2359 bytes
@@ -324,7 +324,6 @@
system system-optimization
table-size full-table
year-2000-compliance y2k-issues
-
cjk-faq faqs-cjk
cjk-faq-question-marks faqs-cjk
cjk-faq-gb-charset-problems faqs-cjk
@@ -345,11 +344,25 @@
cjk-faq-fixing-cjk-problems faqs-cjk
cjk-faq-manual-translation faqs-cjk
cjk-faq-contact faqs-cjk
-
mysql-cluster-faq faqs-mysql-cluster
-
faq-security faqs-security
-
stored-procedure-replication-faq faqs-stored-routines-triggers-replication
varaible-table variable-table
-variable-table variables-table
\ No newline at end of file
+variable-table variables-table
+se-falcon http://dev.mysql.com/doc/falcon/en/index.html
+se-falcon-features http://dev.mysql.com/doc/falcon/en/se-falcon-features.html
+se-falcon-configuration http://dev.mysql.com/doc/falcon/en/se-falcon-configuration.html
+se-falcon-createdb http://dev.mysql.com/doc/falcon/en/se-falcon-createdb.html
+se-falcon-createtable http://dev.mysql.com/doc/falcon/en/se-falcon-createtable.html
+se-falcon-principles http://dev.mysql.com/doc/falcon/en/se-falcon-principles.html
+se-falcon-principles-tablespace http://dev.mysql.com/doc/falcon/en/se-falcon-principles-tablespace.html
+se-falcon-principles-logging http://dev.mysql.com/doc/falcon/en/se-falcon-principles-logging.html
+se-falcon-principles-logging-rollback http://dev.mysql.com/doc/falcon/en/se-falcon-principles-logging-rollback.html
+se-falcon-principles-logging-groupcommit http://dev.mysql.com/doc/falcon/en/se-falcon-principles-logging-groupcommit.html
+se-falcon-principles-recovery http://dev.mysql.com/doc/falcon/en/se-falcon-principles-recovery.html
+se-falcon-principles-caches http://dev.mysql.com/doc/falcon/en/se-falcon-principles-caches.html
+se-falcon-principles-threads http://dev.mysql.com/doc/falcon/en/se-falcon-principles-threads.html
+se-falcon-principles-compression http://dev.mysql.com/doc/falcon/en/se-falcon-principles-compression.html
+se-falcon-principles-recordslot http://dev.mysql.com/doc/falcon/en/se-falcon-principles-recordslot.html
+se-falcon-limits http://dev.mysql.com/doc/falcon/en/se-falcon-limits.html
+
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2007-01-10 15:47:17 UTC (rev 4435)
+++ trunk/refman-5.1/storage-engines.xml 2007-01-10 16:08:11 UTC (rev 4436)
Changed blocks: 3, Lines Added: 0, Lines Deleted: 18; 1742 bytes
@@ -74,10 +74,6 @@
<primary><literal>FEDERATED</literal> storage engine</primary>
</indexterm>
- <indexterm>
- <primary><literal>Falcon</literal> storage engine</primary>
- </indexterm>
-
<para>
MySQL supports several storage engines that act as handlers for
different table types. MySQL storage engines include both those that
@@ -399,18 +395,6 @@
</para>
</listitem>
- <listitem><para><link linkend="se-falcon"><literal>Falcon</literal></link>
- — Designed with high-volume transactional websites in mind, Falcon
- works with multiple threads and a secure transaction environment that
- keeps data safe while providing high throughput. </para>
-
- <para><emphasis role="bold">WARNING:</emphasis> Falcon is currently only
- supported within a fork ofthe MySQL 5.1 release tree and is not
- considered ready for production. It is provided only testing and
- evaluation purposes at this stage.</para>
-
- </listitem>
-
<listitem>
<para>
<link linkend="memory-storage-engine"><literal>Memory</literal></link>
@@ -1031,8 +1015,6 @@
<xi:include href="se-innodb.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <xi:include href="se-falcon.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-
<xi:include href="se-merge.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="se-memory.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4436 - trunk/refman-5.1 | mcbrown | 10 Jan |