diff options
author | joreland@mysql.com <> | 2004-09-06 07:43:31 +0200 |
---|---|---|
committer | joreland@mysql.com <> | 2004-09-06 07:43:31 +0200 |
commit | aa4402dd80498a33b3144f1c4a970190011292ef (patch) | |
tree | 4fdc68458808d0f58a5d559e3c181b8b6528f30a /sql/gen_lex_hash.cc | |
parent | 02fbe60cec1d19584558f03d1ce5339b02201291 (diff) | |
parent | ad6ad34b45ed8414eec08885334d540eafafb0fc (diff) | |
download | mariadb-git-aa4402dd80498a33b3144f1c4a970190011292ef.tar.gz |
merge
Diffstat (limited to 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index cb97febea32..0bbdf84c8d6 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -362,7 +362,7 @@ static int get_options(int argc, char **argv) { int ho_error; - if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option, 0))) + if ((ho_error= handle_options(&argc, &argv, my_long_options, get_one_option))) exit(ho_error); if (argc >= 1) |