From: paul Date: December 13 2005 6:51pm Subject: svn commit - mysqldoc@docsrva: r554 - in trunk: . refman-5.0 refman-5.1 refman-common List-Archive: http://lists.mysql.com/commits/125 Message-Id: <200512131851.jBDIp0Xv005268@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-13 19:51:00 +0100 (Tue, 13 Dec 2005) New Revision: 554 Log: r1648@kite-hub: paul | 2005-12-13 12:50:30 -0600 --hex-blob also affects BIT columns as of 5.0.13. Modified: trunk/ trunk/refman-5.0/client-side-scripts.xml trunk/refman-5.1/client-side-scripts.xml trunk/refman-common/news-5.0.xml trunk/refman-common/news-5.1.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4743 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4743 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1648 Modified: trunk/refman-5.0/client-side-scripts.xml =================================================================== --- trunk/refman-5.0/client-side-scripts.xml 2005-12-13 18:10:55 UTC (rev 553) +++ trunk/refman-5.0/client-side-scripts.xml 2005-12-13 18:51:00 UTC (rev 554) @@ -5811,7 +5811,8 @@ example, 'abc' becomes 0x616263). The affected columns are BINARY, VARBINARY, - BLOB. + and BLOB. As of MySQL 5.0.13, + BIT columns are affected as well. Modified: trunk/refman-5.1/client-side-scripts.xml =================================================================== --- trunk/refman-5.1/client-side-scripts.xml 2005-12-13 18:10:55 UTC (rev 553) +++ trunk/refman-5.1/client-side-scripts.xml 2005-12-13 18:51:00 UTC (rev 554) @@ -5810,7 +5810,7 @@ example, 'abc' becomes 0x616263). The affected columns are BINARY, VARBINARY, - BLOB. + BLOB, and BIT. Modified: trunk/refman-common/news-5.0.xml =================================================================== --- trunk/refman-common/news-5.0.xml 2005-12-13 18:10:55 UTC (rev 553) +++ trunk/refman-common/news-5.0.xml 2005-12-13 18:51:00 UTC (rev 554) @@ -572,7 +572,7 @@ For binary string data types, mysqldump - --hex-blob produced and illegal output value of + --hex-blob produced an illegal output value of 0x rather than ''. (Bug #13318) @@ -2485,6 +2485,14 @@ + The option for + mysqldump now also applies to + BIT columns. + + + + + Added a option for mysqldump that enables dumping of stored routines. (Bug #9056) Modified: trunk/refman-common/news-5.1.xml =================================================================== --- trunk/refman-common/news-5.1.xml 2005-12-13 18:10:55 UTC (rev 553) +++ trunk/refman-common/news-5.1.xml 2005-12-13 18:51:00 UTC (rev 554) @@ -204,7 +204,7 @@ For binary string data types, mysqldump - --hex-blob produced and illegal output value of + --hex-blob produced an illegal output value of 0x rather than ''. (Bug #13318)