Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.3399 05/08/26 14:45:11 paul@stripped +1 -0
news-5.0.xml:
Document bugfix. (Bug #11126)
Document bugfix. (Bug #12532)
Document bugfix. (Bug #12468)
Document bugfix. (Bug #11333)
refman-common/news-5.0.xml
1.86 05/08/26 14:41:56 paul@stripped +11 -0
Document bugfix. (Bug #11126)
refman-common/news-5.0.xml
1.85 05/08/26 14:37:08 paul@stripped +7 -0
Document bugfix. (Bug #12532)
refman-common/news-5.0.xml
1.84 05/08/26 14:31:33 paul@stripped +8 -0
Document bugfix. (Bug #12468)
refman-common/news-5.0.xml
1.83 05/08/26 14:29:45 paul@stripped +8 -0
Document bugfix. (Bug #11333)
# 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: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysqldoc
--- 1.82/refman-common/news-5.0.xml 2005-08-26 14:06:52 -05:00
+++ 1.86/refman-common/news-5.0.xml 2005-08-26 14:41:56 -05:00
@@ -181,6 +181,22 @@
<listitem>
<para>
+ <literal>CREATE VIEW</literal> inside a stored procedure
+ caused a server crash if the table underlying the view had
+ been deleted. (Bug #12468)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A memory leak resulting from repeated <literal>SELECT ...
+ INTO</literal> statements inside a stored procedure could
+ cause the server to crash. (Bug #11333)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A query of the form <literal>SHOW TABLE STATUS FROM
<replaceable>db_name</replaceable> WHERE name IN
(<replaceable>select_query</replaceable>)</literal> would
@@ -318,6 +334,13 @@
<listitem>
<para>
+ Some statements executed on a master server caused the SQL
+ thread on a slave to run out of memory. (Bug #12532)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A <literal>SELECT DISTINCT</literal> query with a constant
value for one of the columns would return only a single row.
(Bug #12625)
@@ -880,6 +903,17 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ DDL statements now are allowed in stored procedures if the
+ procedure is not invoked from a stored function or a trigger.
+ Also fixed problems where a <literal>TEMPORARY</literal>
+ statement created by one stored routine was inaccessible to
+ another routine invoked during the same connection. (Bug
+ #11126)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3399) | paul | 26 Aug |