summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2020-09-14 21:19:56 +1000
committerDaniel Black <daniel@mariadb.org>2020-09-14 21:19:56 +1000
commit5768f57d243e3fa945d79fcdc1a3eacb1e4ebb0d (patch)
treedab08db255367f446a0876caae4c1fb8d41d2cea
parent269f9c948c5f6bd0bdf8382d5c2ae266a02149e6 (diff)
downloadmariadb-git-5768f57d243e3fa945d79fcdc1a3eacb1e4ebb0d.tar.gz
mtr: main.mysql_upgrade - record after correcting error message
-rw-r--r--mysql-test/r/mysql_upgrade.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/mysql_upgrade.result b/mysql-test/r/mysql_upgrade.result
index 69637f4078f..a1464bb4853 100644
--- a/mysql-test/r/mysql_upgrade.result
+++ b/mysql-test/r/mysql_upgrade.result
@@ -142,7 +142,7 @@ test
Phase 7/7: Running 'FLUSH PRIVILEGES'
OK
DROP USER mysqltest1@'%';
-Version check failed. Got the following error when calling the 'mysql' command line client
+Version check failed. Got the following error when calling the 'mysql_upgrade' command line client
ERROR 1045 (28000): Access denied for user 'mysqltest1'@'localhost' (using password: YES)
FATAL ERROR: Upgrade failed
Run mysql_upgrade with a non existing server socket
@@ -405,7 +405,7 @@ OK
# Bug #21489398: MYSQL_UPGRADE: FATAL ERROR: UPGRADE FAILED - IMPROVE ERROR
#
Run mysql_upgrade with unauthorized access
-Version check failed. Got the following error when calling the 'mysql' command line client
+Version check failed. Got the following error when calling the 'mysql_upgrade' command line client
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
FATAL ERROR: Upgrade failed
#