mysql_upgrade.test   mysql_upgrade.test 
skipping to change at line 49 skipping to change at line 49
DROP USER mysqltest1@'%'; DROP USER mysqltest1@'%';
# #
# Bug #26639 mysql_upgrade exits successfully even if external command fail ed # Bug #26639 mysql_upgrade exits successfully even if external command fail ed
# #
--echo Run mysql_upgrade with a non existing server socket --echo Run mysql_upgrade with a non existing server socket
--replace_result $MYSQLTEST_VARDIR var --replace_result $MYSQLTEST_VARDIR var
--replace_regex /.*mysqlcheck.*: Got/mysqlcheck: Got/ /\([0-9]*\)/(errno)/ --replace_regex /.*mysqlcheck.*: Got/mysqlcheck: Got/ /\([0-9]*\)/(errno)/
--error 1 --error 1
# NC: Added --skip-version-check, as the version check would fail when
# mysql_upgrade tries to get the server version.
--exec $MYSQL_UPGRADE --skip-verbose --force --host=not_existing_host --ski
p-version-check 2>&1
# #
# Bug #28401 mysql_upgrade Failed with STRICT_ALL_TABLES, ANSI_QUOTES and N O_ZERO_DATE # Bug #28401 mysql_upgrade Failed with STRICT_ALL_TABLES, ANSI_QUOTES and N O_ZERO_DATE
# #
# The SQL commands used by mysql_upgrade are written to be run # The SQL commands used by mysql_upgrade are written to be run
# with sql_mode set to '' - thus the scripts should change sql_mode # with sql_mode set to '' - thus the scripts should change sql_mode
# for the session to make sure the SQL is legal. # for the session to make sure the SQL is legal.
# Test by setting sql_mode before running mysql_upgrade # Test by setting sql_mode before running mysql_upgrade
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/