diff options
author | unknown <serg@serg.mylan> | 2004-08-26 18:22:22 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-08-26 18:22:22 +0200 |
commit | 82257f94f411b678da753b3ccb7e883621189eb1 (patch) | |
tree | 3e3e91346cc6f95a8628a4dbaaacb94646c02511 /tests | |
parent | 94a39ec6104dec8e8828bbfaefc1e5f06b0a1550 (diff) | |
download | mariadb-git-82257f94f411b678da753b3ccb7e883621189eb1.tar.gz |
after merge
sql/item_row.cc:
ds20 compat fix
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 de77d4517dd..825e866315e 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -10142,7 +10142,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))) + get_one_option, 0))) exit(ho_error); if (tty_password) |