#At file:///home/bar/mysql-bzr/mysql-5.5/ based on revid:alexander.barkov@stripped
3347 Alexander Barkov 2011-02-18 [merge]
Merging from 5.1
modified:
tests/mysql_client_test.c
=== modified file 'tests/mysql_client_test.c'
--- a/tests/mysql_client_test.c 2011-02-18 13:24:03 +0000
+++ b/tests/mysql_client_test.c 2011-02-18 14:19:55 +0000
@@ -19307,7 +19307,7 @@ static void test_bug58036()
if (!opt_silent)
printf("mysql_real_connect() succeeded (failure expected)\n");
mysql_close(conn);
- DIE();
+ DIE("");
}
if (!opt_silent)
@@ -19333,7 +19333,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");
@@ -19342,7 +19342,7 @@ static void test_bug58036()
if (!opt_silent)
printf("mysql_change_user() succedded, error expected!");
mysql_close(conn);
- DIE();
+ DIE("");
}
if (!opt_silent)
No bundle (reason: revision is a merge (you can force generation of a bundle with env var BZR_FORCE_BUNDLE=1)).
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (alexander.barkov:3347) | Alexander Barkov | 18 Feb |