summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysql_upgrade.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/mysql_upgrade.result')
-rw-r--r--mysql-test/r/mysql_upgrade.result12
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/r/mysql_upgrade.result b/mysql-test/r/mysql_upgrade.result
index 31846f68b7b..8f4c311a7a7 100644
--- a/mysql-test/r/mysql_upgrade.result
+++ b/mysql-test/r/mysql_upgrade.result
@@ -1,4 +1,7 @@
Run mysql_upgrade once
+mtr.global_supressions OK
+mtr.suspicious_patterns OK
+mtr.test_supressions OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK
@@ -29,6 +32,9 @@ mysql.user OK
Run it again - should say already completed
This installation of MySQL is already upgraded to VERSION, use --force if you still need to run mysql_upgrade
Force should run it regardless of wether it's been run before
+mtr.global_supressions OK
+mtr.suspicious_patterns OK
+mtr.test_supressions OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK
@@ -59,6 +65,9 @@ mysql.user OK
CREATE USER mysqltest1@'%' IDENTIFIED by 'sakila';
GRANT ALL ON *.* TO mysqltest1@'%';
Run mysql_upgrade with password protected account
+mtr.global_supressions OK
+mtr.suspicious_patterns OK
+mtr.test_supressions OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK
@@ -91,6 +100,9 @@ Run mysql_upgrade with a non existing server socket
mysqlcheck: Got error: 2005: Unknown MySQL server host 'not_existing_host' (errno) when trying to connect
FATAL ERROR: Upgrade failed
set GLOBAL sql_mode='STRICT_ALL_TABLES,ANSI_QUOTES,NO_ZERO_DATE';
+mtr.global_supressions OK
+mtr.suspicious_patterns OK
+mtr.test_supressions OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK