Author: mcbrown
Date: 2010-09-09 15:57:12 +0200 (Thu, 09 Sep 2010)
New Revision: 22642
Log:
Documenting Bugs
Bug #38415
Bug #52809
Bug #56574
Modified:
trunk/dynamic-docs/changelog/mysql-proxy.xml
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysql-proxy.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysql-proxy.xml 2010-09-09 13:45:08 UTC (rev 22641)
+++ trunk/dynamic-docs/changelog/mysql-proxy.xml 2010-09-09 13:57:12 UTC (rev 22642)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 0; 845 bytes
@@ -21,6 +21,27 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <versions>
+ <bugs>
+ <fixes bugid="38415"/>
+ </bugs>
+ <version ver="0.8.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using <command>mysql-proxy</command> with a UNIX socket,
+ the socket would not be deleted when
+ <command>mysql-proxy</command> terminated.
+ </para>
+
+ </message>
+
+ </logentry>
+
<!-- Note: Following bugs (to delimiter) were added without bug number at Mark leith's request -->
<logentry entrytype="feature">
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-09-09 13:45:08 UTC (rev 22641)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-09-09 13:57:12 UTC (rev 22642)
Changed blocks: 1, Lines Added: 53, Lines Deleted: 0; 1347 bytes
@@ -9,6 +9,59 @@
<logentry entrytype="bug">
<tags>
+ <manual type="performance schema"/>
+ <manual type="windows"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="52809"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>PERFORMANCE_SCHEMA</literal> database was not
+ correctly created and populated on Windows.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="rpm"/>
+ <manual type="mysqld"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="56574"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ After an RPM installation <command>mysqld</command> would be
+ started with the <literal>root</literal>, rather than the
+ <literal>mysql</literal> user.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="cluster"/>
<manual type="commits"/>
<manual type="error handling"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22642 - trunk/dynamic-docs/changelog | mc.brown | 9 Sep |