1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge branch '11.2' into 11.4

This commit is contained in:
Oleksandr Byelkin
2024-10-30 09:24:04 +01:00
734 changed files with 10187 additions and 4442 deletions

View File

@ -8,6 +8,5 @@ ERROR 2026 (HY000): TLS/SSL error: Failed to verify the server certificate
test.have_ssl()
yes
# mysql --protocol tcp -uroot --ssl-fp=00:11:22:33:44:55:66:77:88:99:AA:BB:CC:DD:EE:FF:00:11:22:33 --disable-ssl-verify-server-cert -e "select test.have_ssl()"
test.have_ssl()
yes
ERROR 2026 (HY000): TLS/SSL error: Fingerprint validation of peer certificate failed
drop function have_ssl;