1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix for Bug #55672 "mysql_upgrade dies with internal error":

it couldn't parse the --ssl option.
This commit is contained in:
Guilhem Bichot
2010-08-11 19:56:56 +02:00
parent 5c85a9388a
commit 124fc93dba
5 changed files with 76 additions and 28 deletions

View File

@ -0,0 +1,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 --ssl --force 2>&1
--exit