Commit d87ccc0c authored by msvensson@pilot.mysql.com's avatar msvensson@pilot.mysql.com

Merge 192.168.0.10:mysql/yassl_import/my50-yassl_import

into  pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
parents f73164bd 8c142aef
-- 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