20 Star 0 Fork 29

openEuler-RISC-V / mariadb

forked from src-openEuler / mariadb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mariadb-ssl-cipher-tests.patch 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
bzop 提交于 2021-06-16 17:03 . New version 10.5.10 for mariadb introduce
diff -up mariadb-10.3.9/mysql-test/main/ssl_cipher.test.fixtest mariadb-10.3.9/mysql-test/main/ssl_cipher.test
--- mariadb-10.3.13/mysql-test/main/ssl_cipher.test 2019-02-20 08:59:09.000000000 +0100
+++ mariadb-10.3.13/mysql-test/main/ssl_cipher.test_patched 2019-02-22 11:22:01.250256060 +0100
@@ -97,7 +97,9 @@ drop user mysqltest_1@localhost;
let $restart_parameters=--ssl-cipher=AES128-SHA;
source include/restart_mysqld.inc;
connect (ssl_con,localhost,root,,,,,SSL);
+--replace_regex /TLS_AES_.*/AES128-SHA/
SHOW STATUS LIKE 'Ssl_cipher';
+--replace_regex /TLS_AES_.*/AES128-SHA/
SHOW STATUS LIKE 'Ssl_cipher_list';
disconnect ssl_con;
connection default;
1
https://gitee.com/openeuler-risc-v/mariadb.git
git@gitee.com:openeuler-risc-v/mariadb.git
openeuler-risc-v
mariadb
mariadb
master

搜索帮助