Author: paul
Date: 2006-01-12 22:31:18 +0100 (Thu, 12 Jan 2006)
New Revision: 785
Log:
r6130@frost: paul | 2006-01-12 15:30:38 -0600
Cannot decompress tables with ALTER TABLE yet.
Modified:
trunk/
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1/storage-engines.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6128
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2101
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6130
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2101
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2006-01-12 21:27:01 UTC (rev 784)
+++ trunk/refman-5.0/storage-engines.xml 2006-01-12 21:31:18 UTC (rev 785)
@@ -1007,9 +1007,9 @@
</para>
<para>
- You can compress or decompress tables by specifying
- <literal>ROW_FORMAT={COMPRESSED | DEFAULT}</literal> with
- <literal>ALTER TABLE</literal>.
+ You can decompress tables by specifying
+ <literal>ROW_FORMAT=DEFAULT</literal> with <literal>ALTER
+ TABLE</literal>.
</para>
<para>
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2006-01-12 21:27:01 UTC (rev 784)
+++ trunk/refman-5.1/storage-engines.xml 2006-01-12 21:31:18 UTC (rev 785)
@@ -985,9 +985,9 @@
</para>
<para>
- You can compress or decompress tables by specifying
- <literal>ROW_FORMAT={COMPRESSED | DEFAULT}</literal> with
- <literal>ALTER TABLE</literal>.
+ You can decompress tables by specifying
+ <literal>ROW_FORMAT=DEFAULT</literal> with <literal>ALTER
+ TABLE</literal>.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r785 - in trunk: . refman-5.0 refman-5.1 | paul | 12 Jan |