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

MDEV-10201 SSL tests fail on fedora23

Fixed the remaining failing test case in 10.1
This commit is contained in:
Vladislav Vaintroub
2016-09-28 22:12:03 +02:00
parent 9ff9acb307
commit b34c813ae3
2 changed files with 8 additions and 9 deletions

View File

@ -35,8 +35,7 @@ drop table t1;
# test SSL connections
--connect (ssl_con,localhost,root,,,,,SSL)
--replace_result DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA
SHOW STATUS LIKE 'Ssl_cipher';
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
--connection default
#