mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Merge pilot.blaudden:/home/msvensson/mysql/bug21781/my50-bug21781
into pilot.blaudden:/home/msvensson/mysql/bug21781/my51-bug21781
This commit is contained in:
commit
cd004eb716
2 changed files with 0 additions and 2178 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,19 +0,0 @@
|
|||
# Tell the server to use a DES-encrypted cert
|
||||
# then turn on ssl between the client and server
|
||||
# and run a number of standard tests
|
||||
|
||||
-- source include/have_ssl.inc
|
||||
|
||||
# Connect by ip to avoid turning on "ssl-verify-server-cert"
|
||||
connect (ssl_con,127.0.0.1,root,,,,$MASTER_MYPORT,SSL);
|
||||
|
||||
# Check ssl turned on
|
||||
SHOW STATUS LIKE 'Ssl_cipher';
|
||||
|
||||
# Source select test case
|
||||
-- source include/common-tests.inc
|
||||
|
||||
# Check ssl turned on
|
||||
SHOW STATUS LIKE 'Ssl_cipher';
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue