1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00
Files
mariadb/mysql-test/r/ssl_timeout-9836.result
2016-06-30 23:56:18 -04:00

10 lines
108 B
Plaintext

connect con1,localhost,root,,,,,SSL;
SET @@net_read_timeout=1;
SELECT 1;
1
1
SELECT 1;
1
1
disconnect con1;