mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
124fc93dba
it couldn't parse the --ssl option.
10 lines
279 B
Text
10 lines
279 B
Text
# 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 --ssl --force 2>&1
|
|
--exit
|