1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix tests not to fail with OpenSSL 1.1.1 with TLSv1.3

This commit is contained in:
Sergei Golubchik
2019-01-24 20:18:55 +01:00
parent 31d0727a10
commit 74f184aff2
9 changed files with 192 additions and 163 deletions

View File

@ -2175,8 +2175,3 @@ still connected?
still connected?
connection default;
disconnect ssl_con;
create user mysqltest_1@localhost;
grant usage on mysqltest.* to mysqltest_1@localhost require cipher "AES256-SHA";
Variable_name Value
Ssl_cipher AES256-SHA
drop user mysqltest_1@localhost;