mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
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:
parent
36299d59ef
commit
eff49de23e
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue