1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-23 08:45:18 +03:00
Files
mariadb/mysql-test/main/ssl_timeout-9836.result
2018-03-29 13:59:44 +03: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;