Author: paul
Date: 2006-10-12 16:06:40 +0200 (Thu, 12 Oct 2006)
New Revision: 3619
Log:
r10877@frost: paul | 2006-10-12 08:48:46 -0500
Document bugfix#8663.
Modified:
trunk/refman-4.1/news-4.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14474
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10815
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10841
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14474
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10877
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10841
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-10-12 11:34:14 UTC (rev 3618)
+++ trunk/refman-4.1/news-4.1.xml 2006-10-12 14:06:40 UTC (rev 3619)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 820 bytes
@@ -222,6 +222,16 @@
<listitem>
<para>
+ The result for <literal>CAST()</literal> when casting a value
+ to <literal>UNSIGNED</literal> was limited to the maximum
+ signed <literal>BIGINT</literal> value (9223372036854775808),
+ not the maximum unsigned value (18446744073709551615). (Bug
+ #8663)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
For multiple-table <literal>UPDATE</literal> statements,
storage engines were not notified of duplicate-key errors.
(Bug #21381)
Thread |
---|
• svn commit - mysqldoc@docsrva: r3619 - in trunk: . refman-4.1 | paul | 12 Oct |