Below is the list of changes that have just been committed into a local
mysqldoc repository of root. When root does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3190 05/08/06 20:19:11 Mike.Hillyer@stripped +1 -0
Merge bk://mysqldoc@stripped
into www.openwin.org:/home/mysqldoc/mysqldoc
refman-common/news-5.0.xml
1.24 05/08/06 20:19:10 Mike.Hillyer@stripped +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: Mike.Hillyer
# Host: www.openwin.org
# Root: /home/mysqldoc/mysqldoc/RESYNC
--- 1.23/refman-common/news-5.0.xml 2005-08-06 00:27:21 -06:00
+++ 1.24/refman-common/news-5.0.xml 2005-08-06 20:19:10 -06:00
@@ -163,6 +163,47 @@
for each individual 5.0.x release.
</para>
+ <section id="news-5-0-12">
+
+ <title id="title-news-5-0-12">&title-news-5-0-12;</title>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para></para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Columns defined as <literal>TINYINT(1)</literal> redefined as
+ <literal>TINYINT(4)</literal> when incorporated into a
+ <literal>VIEW</literal>. (Bug #11335)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ISO-8601</literal> formatted dates were not being
+ parsed correctly. (Bug #7308)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
+
<section id="news-5-0-11">
<title id="title-news-5-0-11">&title-news-5-0-11;</title>
@@ -217,6 +258,21 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Added an optimization that avoids key access with
+ <literal>NULL</literal> keys for the <literal>ref</literal>
+ method when used in outer joins. (Bug #12144)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Maximum size of stored procedures increased from 64k to 4Gb.
+ (Bug #11602)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -227,6 +283,52 @@
<listitem>
<para>
+ <literal>big5</literal> strings were not being stored in
+ <literal>FULLTEXT</literal> index. (Bug #12075)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ When <literal>DROP DATABASE</literal> was called concurrently
+ with a <literal>DROP TABLE</literal> of any table the MySQL
+ Server crashed. (Bug #12212)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>max_connections_per_hour</literal> setting was being
+ capped by unrelated <literal>max_user_connections</literal>
+ setting. (Bug #9947)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>SELECT @@local...</literal> returned
+ <literal>@@session...</literal> in the column header. (Bug
+ #10724)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Multiplying <literal>ABS()</literal> output by a negative
+ number would return incorrect results. (Bug #11402)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Updated dependency list for RPM builds to include missing
+ dependencies such as <literal>useradd</literal> and
+ <literal>groupadd</literal>. (Bug #12233)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>mysql_install_db</literal> used static
<literal>localhost</literal> value in <literal>GRANT</literal>
tables even when server hostname is not
@@ -402,6 +504,28 @@
<literal>InnoDB</literal>: True <literal>VARCHAR</literal>:
Return <literal>NULL</literal> columns in the format expected
by MySQL. (Bug #12186)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Two threads could potentially initialize different characters
+ sets and overwrite each other. (Bug #12109)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Unsigned <literal>LONG</literal> system variables may return
+ incorrect value when retreived with a
+ <literal>SELECT</literal> for certain values. (Bug #10351)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Prepared statements were not being written to the Slow Query
+ log. (Bug #9968)
</para>
</listitem>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (Mike.Hillyer:1.3190) | mhillyer | 7 Aug |