mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / ssl.test
blob936652eaa3d0339b947220a58bb46fa67f693060
1 # Turn on ssl between the client and server
2 # and run a number of tests
4 -- source include/have_ssl.inc
6 # Save the initial number of concurrent sessions
7 --source include/count_sessions.inc
9 connect (ssl_con,localhost,root,,,,,SSL);
11 # Check ssl turned on
12 SHOW STATUS LIKE 'Ssl_cipher';
14 # Source select test case
15 -- source include/common-tests.inc
17 # Check ssl turned on
18 SHOW STATUS LIKE 'Ssl_cipher';
20 connection default;
21 disconnect ssl_con;
23 # Wait till all disconnects are completed
24 --source include/wait_until_count_sessions.inc