summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-07-12 12:36:11 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2016-07-12 12:36:11 +0200
commit3e8ae6ef4f08937332e6ad317f37a9c0c9a717d3 (patch)
tree90b4f4c2261311308433252c75df0b80082da0d1
parent31e763ddc545bda747ede3ee218f67d3a6749cfe (diff)
downloadmariadb-git-3e8ae6ef4f08937332e6ad317f37a9c0c9a717d3.tar.gz
MDEV-10211 postfix - in ssl.test, remove remaining SHOW STATUS LIKE 'Ssl_cipher'
-rw-r--r--mysql-test/r/ssl.result3
-rw-r--r--mysql-test/t/ssl.test1
2 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/ssl.result b/mysql-test/r/ssl.result
index 2b4bb419643..4bae442459a 100644
--- a/mysql-test/r/ssl.result
+++ b/mysql-test/r/ssl.result
@@ -1,6 +1,3 @@
-SHOW STATUS LIKE 'Ssl_cipher';
-Variable_name Value
-Ssl_cipher AES128-GCM-SHA256
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
have_ssl
1
diff --git a/mysql-test/t/ssl.test b/mysql-test/t/ssl.test
index 21145bf08c3..67db668a1c2 100644
--- a/mysql-test/t/ssl.test
+++ b/mysql-test/t/ssl.test
@@ -11,7 +11,6 @@
connect (ssl_con,localhost,root,,,,,SSL);
# Check ssl turned on
-SHOW STATUS LIKE 'Ssl_cipher';
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
# Check ssl expiration