Author: mhillyer
Date: 2006-01-04 23:01:56 +0100 (Wed, 04 Jan 2006)
New Revision: 679
Log:
Document Bugs: 7209, 15151, 15533, 16068, 15108, 15775, 14904
Move from Documenting Status: 15924, 15942, 16188
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-01-04 19:55:11 UTC (rev 678)
+++ trunk/refman-common/news-4.1.xml 2006-01-04 22:01:56 UTC (rev 679)
@@ -182,6 +182,22 @@
<listitem>
<para>
+ Issuing a <literal>DROP USER</literal> command could cause
+ some users to encounter a <literal><replaceable>hostname</replaceable> is not allowed to connect to this MySQL
+ server</literal> error. (Bug #15775)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>Access Denied</literal> error could be erroneously
+ returned with specific grant combinations under high load.
+ (Bug #7209)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Symbolic links did not funciton properly on Windows platforms.
(Bug #14960, Bug #14310)
</para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-01-04 19:55:11 UTC (rev 678)
+++ trunk/refman-common/news-5.0.xml 2006-01-04 22:01:56 UTC (rev 679)
@@ -204,10 +204,34 @@
</para>
<itemizedlist>
-
+
<listitem>
- <para></para>
+ <para>
+ Issuing a <literal>DROP USER</literal> command could cause
+ some users to encounter a <literal><replaceable>hostname</replaceable> is not allowed to connect to this MySQL
+ server</literal> error. (Bug #15775)
+ </para>
</listitem>
+
+ <listitem>
+ <para>
+ Setting <literal>innodb_log_file_size</literal> to a value
+ greater than 4G crashed the server. (Bug #15108)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>SELECT</literal> of a stored function that
+ references the <literal>INFORMATION_SCHEMA</literal> could
+ crash the server. (Bug #15533)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>Tarball install package was missing a proper
+ <filename>fill_help_tables.sql</filename> file. (Bug #15151)</para>
+ </listitem>
</itemizedlist>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-04 19:55:11 UTC (rev 678)
+++ trunk/refman-common/news-5.1.xml 2006-01-04 22:01:56 UTC (rev 679)
@@ -95,6 +95,22 @@
<listitem>
<para>
+ Issuing a <literal>DROP USER</literal> command could cause
+ some users to encounter a <literal><replaceable>hostname</replaceable> is not allowed to connect to this MySQL
+ server</literal> error. (Bug #15775)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <option>--plugin_dir</option> option was not working. Also
+ fix error with specifying parser name for fulltext. (Bug
+ #16068)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Attempting to insert into a table partitioned by
<literal>LIST</literal> a value less than any specified in one
of the table's partition definitions resulted in a server
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r679 - trunk/refman-common | mhillyer | 4 Jan |