summaryrefslogtreecommitdiff
path: root/client/mysql.cc
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-03-12 11:38:22 +0200
committermonty@hundin.mysql.fi <>2002-03-12 11:38:22 +0200
commita01775c5ebf9d6a8386621f01408514f82bab1da (patch)
treec217663c9f7a4fba0c5a00acb72b3e980954f780 /client/mysql.cc
parented8fc0b0c647dbcd86ecc09f8c15ecd82c0e223e (diff)
downloadmariadb-git-a01775c5ebf9d6a8386621f01408514f82bab1da.tar.gz
Added help for --local-infile
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user
Diffstat (limited to 'client/mysql.cc')
-rw-r--r--client/mysql.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index ab8740dbe3c..22213b8edf5 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -487,6 +487,7 @@ static void usage(int version)
-i, --ignore-space Ignore space after function names.\n\
-h, --host=... Connect to host.\n\
-H, --html Produce HTML output.\n\
+ --local-infile=[1|0] Enable/disable LOAD DATA LOCAL INFILE\n\
-L, --skip-line-numbers\n\
Don't write line number for errors.\n");
#ifndef __WIN__