summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-09-02 16:57:26 +0300
committerunknown <monty@mysql.com>2004-09-02 16:57:26 +0300
commit762bee96d2be00d45d53cf9434383b325ce54f79 (patch)
treec8687c9c8877b4526e838a928b732b81f40f80ad /tests
parentfe937a2b1b9a795df9ff71cd39b58905c9f8be69 (diff)
downloadmariadb-git-762bee96d2be00d45d53cf9434383b325ce54f79.tar.gz
After merge fixes
mysql-test/mysql-test-run.sh: Export MASTER_MYSOCK (used in some tests) mysql-test/t/alter_table.test: Use MASTER_MYSOCK instead of master.sock
Diffstat (limited to 'tests')
-rw-r--r--tests/client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c
index ed186837d28..ae87fbc70a0 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)