blob: 8ed818186b2ce176de1dc8ed5098a8cf41b7ccad (
plain)
1
2
3
4
5
6
7
8
9
10
|
# mysql_upgrade tests requiring SSL support
-- source include/have_ssl_communication.inc
-- source include/mysql_upgrade_preparation.inc
--echo #
--echo # Bug#55672 mysql_upgrade dies with internal error
--echo #
--exec $MYSQL_UPGRADE --skip-verbose --skip-silent --ssl --force 2>&1
--exit
|