List:Commits« Previous MessageNext Message »
From:paul Date:July 6 2007 6:03pm
Subject:svn commit - mysqldoc@docsrva: r7030 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2007-07-06 20:03:09 +0200 (Fri, 06 Jul 2007)
New Revision: 7030

Log:
 r22451@frost:  paul | 2007-07-06 13:02:53 -0500
 Updated changelog entry. (Thanks, Tim)


Modified:
   trunk/refman-5.1/news-5.1.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27312
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22448
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18820
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27312
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22451
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18820


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-07-06 03:48:06 UTC (rev 7029)
+++ trunk/refman-5.1/news-5.1.xml	2007-07-06 18:03:09 UTC (rev 7030)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 5; 1644 bytes

@@ -618,11 +618,19 @@
         <para>
           <emphasis role="bold">Incompatible change</emphasis>: Some
           error codes had error numbers in MySQL 5.1 different from the
-          numbers in MySQL 5.0. Any error codes with value of 1458 or
-          higher have a different value now. Client applications that
-          hard-coded error code values need to be updated. In any case,
-          clients that test error codes should be recompiled before
-          being used with a MySQL 5.1.20 server. (Bug #29245)
+          numbers in MySQL 5.0. In MySQL 5.1, error numbers have been
+          changed to match the MySQL 5.0 values: Error codes with value
+          of 1458 or higher have changed in MySQL 5.1 now. Client
+          applications designed to work with MySQL 5.1 with hard-coded
+          error code values (for example, in statements such as
+          <literal>if (mysql_errno(mysql) == 1463) { ... }</literal>)
+          need to be updated in the source code. All clients designed to
+          work with MySQL 5.1 that test error codes (for example, in
+          statements such as <literal>if (mysql_errno(mysql) ==
+          ER_VIEW_RECURSIVE) { ... }</literal>) should be recompiled.
+          Existing 5.0 clients should now work, without changes or
+          recompilation, against servers for MySQL 5.1.20 or higher.
+          (Bug #29245)
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7030 - in trunk: . refman-5.1paul6 Jul