Commit fb8f2825 authored by unknown's avatar unknown

Add test for making sure there are no spurious connect failures when using SSL

parent f0aacbca
-- source include/have_openssl.inc
# Repeat connect/disconnect
let $i=100;
while ($i)
{
connect (test_con1,localhost,root,,,,,SSL);
disconnect test_con1;
dec $i;
}
echo completed;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment