Author: jstephens
Date: 2006-03-15 16:30:18 +0100 (Wed, 15 Mar 2006)
New Revision: 1589
Log:
Documenting XPath/XML bugfixes:
Bug #16242, Bug #18171
Modified:
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-03-15 14:57:59 UTC (rev 1588)
+++ trunk/refman-common/news-5.1.xml 2006-03-15 15:30:18 UTC (rev 1589)
@@ -404,11 +404,11 @@
<listitem>
<para>
- Security Improvement: Checks for permissions on database
- operations were performed in a case-insensitive manner,
- meaning that a user with permissions on database
- <literal>MYDATABASE</literal> also had permissions on database
- <literal>myDataBase</literal>. (Bug #17279)
+ <emphasis role="bold">Security Enhancement</emphasis>: Checks for
+ permissions on database operations were performed in a
+ case-insensitive manner, meaning that a user with permissions on
+ database <literal>MYDATABASE</literal> also had permissions on
+ database <literal>myDataBase</literal>. (Bug #17279)
</para>
</listitem>
@@ -430,10 +430,25 @@
<listitem>
<para>
- Cursors in stored routines could cause a server crash. (Bug
- #16887)
+ Using the <literal>position()</literal> function in the XPath argument
+ to <literal>ExtractValue()</literal> crashed the server. (Bug #18171)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ A query with a <literal>WHERE <replaceable>date_column</replaceable>
+ > <replaceable>date_value</replaceable></literal> condition
+ failed on a table partitioned by <literal>RANGE</literal>. (Bug
+ #17894)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Cursors in stored routines could cause a server crash. (Bug #16887)
+ </para>
+ </listitem>
<listitem>
<para>
@@ -1140,6 +1155,14 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ Using an XPath expression containing <literal>=</literal> with
+ <literal>ExtractValue()</literal> caused the server to crash. (Bug
+ #16242)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1589 - trunk/refman-common | jon | 15 Mar |