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
<literal>CHARACTER SET</literal> clause, which is available as of
- MySQL 5.1.17.
+ MySQL 5.0.38.
</para>
<para>
@@ -5655,7 +5655,8 @@
topic in the Knowledge Base article,
<ulink url="https://kb.mysql.com/view.php?id=5932"> How do
Subqueries Work in MySQL?</ulink> For information about MySQL
- Enterprise see <ulink url="&base-url-enterprise;advisors.html"/>.
+ Enterprise see
+ <ulink url="&base-url-enterprise;advisors.html"/>.
</para>
</formalpara>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11747 - trunk/refman-5.0 | jon | 10 Sep |