diff options
author | unknown <monty@mysql.com> | 2004-09-03 02:26:00 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-09-03 02:26:00 +0300 |
commit | c91fb136413030353b93ac41a7ef8430a6393509 (patch) | |
tree | e958f1bab0d9af79473522448e052009f5315c5c /tests | |
parent | 9b5a35847bde458a208eec532ee2b579251d9a68 (diff) | |
parent | 1b51f98e477c6f85ae3f4b82e41c5bc337de127c (diff) | |
download | mariadb-git-c91fb136413030353b93ac41a7ef8430a6393509.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
sql/sql_prepare.cc:
Auto merged
tests/client_test.c:
Auto merged
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index 8a14fe3b4f7..b124fba3f59 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -10261,7 +10261,7 @@ static void get_options(int argc, char **argv) int ho_error; if ((ho_error= handle_options(&argc, &argv, client_test_long_options, - get_one_option, 0))) + get_one_option))) exit(ho_error); if (tty_password) |