summaryrefslogtreecommitdiff
path: root/mysql-test/r/ssl-big.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ssl-big.result')
-rw-r--r--mysql-test/r/ssl-big.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/ssl-big.result b/mysql-test/r/ssl-big.result
index 39c4f34e46c..54c61507ade 100644
--- a/mysql-test/r/ssl-big.result
+++ b/mysql-test/r/ssl-big.result
@@ -1,3 +1,8 @@
DROP TABLE IF EXISTS t1, t2;
+connect ssl_con,localhost,root,,,,,SSL;
create table t1 (a int);
+disconnect ssl_con;
+connect ssl_con,localhost,root,,,,,SSL;
drop table t1;
+connection default;
+disconnect ssl_con;