Loading mysql-test/t/client_test.test +1 −1 Original line number Diff line number Diff line --disable_result_log --exec $TESTS_BINDIR/client_test --testcase --user=root --socket=$MASTER_MYSOCK --port=$MYSQL_TCP_PORT --silent --exec $TESTS_BINDIR/client_test --no-defaults --testcase --user=root --socket=$MASTER_MYSOCK --port=$MYSQL_TCP_PORT --silent tests/client_test.c +2 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ static void client_connect() if (!(mysql= mysql_init(NULL))) { opt_silent= 0; myerror("mysql_init() failed"); exit(1); } Loading @@ -223,6 +224,7 @@ static void client_connect() opt_password, opt_db ? opt_db:"test", opt_port, opt_unix_socket, 0))) { opt_silent= 0; myerror("connection failed"); mysql_close(mysql); fprintf(stdout, "\n Check the connection options using --help or -?\n"); Loading Loading
mysql-test/t/client_test.test +1 −1 Original line number Diff line number Diff line --disable_result_log --exec $TESTS_BINDIR/client_test --testcase --user=root --socket=$MASTER_MYSOCK --port=$MYSQL_TCP_PORT --silent --exec $TESTS_BINDIR/client_test --no-defaults --testcase --user=root --socket=$MASTER_MYSOCK --port=$MYSQL_TCP_PORT --silent
tests/client_test.c +2 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ static void client_connect() if (!(mysql= mysql_init(NULL))) { opt_silent= 0; myerror("mysql_init() failed"); exit(1); } Loading @@ -223,6 +224,7 @@ static void client_connect() opt_password, opt_db ? opt_db:"test", opt_port, opt_unix_socket, 0))) { opt_silent= 0; myerror("connection failed"); mysql_close(mysql); fprintf(stdout, "\n Check the connection options using --help or -?\n"); Loading