MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/group_replication/t/
File Upload :
Current File : //opt/mysql/mysql-test/suite/group_replication/t/gr_recovery_user_password_nonexistent.test

################################################################################
# This test verifies that the two recovery options namely, recovery_user and
# recovery_password no longer exist.
#
# Test:
# 0. The test requires one server.
# 1. Check group_replication_recovery_user is no longer valid.
# 2. Check group_replication_recovery_password is no longer valid.
################################################################################

--source ../inc/have_group_replication_plugin.inc
--let $rpl_skip_group_replication_start= 1
--source ../inc/group_replication.inc

--echo # Check that the two options are no longer valid.
--error ER_UNKNOWN_SYSTEM_VARIABLE
SET GLOBAL group_replication_recovery_user= "dummy_user";

--error ER_UNKNOWN_SYSTEM_VARIABLE
SET GLOBAL group_replication_recovery_password= "dummy_password";

--source ../inc/group_replication_end.inc

OHA YOOOO