Author: jstephens
Date: 2006-10-07 07:28:51 +0200 (Sat, 07 Oct 2006)
New Revision: 3568
Log:
Typo: 'comma-separate' -> 'comma-separated'
Modified:
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-10-06 19:15:29 UTC (rev 3567)
+++ trunk/refman-4.1/sql-syntax.xml 2006-10-07 05:28:51 UTC (rev 3568)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1207 bytes
@@ -5492,13 +5492,13 @@
</indexterm>
<indexterm>
- <primary>comma-separate values data, reading</primary>
+ <primary>comma-separated values data, reading</primary>
</indexterm>
<para>
<literal>LOAD DATA INFILE</literal> can be used to read files
obtained from external sources. For example, many programs can
- export data in comma-separate values (CSV) format, such that
+ export data in comma-separated values (CSV) format, such that
lines have fields separated by commas and enclosed within double
quotes. If lines in such a file are terminated by newlines, the
statement shown here illustrates the field- and line-handling
@@ -6905,7 +6905,7 @@
</indexterm>
<indexterm>
- <primary>comma-separate values data, reading</primary>
+ <primary>comma-separated values data, reading</primary>
</indexterm>
<para>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-10-06 19:15:29 UTC (rev 3567)
+++ trunk/refman-5.0/sql-syntax.xml 2006-10-07 05:28:51 UTC (rev 3568)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1207 bytes
@@ -5407,13 +5407,13 @@
</indexterm>
<indexterm>
- <primary>comma-separate values data, reading</primary>
+ <primary>comma-separated values data, reading</primary>
</indexterm>
<para>
<literal>LOAD DATA INFILE</literal> can be used to read files
obtained from external sources. For example, many programs can
- export data in comma-separate values (CSV) format, such that
+ export data in comma-separated values (CSV) format, such that
lines have fields separated by commas and enclosed within double
quotes. If lines in such a file are terminated by newlines, the
statement shown here illustrates the field- and line-handling
@@ -6973,7 +6973,7 @@
</indexterm>
<indexterm>
- <primary>comma-separate values data, reading</primary>
+ <primary>comma-separated values data, reading</primary>
</indexterm>
<para>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-10-06 19:15:29 UTC (rev 3567)
+++ trunk/refman-5.1/sql-syntax.xml 2006-10-07 05:28:51 UTC (rev 3568)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1207 bytes
@@ -6823,13 +6823,13 @@
</indexterm>
<indexterm>
- <primary>comma-separate values data, reading</primary>
+ <primary>comma-separated values data, reading</primary>
</indexterm>
<para>
<literal>LOAD DATA INFILE</literal> can be used to read files
obtained from external sources. For example, many programs can
- export data in comma-separate values (CSV) format, such that
+ export data in comma-separated values (CSV) format, such that
lines have fields separated by commas and enclosed within double
quotes. If lines in such a file are terminated by newlines, the
statement shown here illustrates the field- and line-handling
@@ -8352,7 +8352,7 @@
</indexterm>
<indexterm>
- <primary>comma-separate values data, reading</primary>
+ <primary>comma-separated values data, reading</primary>
</indexterm>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3568 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 7 Oct |