diff options
author | paul@central.snake.net <> | 2000-12-12 17:27:36 -0600 |
---|---|---|
committer | paul@central.snake.net <> | 2000-12-12 17:27:36 -0600 |
commit | 62f5caa60dbae3589ed4112df78b68ea6240cef1 (patch) | |
tree | e25123c1969c0356fe19c49b558158fca11720d5 | |
parent | ca5e1f6d959ed8f027734d85b622a543db5c0418 (diff) | |
download | mariadb-git-62f5caa60dbae3589ed4112df78b68ea6240cef1.tar.gz |
manual.texi minor wording change in LOAD DATA section
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | Docs/manual.texi | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index b239a449652..78a81f50174 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -4,3 +4,4 @@ monty@donna.mysql.com sasha@mysql.sashanet.com sasha@work.mysql.com serg@serg.mysql.com +paul@central.snake.net 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 |