mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
A post-fix for b58036.
This commit is contained in:
parent
5f55c23208
commit
e2e6eb8f6d
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue