1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
mariadb/mysql-test/r/ssl-big.result

9 lines
211 B
Plaintext

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;