summaryrefslogtreecommitdiff
path: root/client/mysql.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-08-26 17:49:16 +0200
committerunknown <serg@serg.mylan>2004-08-26 17:49:16 +0200
commit90301a065c8a47fde5157e0f4c61a79a6f8faefc (patch)
tree29938b2da4686100100ecd2c13659b0c64b7191b /client/mysql.cc
parent717fc0b01eae7a0c0f647ff16cd5b7244fcc21e8 (diff)
parent5c30236ab3afa6e5027ea0aaf00fee9e7abdf481 (diff)
downloadmariadb-git-90301a065c8a47fde5157e0f4c61a79a6f8faefc.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 client/mysql.cc: Auto merged
Diffstat (limited to 'client/mysql.cc')
-rw-r--r--client/mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 98a6c69d0cd..9d4e5bb9a94 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -859,7 +859,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;