diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 13:51:40 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 13:51:40 +0200 |
commit | 42fd53724420627da65c3862f0fef0acffca3241 (patch) | |
tree | 8afeddbd5187f0561ce53037227a42d21ec353d8 /tests | |
parent | 065ba53ccbf3ab468408dc5a5dbcb3741750a02d (diff) | |
parent | 137812c88a418479c7d637f4075712d9f6c6c82f (diff) | |
download | mariadb-git-42fd53724420627da65c3862f0fef0acffca3241.tar.gz |
Merge 10.0 into 10.1
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 350da29e67f..63d40c5db64 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19451,8 +19451,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); } |