summaryrefslogtreecommitdiff
path: root/mysql-test/main/ssl_7937.result
diff options
context:
space:
mode:
authorGeorg Richter <georg@mariadb.com>2022-07-29 07:40:00 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-07-29 13:39:12 +0200
commitf9315b33217c5c126995a6c1d2c286d480091776 (patch)
treeaa916c241424c56fccb3a3405e022db14d9a7f51 /mysql-test/main/ssl_7937.result
parentcbcc0101ee3016b398490685d30db296b1892db7 (diff)
downloadmariadb-git-f9315b33217c5c126995a6c1d2c286d480091776.tar.gz
CC 3.1 update
Test fixes: Since fix for CONC-603 (wrong error handling in TLS read/write) in case of a read/write error client doesn't return always error 2013 (server has gone away), so in addition we need to check for error 2026 (TLS/SSL error) and 5014 (write error).
Diffstat (limited to 'mysql-test/main/ssl_7937.result')
-rw-r--r--mysql-test/main/ssl_7937.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ssl_7937.result b/mysql-test/main/ssl_7937.result
index a94ca3b3529..86180af3692 100644
--- a/mysql-test/main/ssl_7937.result
+++ b/mysql-test/main/ssl_7937.result
@@ -12,5 +12,5 @@ mysql --ssl-ca=cacert.pem --ssl-verify-server-cert -e "call test.have_ssl()"
have_ssl
yes
mysql --ssl --ssl-verify-server-cert -e "call test.have_ssl()"
-ERROR 2026 (HY000): SSL connection error: Failed to verify the server certificate
+ERROR 2026 (HY000): TLS/SSL error: Failed to verify the server certificate
drop procedure have_ssl;