mysql_upgrade test fixed

per-file comments:
  mysql-test/r/mysql_upgrade.result
     result updated
  mysql-test/t/mysql_upgrade.test
     --skip-verbose option added to the call
This commit is contained in:
Alexey Botchkov 2009-10-29 10:03:16 +04:00
parent 36299d59ef
commit eff49de23e
2 changed files with 2 additions and 4 deletions

View file

@ -127,7 +127,4 @@ mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.user OK
set GLOBAL sql_mode=default;
Looking for 'mysql' as: /home/hf/work/mysql_common/wl4991/client/mysql
The --upgrade-system-tables option was used, databases won't be touched.
Running 'mysql_fix_privilege_tables'...
OK

View file

@ -93,5 +93,6 @@ eval set GLOBAL sql_mode=default;
#
# Test the --upgrade-system-tables option
#
--exec $MYSQL_UPGRADE --upgrade-system-tables
--replace_result $MYSQLTEST_VARDIR var
--exec $MYSQL_UPGRADE --skip-verbose --upgrade-system-tables