diff options
author | unknown <monty@mysql.com> | 2004-09-02 16:58:01 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-09-02 16:58:01 +0300 |
commit | a88ab457e32027cae8c7cf07e4b1be796468f9b0 (patch) | |
tree | 281d7c00080d7a9f2533661ce2da8fad25419530 /tests | |
parent | 3c3db07321d1a75a241e1d6689dc56d9415519a5 (diff) | |
parent | 762bee96d2be00d45d53cf9434383b325ce54f79 (diff) | |
download | mariadb-git-a88ab457e32027cae8c7cf07e4b1be796468f9b0.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
sql/sql_select.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 552e49ec862..e71c4244cbb 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -10189,7 +10189,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) |