manual.texi minor wording change in LOAD DATA section

Docs/manual.texi:
  minor wording change in LOAD DATA section
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown 2000-12-12 17:27:36 -06:00
parent 2ce474dc65
commit c698629458
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ monty@donna.mysql.com
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@serg.mysql.com
paul@central.snake.net

View File

@ -19701,7 +19701,7 @@ cat < /dev/tcp/10.1.1.12/4711 > /nt/mysql/db/x/x
mysql -e "LOAD DATA INFILE 'x' INTO TABLE x" x
@end example
If you are using and older @strong{MySQL} version than 3.23.25
If you are using a version of @strong{MySQL} older than 3.23.25
you can only do the above with @code{LOAD DATA LOCAL INFILE}.
For more information about the efficiency of @code{INSERT} versus