1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for bug#13605 'rpl_openssl' test hangs

This commit is contained in:
unknown
2005-10-06 19:51:08 +05:00
parent e6ec5794f6
commit 07daa79569
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ source include/master-slave.inc;
# creating replication user for whom ssl auth is required
# preparing playground
connection master;
grant replication slave on *.* to replssl@'%' require ssl;
grant replication slave on *.* to replssl@localhost require ssl;
create table t1 (t int);
save_master_pos;