mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -18883,7 +18883,7 @@ static void test_bug58036()
|
||||
if (!mysql_change_user(conn, opt_user, opt_password, NULL))
|
||||
{
|
||||
if (!opt_silent)
|
||||
printf("mysql_change_user() succedded, error expected!");
|
||||
printf("mysql_change_user() succeeded, error expected!");
|
||||
mysql_close(conn);
|
||||
DIE("");
|
||||
}
|
||||
|
Reference in New Issue
Block a user