mysql5/mysql-5.7.27/mysql-test/suite/rpl/r/rpl_group_replication_commands.result

12 lines
689 B
Plaintext

call mtr.add_suppression("Group Replication plugin is not installed.");
START GROUP_REPLICATION;
ERROR HY000: The server is not configured properly to be an active member of the group. Please see more details on error log.
STOP GROUP_REPLICATION;
ERROR HY000: The server is not configured properly to be an active member of the group. Please see more details on error log.
CREATE USER 'group_rpl_user' IDENTIFIED BY '';
START GROUP_REPLICATION;
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
STOP GROUP_REPLICATION;
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
DROP USER group_rpl_user;