Home
last modified time | relevance | path

Searched refs:GROUP_REPLICATION (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/r/
H A Dgr_parallel_start_stop.result18 START GROUP_REPLICATION;;
21 START GROUP_REPLICATION;
22 ERROR HY000: The START GROUP_REPLICATION command encountered a failure. Another instance of START/S…
23 STOP GROUP_REPLICATION;
24 ERROR HY000: The STOP GROUP_REPLICATION command encountered a failure. Another instance of START/ST…
31 STOP GROUP_REPLICATION;;
34 START GROUP_REPLICATION;
35 ERROR HY000: The START GROUP_REPLICATION command encountered a failure. Another instance of START/S…
36 STOP GROUP_REPLICATION;
37 ERROR HY000: The STOP GROUP_REPLICATION command encountered a failure. Another instance of START/ST…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/t/
H A Dgr_start_gr_with_credentials_2.test2 # This test case tests START GROUP_REPLICATION command with different
28 --let plugins = PLUGIN_AUTH,GROUP_REPLICATION
90 START GROUP_REPLICATION USER= 'plug_user_p' , PASSWORD= 'proxy_user_p';
106 START GROUP_REPLICATION USER= 'plug_user_wp' , PASSWORD= 'proxy_user_wp';
122 START GROUP_REPLICATION USER= 'plug_user_p' , PASSWORD= 'proxy_user_p' , DEFAULT_AUTH= 'auth_test_p…
138 START GROUP_REPLICATION USER= 'plug_user_wp' , PASSWORD= 'proxy_user_wp' , DEFAULT_AUTH= 'auth_test…
176 START GROUP_REPLICATION USER= 'plug_user_p' , PASSWORD= 'proxy_user_p';
228 START GROUP_REPLICATION USER='plug_user_p',PASSWORD='WRONG';
244 START GROUP_REPLICATION USER='plug_user_wp';
261 START GROUP_REPLICATION PASSWORD='wrong';
[all …]
H A Dgr_start_gr_with_credentials_3.test3 # START GROUP_REPLICATION command and tests the password limit of 32 character.
6 # START GROUP_REPLICATION command.
90 START GROUP_REPLICATION USER='';
100 START GROUP_REPLICATION USER;
114 START GROUP_REPLICATION USER='regular_user_p' , PASSWORD='012345678901234567890123456789abc';
131 START GROUP_REPLICATION USER='regular_user_p' , PASSWORD='012345678901234567890123456789ab';
169 START GROUP_REPLICATION PASSWORD='wrong';
182 START GROUP_REPLICATION USER='',PASSWORD='wrong';
199 START GROUP_REPLICATION DEFAULT_AUTH='auth_test_plugin';
225 START GROUP_REPLICATION DEFAULT_AUTH='auth_test_plugin';
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;
47 START GROUP_REPLICATION;
49 STOP GROUP_REPLICATION;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/tests/mtr/r/
H A Dgr_communication_configuration.result52 START GROUP_REPLICATION;
53 ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the…
60 START GROUP_REPLICATION;
61 ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the…
68 START GROUP_REPLICATION;
76 START GROUP_REPLICATION;
77 ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when joining the comm…
85 START GROUP_REPLICATION;
102 START GROUP_REPLICATION;
109 START GROUP_REPLICATION;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_startup_verifications.test16 # 1. Set binlog_checksum=CRC32. START GROUP_REPLICATION must fail due to GR
18 # 2. binlog_format=STATEMENT. START GROUP_REPLICATION must fail due to GR
20 # 3. Set transaction_write_set_extraction=OFF. START GROUP_REPLICATION must fail
23 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
25 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
44 START GROUP_REPLICATION;
57 START GROUP_REPLICATION;
66 START GROUP_REPLICATION;
81 START GROUP_REPLICATION;
86 START GROUP_REPLICATION;
H A Dgr_concurrent_uninstall_stop.test3 # Verify that 'UNINSTALL PLUGIN' and 'STOP GROUP_REPLICATION' commands
34 ## query "STOP GROUP_REPLICATION" and "UNINSTALL PLUGIN group_replication"
42 --echo # STOP GROUP_REPLICATION in parallel.
46 STOP GROUP_REPLICATION;
62 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
63 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
H A Dgr_concurrent_uninstall_start.test3 # Verify that 'UNINSTALL PLUGIN' and 'START GROUP_REPLICATION' commands
39 --echo # START GROUP_REPLICATION in parallel,
42 START GROUP_REPLICATION;
50 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
51 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_startup_verifications.test16 # 1. Set binlog_checksum=CRC32. START GROUP_REPLICATION must fail due to GR
18 # 2. binlog_format=STATEMENT. START GROUP_REPLICATION must fail due to GR
20 # 3. Set transaction_write_set_extraction=OFF. START GROUP_REPLICATION must fail
23 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
25 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
44 START GROUP_REPLICATION;
57 START GROUP_REPLICATION;
66 START GROUP_REPLICATION;
81 START GROUP_REPLICATION;
86 START GROUP_REPLICATION;
H A Dgr_concurrent_uninstall_stop.test3 # Verify that 'UNINSTALL PLUGIN' and 'STOP GROUP_REPLICATION' commands
34 ## query "STOP GROUP_REPLICATION" and "UNINSTALL PLUGIN group_replication"
42 --echo # STOP GROUP_REPLICATION in parallel.
46 STOP GROUP_REPLICATION;
62 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
63 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
H A Dgr_concurrent_uninstall_start.test3 # Verify that 'UNINSTALL PLUGIN' and 'START GROUP_REPLICATION' commands
39 --echo # START GROUP_REPLICATION in parallel,
42 START GROUP_REPLICATION;
50 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
51 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_startup_verifications.test16 # 1. Set binlog_checksum=CRC32. START GROUP_REPLICATION must fail due to GR
18 # 2. binlog_format=STATEMENT. START GROUP_REPLICATION must fail due to GR
20 # 3. Set transaction_write_set_extraction=OFF. START GROUP_REPLICATION must fail
23 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
25 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
44 START GROUP_REPLICATION;
57 START GROUP_REPLICATION;
66 START GROUP_REPLICATION;
81 START GROUP_REPLICATION;
86 START GROUP_REPLICATION;
H A Dgr_concurrent_uninstall_stop.test3 # Verify that 'UNINSTALL PLUGIN' and 'STOP GROUP_REPLICATION' commands
34 ## query "STOP GROUP_REPLICATION" and "UNINSTALL PLUGIN group_replication"
42 --echo # STOP GROUP_REPLICATION in parallel.
46 STOP GROUP_REPLICATION;
62 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
63 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_startup_verifications.test16 # 1. Set binlog_checksum=CRC32. START GROUP_REPLICATION must fail due to GR
18 # 2. binlog_format=STATEMENT. START GROUP_REPLICATION must fail due to GR
20 # 3. Set transaction_write_set_extraction=OFF. START GROUP_REPLICATION must fail
23 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
25 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
44 START GROUP_REPLICATION;
57 START GROUP_REPLICATION;
66 START GROUP_REPLICATION;
81 START GROUP_REPLICATION;
86 START GROUP_REPLICATION;
H A Dgr_concurrent_uninstall_stop.test3 # Verify that 'UNINSTALL PLUGIN' and 'STOP GROUP_REPLICATION' commands
34 ## query "STOP GROUP_REPLICATION" and "UNINSTALL PLUGIN group_replication"
42 --echo # STOP GROUP_REPLICATION in parallel.
46 STOP GROUP_REPLICATION;
62 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
63 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_startup_verifications.test16 # 1. Set binlog_checksum=CRC32. START GROUP_REPLICATION must fail due to GR
18 # 2. binlog_format=STATEMENT. START GROUP_REPLICATION must fail due to GR
20 # 3. Set transaction_write_set_extraction=OFF. START GROUP_REPLICATION must fail
23 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
25 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
44 START GROUP_REPLICATION;
57 START GROUP_REPLICATION;
66 START GROUP_REPLICATION;
81 START GROUP_REPLICATION;
86 START GROUP_REPLICATION;
H A Dgr_concurrent_uninstall_stop.test3 # Verify that 'UNINSTALL PLUGIN' and 'STOP GROUP_REPLICATION' commands
34 ## query "STOP GROUP_REPLICATION" and "UNINSTALL PLUGIN group_replication"
42 --echo # STOP GROUP_REPLICATION in parallel.
46 STOP GROUP_REPLICATION;
62 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
63 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/tests/mtr/t/
H A Dgr_startup_verifications.test16 # 1. Set binlog_checksum=CRC32. START GROUP_REPLICATION must fail due to GR
18 # 2. binlog_format=STATEMENT. START GROUP_REPLICATION must fail due to GR
20 # 3. Set transaction_write_set_extraction=OFF. START GROUP_REPLICATION must fail
23 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
25 # GROUP_REPLICATION must fail due to GR incompatible SLAVE_PARALLEL_WORKERS.
44 START GROUP_REPLICATION;
57 START GROUP_REPLICATION;
66 START GROUP_REPLICATION;
81 START GROUP_REPLICATION;
86 START GROUP_REPLICATION;
H A Dgr_concurrent_uninstall_stop.test3 # Verify that 'UNINSTALL PLUGIN' and 'STOP GROUP_REPLICATION' commands
34 ## query "STOP GROUP_REPLICATION" and "UNINSTALL PLUGIN group_replication"
42 --echo # STOP GROUP_REPLICATION in parallel.
46 STOP GROUP_REPLICATION;
62 --replace_result $GROUP_REPLICATION GROUP_REPLICATION
63 --eval INSTALL PLUGIN group_replication SONAME '$GROUP_REPLICATION'
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/rpl/t/
H A Drpl_group_replication_commands.test11 START GROUP_REPLICATION;
16 STOP GROUP_REPLICATION;
22 # - START GROUP_REPLICATION
23 # - STOP GROUP_REPLICATION
34 START GROUP_REPLICATION;
39 STOP GROUP_REPLICATION;

12345678910>>...62