diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-16 08:51:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-16 08:51:05 +0000 |
commit | 1cabb3ccb5222b459d643dc93c2607dfac702ffa (patch) | |
tree | cafff97469a1272a9b50ee404a490a4f19a79ba8 /mariadb-ssl-cipher-tests.patch | |
parent | b376534b0c4531c9bdae13fd3f922af950bfbc6b (diff) |
automatic import of mariadb
Diffstat (limited to 'mariadb-ssl-cipher-tests.patch')
-rw-r--r-- | mariadb-ssl-cipher-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mariadb-ssl-cipher-tests.patch b/mariadb-ssl-cipher-tests.patch new file mode 100644 index 0000000..567e433 --- /dev/null +++ b/mariadb-ssl-cipher-tests.patch @@ -0,0 +1,13 @@ +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; |