summaryrefslogtreecommitdiff
path: root/mysql-test/r/ssl_timeout.result
blob: d9ef0f7a16fbb3688ed7f37e73d7bd6f9316c7f0 (plain)
1
2
3
4
5
6
7
# connect with read timeout so SLEEP() should timeout
# Check ssl turned on
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
have_ssl
1
SELECT SLEEP(600);
ERROR HY000: Lost connection to MySQL server during query