diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 14:17:19 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-26 14:17:19 +0200 |
commit | 226ca250ed841fa57c8b15e3a5174cec5bd961e6 (patch) | |
tree | 5227221d70a69208effd1a652783100605b8442f /tests | |
parent | b30bbb7d9a1c3855c901b74735660e49ab64a2a8 (diff) | |
parent | 42fd53724420627da65c3862f0fef0acffca3241 (diff) | |
download | mariadb-git-226ca250ed841fa57c8b15e3a5174cec5bd961e6.tar.gz |
Merge 10.1 into 10.2
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 9c64342954a..be16db0fc9e 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19594,8 +19594,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); } |