Author: paul
Date: 2010-09-30 17:14:43 +0200 (Thu, 30 Sep 2010)
New Revision: 22928
Log:
r63655@frost: paul | 2010-09-30 09:31:42 -0500
Fix version number
Modified:
trunk/refman-5.5/data-types.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:42410
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:63649
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:42410
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:63655
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-5.5/data-types.xml
===================================================================
--- trunk/refman-5.5/data-types.xml 2010-09-30 14:05:21 UTC (rev 22927)
+++ trunk/refman-5.5/data-types.xml 2010-09-30 15:14:43 UTC (rev 22928)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 869 bytes
@@ -2623,7 +2623,7 @@
<para>
Subtraction between integer values, where one is of type
<literal>UNSIGNED</literal>, produces an unsigned result by
- default. Prior to MySQL 5.5.4, if the result would otherwise have
+ default. Prior to MySQL 5.5.5, if the result would otherwise have
been negative, it becomes the maximum integer value:
</para>
@@ -2638,7 +2638,7 @@
</programlisting>
<para>
- In MySQL 5.5.4 and later, if the result would otherwise have been
+ In MySQL 5.5.5 and later, if the result would otherwise have been
negative, an error results:
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22928 - in trunk: . refman-5.5 | paul.dubois | 30 Sep |