diff options
author | unknown <paul@central.snake.net> | 2000-12-12 17:27:36 -0600 |
---|---|---|
committer | unknown <paul@central.snake.net> | 2000-12-12 17:27:36 -0600 |
commit | c8a6fd56bdf96a62a46c5ea4b2f6b52fbfbe68a1 (patch) | |
tree | e25123c1969c0356fe19c49b558158fca11720d5 /Docs | |
parent | 6be226bd1f47ef03c626ca6d5cae22b4d454aafe (diff) | |
download | mariadb-git-c8a6fd56bdf96a62a46c5ea4b2f6b52fbfbe68a1.tar.gz |
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
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 9e39092318e..ce0d867d881 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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 |