From: Date: September 10 2008 2:43pm Subject: svn commit - mysqldoc@docsrva: r11747 - trunk/refman-5.0 List-Archive: http://lists.mysql.com/commits/53690 Message-Id: <200809101243.m8AChKIP014400@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2008-09-10 14:43:20 +0200 (Wed, 10 Sep 2008) New Revision: 11747 Log: CHARACTER SET clause added in LOAD DATA in 5.0.38, had 5.1.17 in 5.0 version (Bug #15126) Modified: trunk/refman-5.0/sql-syntax-data-manipulation.xml Modified: trunk/refman-5.0/sql-syntax-data-manipulation.xml =================================================================== --- trunk/refman-5.0/sql-syntax-data-manipulation.xml 2008-09-09 18:28:52 UTC (rev 11746) +++ trunk/refman-5.0/sql-syntax-data-manipulation.xml 2008-09-10 12:43:20 UTC (rev 11747) Changed blocks: 2, Lines Added: 3, Lines Deleted: 2; 989 bytes @@ -1797,7 +1797,7 @@ character set that differs from the default, it is usually preferable to specify the character set of the file by using the CHARACTER SET clause, which is available as of - MySQL 5.1.17. + MySQL 5.0.38. @@ -5655,7 +5655,8 @@ topic in the Knowledge Base article, How do Subqueries Work in MySQL? For information about MySQL - Enterprise see . + Enterprise see + .