Commit b47f194
committed
Update test for
From https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
"The --ssl and --admin-ssl server options, as well as the have_ssl and
have_openssl server system variables, were all deprecated in MySQL
8.0.26, and are all removed in this release. Use --tls-version and
--admin-tls-version instead."
So testing for `have_ssl` no longer works as expected.
Also removal of `--ssl`/`--skip-ssl` makes testing this more difficult.have_ssl removal1 parent 014f2c7 commit b47f194
File tree
3 files changed
+9
-0
lines changed- t
3 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments