summaryrefslogtreecommitdiff
path: root/mysql-test/r/ssl_timeout.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ssl_timeout.result')
-rw-r--r--mysql-test/r/ssl_timeout.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/ssl_timeout.result b/mysql-test/r/ssl_timeout.result
new file mode 100644
index 00000000000..356e931ba4d
--- /dev/null
+++ b/mysql-test/r/ssl_timeout.result
@@ -0,0 +1,7 @@
+# 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