List:Commits« Previous MessageNext Message »
From:jon Date:October 5 2008 3:30pm
Subject:svn commit - mysqldoc@docsrva: r11990 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-10-05 17:30:46 +0200 (Sun, 05 Oct 2008)
New Revision: 11990

Log:

Documenting Falcon bugfixes:

  Bug #33397, Bug #33607, Bug #33735, Bug #34990, Bug #35991,
  Bug #36097, Bug #36294, Bug #36367, Bug #36368, Bug #36400



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-05 01:23:58 UTC (rev 11989)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-05 15:30:46 UTC (rev 11990)
Changed blocks: 2, Lines Added: 233, Lines Deleted: 0; 5170 bytes

@@ -10,7 +10,239 @@
 
     <tags>
       <manual type="Falcon"/>
+      <manual type="compiling"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36400"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Compiling the server with <literal>Falcon</literal> support
+        failed on Solaris 10 for x86 platforms failed due to use of
+        assembler code specific to <command>gcc</command>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="compiling"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36368"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Attempting to compile the server with Falcon support using the
+        Sun Studio 12 compiler failed with the error
+        <errortext>"Value.h", line 185: Error: A union member cannot
+        have a user-defined assignment operator</errortext>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="INSERT"/>
+      <manual type="tablespaces"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36294"/>
+      <fixes bugid="36367"/>
+      <seealsobug bugid="29648"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Following a number of <literal>INSERT ... SELECT</literal>
+        statements on a <literal>Falcon</literal> table, creating a
+        second <literal>Falcon</literal> table using the same tablespace
+        as the table into which the inserts were made and then
+        performing a simple <literal>INSERT</literal> on the new table
+        caused the server to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
       <manual type="SELECT"/>
+      <manual type="LIKE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36097"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        A <literal>SELECT ... LIKE</literal> query issued following a
+        number of <literal>INSERT</literal> statements on a
+        <literal>Falcon</literal> table failed to return all matching
+        records.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="TRUNCATE"/>
+      <manual type="transactions"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35991"/>
+      <seealsobug bugid="22165"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Executing <literal>TRUNCATE</literal> statements with
+        interleaving transactions could cause <command>mysqld</command>
+        to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="ALTER TABLE"/>
+      <manual type="tablespaces"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33397"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        An <literal>ALTER TABLE ... TABLESPACE</literal> statement
+        referencing a nonexistant tablespace on a
+        <literal>Falcon</literal> table failed with an inappropriate
+        error message the first time it was executed. A second attempt
+        to execute the statement led to a crash of the MySQL server.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="tablespaces"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33607"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        It was possible for multiple <command>mysqld</command> instances
+        to use the same <literal>Falcon</literal> tablespace and
+        metadata files, which could lead to corruption of the tablespace
+        files, metadata files, or both.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="INSERT"/>
+      <manual type="concurrency"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34990"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Two different threads could obtain the same record number for
+        concurrent inserts into the same <literal>Falcon</literal>
+        table.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="SELECT"/>
       <manual type="multiple threads"/>
     </tags>
 

@@ -21988,6 +22220,7 @@
 
     <bugs>
       <fixes bugid="33480"/>
+      <fixes bugid="33735"/>
     </bugs>
 
     <versions>


Thread
svn commit - mysqldoc@docsrva: r11990 - trunk/dynamic-docs/changelogjon5 Oct