From a01775c5ebf9d6a8386621f01408514f82bab1da Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Tue, 12 Mar 2002 11:38:22 +0200 Subject: 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 --- client/mysql.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'client/mysql.cc') 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__ -- cgit v1.2.1