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.3248 05/08/12 14:52:43 paul@stripped +2 -0
news-5.0.xml:
Document bugfix. (Bug #12228)
news-4.1.xml, news-5.0.xml:
Document bugfix. (Bug #12392)
news-5.0.xml:
Document bugfix. (Bug #12281)
Document bugfix. (Bug #12082)
Document bugfix. (Bug #11973)
refman-common/news-5.0.xml
1.38 05/08/12 14:42:50 paul@stripped +7 -0
Document bugfix. (Bug #12228)
refman-common/news-4.1.xml
1.25 05/08/12 14:38:40 paul@stripped +9 -0
Document bugfix. (Bug #12392)
refman-common/news-5.0.xml
1.37 05/08/12 14:38:31 paul@stripped +9 -0
Document bugfix. (Bug #12392)
refman-common/news-5.0.xml
1.36 05/08/12 14:34:16 paul@stripped +9 -0
Document bugfix. (Bug #12281)
refman-common/news-5.0.xml
1.35 05/08/12 14:29:31 paul@stripped +8 -0
Document bugfix. (Bug #12082)
refman-common/news-5.0.xml
1.34 05/08/12 14:24:02 paul@stripped +13 -5
Document bugfix. (Bug #11973)
# 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.24/refman-common/news-4.1.xml 2005-08-12 07:21:57 -05:00
+++ 1.25/refman-common/news-4.1.xml 2005-08-12 14:38:40 -05:00
@@ -233,6 +233,15 @@
<listitem>
<para>
+ Mishanding of comparison for rows containg
+ <literal>NULL</literal> values against rows produced by an
+ <literal>IN</literal> subquery could cause a server crash.
+ (Bug #12392)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>INSERT ... SELECT ... ON DUPLICATE KEY
UPDATE</literal> could fail with an erroneous <quote>Column
'<replaceable>col_name</replaceable>' specified twice</quote>
--- 1.33/refman-common/news-5.0.xml 2005-08-12 07:22:36 -05:00
+++ 1.38/refman-common/news-5.0.xml 2005-08-12 14:42:50 -05:00
@@ -215,6 +215,47 @@
<listitem>
<para>
+A race condition between server threads could cause a crash if one thread deleted a stored routine while another thread was executing a stored routine.
+ (Bug #12228)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Mishanding of comparison for rows containg
+ <literal>NULL</literal> values against rows produced by an
+ <literal>IN</literal> subquery could cause a server crash.
+ (Bug #12392)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Inserting <literal>NULL</literal> into a
+ <literal>GEOMETRY</literal> column for a table that has a
+ trigger could result in a server crash if the table was
+ subsequently dropped. (Bug #12281)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A failure to obtain a lock for an <literal>IN SHARE
+ MODE</literal> query could result in a server crash. (Bug
+ #11973)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>SELECT ... INTO
+ <replaceable>var_name</replaceable></literal> within a trigger
+ could cause a server crash. (Bug #11973)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>INSERT ... SELECT ... ON DUPLICATE KEY
UPDATE</literal> could fail with an erroneous <quote>Column
'<replaceable>col_name</replaceable>' specified twice</quote>
@@ -312,13 +353,13 @@
<listitem>
<para>
- Security improvement: Applied a patch that addresses a potential
- <literal>zlib</literal> data vulnerability that could result
- in an application crash.
+ Security improvement: Applied a patch that addresses a
+ potential <literal>zlib</literal> data vulnerability that
+ could result in an application crash.
(<ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1849">CAN-2005-1849</ulink>)
This only affects the binaries for platforms that are linked
- statically against the bundled zlib (most notably Microsoft Windows
- and HP-UX).
+ statically against the bundled zlib (most notably Microsoft
+ Windows and HP-UX).
</para>
</listitem>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3248) | paul | 12 Aug |