Commit 0ecc8963 authored by Davi Arnaut's avatar Davi Arnaut

Force execution now that another test case might run mysql_upgrade first.

mysql-test/t/mysql_upgrade.test:
  For execution, mostly testing the presence of the binary anyway.
parent a3f59677
...@@ -32,7 +32,7 @@ if (`SELECT $VALGRIND_TEST`) ...@@ -32,7 +32,7 @@ if (`SELECT $VALGRIND_TEST`)
# expected binaries it uses. # expected binaries it uses.
# #
--echo Run mysql_upgrade once --echo Run mysql_upgrade once
--exec $MYSQL_UPGRADE --skip-verbose 2>&1 --exec $MYSQL_UPGRADE --skip-verbose --force 2>&1
# It should have created a file in the MySQL Servers datadir # It should have created a file in the MySQL Servers datadir
let $MYSQLD_DATADIR= `select @@datadir`; let $MYSQLD_DATADIR= `select @@datadir`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment