diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 17:43:59 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 17:43:59 +0200 |
commit | 0bc42602266815b81fe86b08c2228912c1a95340 (patch) | |
tree | 7379577fac279387ec64d9ec0d752db11b0e425c /tests | |
parent | 7225bef7275da77faab316b863da0f4f5bf24a8f (diff) | |
parent | 2d592f757cd624fe964ac39d05b6bdd985a827e2 (diff) | |
download | mariadb-git-0bc42602266815b81fe86b08c2228912c1a95340.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index cac7c95b280..518a9bed976 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19710,8 +19710,8 @@ static void test_big_packet() opt_password, current_db, opt_port, opt_unix_socket, 0))) { - mysql_close(mysql_local); fprintf(stderr, "\n connection failed(%s)", mysql_error(mysql_local)); + mysql_close(mysql_local); exit(1); } |