Bug#53102 perfschema.pfs_upgrade fails when executed direct after mysql_upgrade

Implemented post review comments.

Added --force to the mysql_upgrade command in the test scripts,
so that the test output does not depends on whether other tests involving an
upgrade have been executed or not in the same test suite execution.
This commit is contained in:
Marc Alff 2010-09-13 17:19:39 -06:00
parent 197a2dba30
commit 651d597e2f

View file

@ -18,7 +18,7 @@
#
--error 1
--exec $MYSQL_UPGRADE --skip-verbose > $out_file 2> $err_file
--exec $MYSQL_UPGRADE --skip-verbose --force > $out_file 2> $err_file
# Verify that mysql_upgrade complained about the performance_schema
--cat_file $err_file