From: stefan Date: December 12 2005 9:26pm Subject: svn commit - mysqldoc@docsrva: r544 - trunk/refman-5.0 List-Archive: http://lists.mysql.com/commits/90 Message-Id: <200512122126.jBCLQrmd002953@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: shinz Date: 2005-12-12 22:26:53 +0100 (Mon, 12 Dec 2005) New Revision: 544 Log: Add another Incompatible Change warning, about DECIMAL. Bug #15492 (closed) Modified: trunk/refman-5.0/installing.xml Modified: trunk/refman-5.0/installing.xml =================================================================== --- trunk/refman-5.0/installing.xml 2005-12-12 20:59:10 UTC (rev 543) +++ trunk/refman-5.0/installing.xml 2005-12-12 21:26:53 UTC (rev 544) @@ -12255,6 +12255,16 @@ downgrade to MySQL 5.0.3 to 5.0.5.) + + + + Incompatible change: + The implementation of DECIMAL has changed + in MySQL 5.0.4. You should make your applications aware of + that change, which is described in + . + +