#At file:///home/bar/mysql-bzr/mysql-5.1.b58036v3/ based on revid:alexander.barkov@stripped
3601 Alexander Barkov 2011-02-18
A post-fix for b58036.
modified:
tests/mysql_client_test.c
=== modified file 'tests/mysql_client_test.c'
--- a/tests/mysql_client_test.c 2011-02-18 13:12:36 +0000
+++ b/tests/mysql_client_test.c 2011-02-18 14:17:37 +0000
@@ -18417,7 +18417,7 @@ static void test_bug58036()
if (!opt_silent)
printf("mysql_real_connect() succeeded (failure expected)\n");
mysql_close(conn);
- DIE();
+ DIE("");
}
if (!opt_silent)
@@ -18443,7 +18443,7 @@ static void test_bug58036()
printf("mysql_real_connect() failed: %s (%d)\n",
mysql_error(conn), mysql_errno(conn));
mysql_close(conn);
- DIE();
+ DIE("");
}
mysql_options(conn, MYSQL_SET_CHARSET_NAME, "ucs2");
@@ -18452,7 +18452,7 @@ static void test_bug58036()
if (!opt_silent)
printf("mysql_change_user() succedded, error expected!");
mysql_close(conn);
- DIE();
+ DIE("");
}
if (!opt_silent)
Attachment: [text/bzr-bundle] bzr/alexander.barkov@oracle.com-20110218141737-1ap03g3pk6f2mmxs.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (alexander.barkov:3601) | Alexander Barkov | 18 Feb |