diff options
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/ssl_ca.result | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mysql-test/r/ssl_ca.result b/mysql-test/r/ssl_ca.result index 8ea3e30eb06..afffe4e4dff 100644 --- a/mysql-test/r/ssl_ca.result +++ b/mysql-test/r/ssl_ca.result @@ -6,19 +6,3 @@ ERROR 2026 (HY000): SSL connection error: xxxx # try to connect with correct '--ssl-ca' path : should connect have_ssl 1 -# -# Bug#21920678: SSL-CA DOES NOT ACCEPT ~USER TILDE HOME DIRECTORY -# PATH SUBSTITUTION -# -# try to connect with '--ssl-ca' option using tilde home directoy -# path substitution : should connect -have_ssl -1 -# try to connect with '--ssl-key' option using tilde home directoy -# path substitution : should connect -have_ssl -1 -# try to connect with '--ssl-cert' option using tilde home directoy -# path substitution : should connect -have_ssl -1 |