summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-03-26 11:50:32 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-03-26 11:50:32 +0200
commit356c149603285086d964c8a51107be97b981c15c (patch)
tree932c4199fcd51bcda3052d6fbbfba7877a385330 /tests
parente9e1890162c2f75e399229f08dd9924d55d9655b (diff)
parent2e67b9f665875928605880661fc5aa1a15175f53 (diff)
downloadmariadb-git-356c149603285086d964c8a51107be97b981c15c.tar.gz
Merge 10.5 into 10.6
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 0043786d477..0a2d16599ae 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -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("");
}