diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 15:03:37 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 15:03:37 +0200 |
commit | ffc69dbd05d31f016f3ac53be9d878ce133e60d6 (patch) | |
tree | 056faecdd7c90011e5729943725cd038019bc683 /tests | |
parent | dbc0d576a3f402ae52423fe424ed0a68f49537ef (diff) | |
parent | ac4934535daadba0a45ffa407a7643ca3ff2712a (diff) | |
download | mariadb-git-ffc69dbd05d31f016f3ac53be9d878ce133e60d6.tar.gz |
Merge 10.2 into 10.3
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 a3907636001..45ea66ff6bb 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19673,8 +19673,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); } |