mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
mysql-test/r/rpl_openssl.result: Update results mysql-test/t/rpl_openssl.test: Test whether server has SSL support, not whether the client is using SSL. Use 'localhost' in user we create to avoid problems with anonymous user.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
source include/have_openssl_1.inc;
|
||||
source include/have_openssl.inc;
|
||||
source include/master-slave.inc;
|
||||
|
||||
# We don't test all types of ssl auth params here since it's a bit hard
|
||||
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user