1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Check warnings in servers error log as part of test case

This commit is contained in:
msvensson@pilot.mysql.com
2008-04-08 16:51:26 +02:00
parent 95d9608d3e
commit 433c1c3d7b
24 changed files with 593 additions and 319 deletions

View File

@ -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