Author: jstephens
Date: 2006-09-14 09:02:30 +0200 (Thu, 14 Sep 2006)
New Revision: 3354
Log:
Documented fix for Bug #20795 (XPath)
Minor markup fix.
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/news-5.0.xml
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-09-14 04:10:59 UTC (rev 3353)
+++ trunk/refman-4.1/news-4.1.xml 2006-09-14 07:02:30 UTC (rev 3354)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 762 bytes
@@ -257,9 +257,10 @@
<listitem>
<para>
- For table-format output, mysql did not always calculate
- columns widths correctly for columns containing multi-byte
- characters in the column name or contents. (Bug #17939)
+ For table-format output, <command>mysql</command> did not
+ always calculate columns widths correctly for columns
+ containing multi-byte characters in the column name or
+ contents. (Bug #17939)
</para>
</listitem>
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2006-09-14 04:10:59 UTC (rev 3353)
+++ trunk/refman-5.0/news-5.0.xml 2006-09-14 07:02:30 UTC (rev 3354)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 762 bytes
@@ -540,9 +540,10 @@
<listitem>
<para>
- For table-format output, mysql did not always calculate
- columns widths correctly for columns containing multi-byte
- characters in the column name or contents. (Bug #17939)
+ For table-format output, <command>mysql</command> did not
+ always calculate columns widths correctly for columns
+ containing multi-byte characters in the column name or
+ contents. (Bug #17939)
</para>
</listitem>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-09-14 04:10:59 UTC (rev 3353)
+++ trunk/refman-5.1/news-5.1.xml 2006-09-14 07:02:30 UTC (rev 3354)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 3; 1100 bytes
@@ -681,12 +681,21 @@
REPAIR TABLE <replaceable>tbl_name</replaceable> QUICK;
</programlisting>
</listitem>
+
+ <listitem>
+ <para>
+ The <literal>ExtractValue()</literal> function did not accept
+ XML tag names containing a period (<literal>.</literal>)
+ character. (Bug #20795)
+ </para>
+ </listitem>
<listitem>
<para>
- For table-format output, mysql did not always calculate
- columns widths correctly for columns containing multi-byte
- characters in the column name or contents. (Bug #17939)
+ For table-format output, <command>mysql</command> did not
+ always calculate columns widths correctly for columns
+ containing multi-byte characters in the column name or
+ contents. (Bug #17939)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3354 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 14 Sep |