mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / ssl_cipher.test
blob5346968175cf728e33227d41bab52aa54275a387
1 # Turn on ssl between the client and server
2 # and run a number of tests
4 --echo #
5 --echo # BUG#11760210 - SSL_CIPHER_LIST NOT SET OR RETURNED FOR "SHOW STATUS LIKE 'SSL_CIPHER_LIST'"
6 --echo #
8 -- source include/have_ssl.inc
10 # Save the initial number of concurrent sessions
11 --source include/count_sessions.inc
13 connect (ssl_con,localhost,root,,,,,SSL);
15 # Check Cipher Name and Cipher List
16 SHOW STATUS LIKE 'Ssl_cipher';
17 SHOW STATUS LIKE 'Ssl_cipher_list';
19 connection default;
20 disconnect ssl_con;
22 # Wait till all disconnects are completed
23 --source include/wait_until_count_sessions.inc