Author: pd221994
Date: 2011-04-14 15:57:15 +0200 (Thu, 14 Apr 2011)
New Revision: 25880
Log:
r47047@dhcp-adc-twvpn-1-vpnpool-10-154-2-217: paul | 2011-04-14 08:55:14 -0500
Document bug fixes:
BUG 11751935 - 42969: PLEASE ADD A MANIFEST TO EACH BUILD
BUG 11764779 - 57649: FLUSH TABLES UNDER FLUSH TABLES <LIST> WITH READ LOCK LEADS TO ASSERT FAI
BUG 11766320 - 59408: MYSQL SYMBOLIC LINKS NOT WORKING
Modified:
svk:merge
trunk/dynamic-docs/changelog/mysqld-2.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-04-14 09:48:50 UTC (rev 25879)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-04-14 13:57:15 UTC (rev 25880)
Changed blocks: 2, Lines Added: 100, Lines Deleted: 0; 2998 bytes
@@ -36122,6 +36122,7 @@
</bugs>
<versions>
+ <version ver="5.0.93"/>
<version ver="5.1.51"/>
<version ver="5.5.7"/>
</versions>
@@ -43866,4 +43867,103 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="locking"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57649"/>
+ <fixes bugid="11764779"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.11"/>
+ <version ver="5.6.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ An assertion was raised if a statement tried to upgrade a
+ metadata lock while there was a active
+ <literal role="stmt" condition="flush">FLUSH TABLE
+ <replaceable>tbl_list</replaceable> WITH READ LOCK</literal>
+ statement. Now if a statement tries to upgrade a metadata lock
+ in this situation, the server returns an
+ <literal role="error">ER_TABLE_NOT_LOCKED_FOR_WRITE</literal>
+ error to the client.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="packaging"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="42969"/>
+ <fixes bugid="11751935"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.11"/>
+ <version ver="5.6.2"/>
+ </versions>
+
+ <message>
+
+ <para>
+ MySQL distributions now include an <filename>INFO_SRC</filename>
+ file that contains information about the source distribution,
+ such as the MySQL version from which it was created. MySQL
+ binary distributions additionally include an
+ <filename>INFO_BIN</filename> file that contains information
+ about how the distribution was built, such as compiler options
+ and feature flags. In RPM packages, these files are located in
+ the <filename>/usr/share/doc/packages/MySQL-server</filename>
+ directory. In <filename>tar.gz</filename> and derived packages,
+ they are located in the <filename>Docs</filename> directory
+ under the location where the distribution is unpacked.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="configuration"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="59408"/>
+ <fixes bugid="11766320"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.13"/>
+ <version ver="5.6.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ With the conversion from GNU autotools to
+ <command>CMake</command> for configuring MySQL, the
+ <literal>USE_SYMDIR</literal> preprocessor symbol was omitted.
+ This caused failure of symbolic links (described at
+ <xref linkend="symbolic-links"/>).
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25880 - in trunk: . dynamic-docs/changelog | paul.dubois | 14 Apr |