diff options
author | rburnett@build.mysql.com <> | 2004-08-25 06:39:19 +0200 |
---|---|---|
committer | rburnett@build.mysql.com <> | 2004-08-25 06:39:19 +0200 |
commit | 52a973c5ffdc71c1b35e2f6b414463fce8d798ce (patch) | |
tree | 0cad8c896fbe9e4624de90e63fa1bc83d5b38203 /client/mysql.cc | |
parent | 852181a21e78ae22955e0198375e53eea45a923b (diff) | |
parent | a7c4e100edd7fe6947e1150a505e3f3a6b93763e (diff) | |
download | mariadb-git-52a973c5ffdc71c1b35e2f6b414463fce8d798ce.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into build.mysql.com:/users/rburnett/mysql-4.0
Diffstat (limited to 'client/mysql.cc')
-rw-r--r-- | client/mysql.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 154695aa9e5..73067700656 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -759,7 +759,7 @@ static int get_options(int argc, char **argv) opt_max_allowed_packet= *mysql_params->p_max_allowed_packet; opt_net_buffer_length= *mysql_params->p_net_buffer_length; - if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option))) + if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option, 0))) exit(ho_error); *mysql_params->p_max_allowed_packet= opt_max_allowed_packet; |