diff options
author | monty@hundin.mysql.fi <> | 2002-03-12 11:38:22 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-03-12 11:38:22 +0200 |
commit | a01775c5ebf9d6a8386621f01408514f82bab1da (patch) | |
tree | c217663c9f7a4fba0c5a00acb72b3e980954f780 /client/mysql.cc | |
parent | ed8fc0b0c647dbcd86ecc09f8c15ecd82c0e223e (diff) | |
download | mariadb-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.cc | 1 |
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__ |