summaryrefslogtreecommitdiff
path: root/mysql-test/main/ssl.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ssl.test')
-rw-r--r--mysql-test/main/ssl.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ssl.test b/mysql-test/main/ssl.test
index 8812c792a47..d3830bb7007 100644
--- a/mysql-test/main/ssl.test
+++ b/mysql-test/main/ssl.test
@@ -27,7 +27,7 @@ SHOW STATUS LIKE 'Ssl_server_not_after';
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
#
-# MDEV-7697 Client reports ERROR 2006 (MySQL server has gone away) or ERROR 2013 (Lost connection to MySQL server during query) while executing AES* functions under SSL
+# MDEV-7697 Client reports ERROR 2006 (MySQL server has gone away) or ERROR 2013 (Lost connection to server during query) while executing AES* functions under SSL
#
select aes_decrypt('MySQL','adf');
select 'still connected?';