List:Commits« Previous MessageNext Message »
From:paul.dubois Date:August 27 2008 7:27pm
Subject:svn commit - mysqldoc@docsrva: r11614 - in trunk: . dynamic-docs/changelog refman-6.0
View as plain text  
Author: paul
Date: 2008-08-27 19:27:06 +0200 (Wed, 27 Aug 2008)
New Revision: 11614

Log:
 r33531@frost:  paul | 2008-08-27 12:11:36 -0500
 Document bugfixes:
 Bug#35490: FALCON_DATABASE_IO should be FALCON_TABLESPACE_IO
 Bug#35688: Falcon: Crash recovery failure with blob
 Bug#38535: AMD64 support for Falcon
 Bug#38746: Falcon does not build on linux with valgrind enabled


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/refman-6.0/se-falcon-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33527
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32819
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33531
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32819


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-08-27 02:41:04 UTC (rev 11613)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-08-27 17:27:06 UTC (rev 11614)
Changed blocks: 1, Lines Added: 105, Lines Deleted: 0; 2077 bytes

@@ -25498,4 +25498,109 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="valgrind"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38746"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>Falcon</literal> did not build on Linux with Valgrind
+        enabled.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="AMD64"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38535"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>Falcon</literal> builds on AMD64 platforms now.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="BLOB"/>
+      <manual type="TEXT"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35688"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Following a server crash, recovery of <literal>Falcon</literal>
+        tables containing <literal>BLOB</literal> or
+        <literal>TEXT</literal> columns could lose data.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="INFORMATION_SCHEMA"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35490"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        In the <literal>INFORMATION_SCHEMA</literal> database, the
+        <literal>FALCON_DATABASE_IO</literal> table was renamed to
+        <literal>FALCON_TABLESPACE_IO</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml	2008-08-27 02:41:04 UTC (rev 11613)
+++ trunk/refman-6.0/se-falcon-core.xml	2008-08-27 17:27:06 UTC (rev 11614)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 673 bytes

@@ -1103,7 +1103,7 @@
       within a unique tablespace, then the tablespace name is quoted in
       the table name. For example, you can get statistics on I/O for
       <literal>Falcon</literal> databases from the
-      <literal>falcon_database_io</literal> table:
+      <literal>falcon_tablespace_io</literal> table:
     </para>
 
 <programlisting>mysql&gt; SELECT * FROM
INFORMATION_SCHEMA.FALCON_TABLESPACE_IO;


Thread
svn commit - mysqldoc@docsrva: r11614 - in trunk: . dynamic-docs/changelog refman-6.0paul.dubois27 Aug