Improved testing of ssl and compression
- Added show status variable "compression" for checking that compression is turned on. - Updated show status variable "have_openssl" to be set to DISABLED if server supports ssl but it's not turned on to accept incoming ssl connections. - Setup server to accept ssl connections from clients ig that is supported by server - New tests - ssl - Run with ssl turned on - ssl_compress - Run with ssl and compression turned on - compress - Run with compression turned in - Updated test - openssl_1, rpl_openssl1 - Changed to run if server supports ssl
Showing
mysql-test/r/compress.result
0 → 100644
mysql-test/r/ssl.result
0 → 100644
mysql-test/t/compress.test
0 → 100644
mysql-test/t/ssl.test
0 → 100644
Please register or sign in to comment