mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
8 lines
234 B
Text
8 lines
234 B
Text
|
# connect with read timeout so SLEEP() should timeout
|
||
|
# Check ssl turned on
|
||
|
SHOW STATUS LIKE 'Ssl_cipher';
|
||
|
Variable_name Value
|
||
|
Ssl_cipher DHE-RSA-AES256-SHA
|
||
|
SELECT SLEEP(600);
|
||
|
ERROR HY000: Lost connection to MySQL server during query
|