1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
|
include/group_replication.inc
Warnings:
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
Note #### Storing MySQL user name or password information in the connection metadata repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START REPLICA; see the 'START REPLICA Syntax' in the MySQL Manual for more information.
[connection server1]
[connection server1]
include/start_and_bootstrap_group_replication.inc
include/stop_group_replication.inc
# Test#1: Basic check that there are 61 GR variables.
include/assert.inc [There are 61 GR variables at present.]
# Test#2: Verify group replication related variables at GLOBAL scope.
SET @@SESSION.group_replication_allow_local_lower_version_join= 1;
ERROR HY000: Variable 'group_replication_allow_local_lower_version_join' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_auto_increment_increment= 7;
ERROR HY000: Variable 'group_replication_auto_increment_increment' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_bootstrap_group= 1;
ERROR HY000: Variable 'group_replication_bootstrap_group' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_components_stop_timeout= 1;
ERROR HY000: Variable 'group_replication_components_stop_timeout' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_compression_threshold= 1;
ERROR HY000: Variable 'group_replication_compression_threshold' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_enforce_update_everywhere_checks= 1;
ERROR HY000: Variable 'group_replication_enforce_update_everywhere_checks' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_force_members= "";
ERROR HY000: Variable 'group_replication_force_members' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_group_name= "aaaaaaaa-cccc-bbbb-cccc-aaaaaaaaaaaa";
ERROR HY000: Variable 'group_replication_group_name' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_gtid_assignment_block_size= 1;
ERROR HY000: Variable 'group_replication_gtid_assignment_block_size' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_ip_allowlist= "AUTOMATIC";
ERROR HY000: Variable 'group_replication_ip_allowlist' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_local_address= "";
ERROR HY000: Variable 'group_replication_local_address' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_group_seeds= "";
ERROR HY000: Variable 'group_replication_group_seeds' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_poll_spin_loops= 1;
ERROR HY000: Variable 'group_replication_poll_spin_loops' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_complete_at= "TRANSACTIONS_APPLIED";
ERROR HY000: Variable 'group_replication_recovery_complete_at' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_reconnect_interval= 10;
ERROR HY000: Variable 'group_replication_recovery_reconnect_interval' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_retry_count= 1;
ERROR HY000: Variable 'group_replication_recovery_retry_count' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_ca= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_ca' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_capath= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_capath' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_cert= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_cert' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_cipher= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_cipher' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_crl= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_crl' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_crlpath= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_crlpath' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_key= "";
ERROR HY000: Variable 'group_replication_recovery_ssl_key' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_ssl_verify_server_cert= 1;
ERROR HY000: Variable 'group_replication_recovery_ssl_verify_server_cert' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_use_ssl= 1;
ERROR HY000: Variable 'group_replication_recovery_use_ssl' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_single_primary_mode= 0;
ERROR HY000: Variable 'group_replication_single_primary_mode' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_ssl_mode= "REQUIRED";
ERROR HY000: Variable 'group_replication_ssl_mode' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_start_on_boot= 1;
ERROR HY000: Variable 'group_replication_start_on_boot' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_transaction_size_limit= 10240;
ERROR HY000: Variable 'group_replication_transaction_size_limit' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_communication_debug_options= "";
ERROR HY000: Variable 'group_replication_communication_debug_options' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_unreachable_majority_timeout= 10240;
ERROR HY000: Variable 'group_replication_unreachable_majority_timeout' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_member_weight= 80;
ERROR HY000: Variable 'group_replication_member_weight' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_public_key_path= "";
ERROR HY000: Variable 'group_replication_recovery_public_key_path' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_get_public_key= 1;
ERROR HY000: Variable 'group_replication_recovery_get_public_key' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_exit_state_action= "READ_ONLY";
ERROR HY000: Variable 'group_replication_exit_state_action' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_member_expel_timeout= 120;
ERROR HY000: Variable 'group_replication_member_expel_timeout' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_communication_max_message_size= 2048;
ERROR HY000: Variable 'group_replication_communication_max_message_size' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_autorejoin_tries = 3;
ERROR HY000: Variable 'group_replication_autorejoin_tries' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_message_cache_size= 10000000000;
ERROR HY000: Variable 'group_replication_message_cache_size' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_clone_threshold= 1;
ERROR HY000: Variable 'group_replication_clone_threshold' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_tls_version= "";
ERROR HY000: Variable 'group_replication_recovery_tls_version' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_recovery_tls_ciphersuites= "";
ERROR HY000: Variable 'group_replication_recovery_tls_ciphersuites' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_view_change_uuid= "AUTOMATIC";
ERROR HY000: Variable 'group_replication_view_change_uuid' is a GLOBAL variable and should be set with SET GLOBAL
SET @@SESSION.group_replication_paxos_single_leader= 1;
ERROR HY000: Variable 'group_replication_paxos_single_leader' is a GLOBAL variable and should be set with SET GLOBAL
Warnings:
Warning 1681 'group_replication_recovery_complete_at' is deprecated and will be removed in a future release.
Warnings:
Warning 1681 'group_replication_view_change_uuid' is deprecated and will be removed in a future release.
# Test#3: Verify group replication related variables at SESSION scope.
SET @@SESSION.group_replication_consistency= "EVENTUAL";
SET @@SESSION.group_replication_consistency= DEFAULT;
# Test#4: Verify GLOBAL and SESSION variables
include/start_group_replication.inc
Warnings:
Warning 1681 'group_replication_recovery_complete_at' is deprecated and will be removed in a future release.
Warning 1681 'group_replication_view_change_uuid' is deprecated and will be removed in a future release.
SET GLOBAL group_replication_recovery_ssl_crl= 'crl-client-revoked.crl';
SET GLOBAL group_replication_recovery_tls_ciphersuites= "";
include/assert.inc [Verify GLOBAL value of group_replication_allow_local_lower_version_join]
include/assert.inc [Verify GLOBAL value of group_replication_allow_local_lower_version_join]
include/assert.inc [Verify SESSION value of group_replication_allow_local_lower_version_join]
include/assert.inc [Verify SESSION value of group_replication_allow_local_lower_version_join]
include/assert.inc [Verify GLOBAL value of group_replication_auto_increment_increment]
include/assert.inc [Verify GLOBAL value of group_replication_auto_increment_increment]
include/assert.inc [Verify SESSION value of group_replication_auto_increment_increment]
include/assert.inc [Verify SESSION value of group_replication_auto_increment_increment]
include/assert.inc [Verify GLOBAL value of group_replication_bootstrap_group]
include/assert.inc [Verify GLOBAL value of group_replication_bootstrap_group]
include/assert.inc [Verify SESSION value of group_replication_bootstrap_group]
include/assert.inc [Verify SESSION value of group_replication_bootstrap_group]
include/assert.inc [Verify GLOBAL value of group_replication_components_stop_timeout]
include/assert.inc [Verify GLOBAL value of group_replication_components_stop_timeout]
include/assert.inc [Verify SESSION value of group_replication_components_stop_timeout]
include/assert.inc [Verify SESSION value of group_replication_components_stop_timeout]
include/assert.inc [Verify GLOBAL value of group_replication_compression_threshold]
include/assert.inc [Verify GLOBAL value of group_replication_compression_threshold]
include/assert.inc [Verify SESSION value of group_replication_compression_threshold]
include/assert.inc [Verify SESSION value of group_replication_compression_threshold]
include/assert.inc [Verify GLOBAL value of group_replication_enforce_update_everywhere_checks]
include/assert.inc [Verify GLOBAL value of group_replication_enforce_update_everywhere_checks]
include/assert.inc [Verify SESSION value of group_replication_enforce_update_everywhere_checks]
include/assert.inc [Verify SESSION value of group_replication_enforce_update_everywhere_checks]
include/assert.inc [Verify GLOBAL value of group_replication_force_members]
include/assert.inc [Verify GLOBAL value of group_replication_force_members]
include/assert.inc [Verify SESSION value of group_replication_force_members]
include/assert.inc [Verify SESSION value of group_replication_force_members]
include/assert.inc [Verify GLOBAL value of group_replication_group_name]
include/assert.inc [Verify GLOBAL value of group_replication_group_name]
include/assert.inc [Verify SESSION value of group_replication_group_name]
include/assert.inc [Verify SESSION value of group_replication_group_name]
include/assert.inc [Verify GLOBAL value of group_replication_gtid_assignment_block_size]
include/assert.inc [Verify GLOBAL value of group_replication_gtid_assignment_block_size]
include/assert.inc [Verify SESSION value of group_replication_gtid_assignment_block_size]
include/assert.inc [Verify SESSION value of group_replication_gtid_assignment_block_size]
include/assert.inc [Verify GLOBAL value of group_replication_ip_allowlist]
include/assert.inc [Verify GLOBAL value of group_replication_ip_allowlist]
include/assert.inc [Verify SESSION value of group_replication_ip_allowlist]
include/assert.inc [Verify SESSION value of group_replication_ip_allowlist]
include/assert.inc [Verify GLOBAL value of group_replication_local_address]
include/assert.inc [Verify GLOBAL value of group_replication_local_address]
include/assert.inc [Verify SESSION value of group_replication_local_address]
include/assert.inc [Verify SESSION value of group_replication_local_address]
include/assert.inc [Verify GLOBAL value of group_replication_group_seeds]
include/assert.inc [Verify GLOBAL value of group_replication_group_seeds]
include/assert.inc [Verify SESSION value of group_replication_group_seeds]
include/assert.inc [Verify SESSION value of group_replication_group_seeds]
include/assert.inc [Verify GLOBAL value of group_replication_poll_spin_loops]
include/assert.inc [Verify GLOBAL value of group_replication_poll_spin_loops]
include/assert.inc [Verify SESSION value of group_replication_poll_spin_loops]
include/assert.inc [Verify SESSION value of group_replication_poll_spin_loops]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_complete_at]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_complete_at]
include/assert.inc [Verify SESSION value of group_replication_recovery_complete_at]
include/assert.inc [Verify SESSION value of group_replication_recovery_complete_at]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_reconnect_interval]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_reconnect_interval]
include/assert.inc [Verify SESSION value of group_replication_recovery_reconnect_interval]
include/assert.inc [Verify SESSION value of group_replication_recovery_reconnect_interval]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_retry_count]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_retry_count]
include/assert.inc [Verify SESSION value of group_replication_recovery_retry_count]
include/assert.inc [Verify SESSION value of group_replication_recovery_retry_count]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_ca]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_ca]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_ca]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_ca]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_capath]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_capath]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_capath]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_capath]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_cert]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_cert]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_cert]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_cert]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_cipher]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_cipher]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_cipher]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_cipher]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_crl]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_crl]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_crl]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_crl]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_crlpath]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_crlpath]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_crlpath]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_crlpath]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_key]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_key]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_key]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_key]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_verify_server_cert]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_ssl_verify_server_cert]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_verify_server_cert]
include/assert.inc [Verify SESSION value of group_replication_recovery_ssl_verify_server_cert]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_use_ssl]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_use_ssl]
include/assert.inc [Verify SESSION value of group_replication_recovery_use_ssl]
include/assert.inc [Verify SESSION value of group_replication_recovery_use_ssl]
include/assert.inc [Verify GLOBAL value of group_replication_single_primary_mode]
include/assert.inc [Verify GLOBAL value of group_replication_single_primary_mode]
include/assert.inc [Verify SESSION value of group_replication_single_primary_mode]
include/assert.inc [Verify SESSION value of group_replication_single_primary_mode]
include/assert.inc [Verify GLOBAL value of group_replication_ssl_mode]
include/assert.inc [Verify GLOBAL value of group_replication_ssl_mode]
include/assert.inc [Verify SESSION value of group_replication_ssl_mode]
include/assert.inc [Verify SESSION value of group_replication_ssl_mode]
include/assert.inc [Verify GLOBAL value of group_replication_start_on_boot]
include/assert.inc [Verify GLOBAL value of group_replication_start_on_boot]
include/assert.inc [Verify SESSION value of group_replication_start_on_boot]
include/assert.inc [Verify SESSION value of group_replication_start_on_boot]
include/assert.inc [Verify GLOBAL value of group_replication_transaction_size_limit]
include/assert.inc [Verify GLOBAL value of group_replication_transaction_size_limit]
include/assert.inc [Verify SESSION value of group_replication_transaction_size_limit]
include/assert.inc [Verify SESSION value of group_replication_transaction_size_limit]
include/assert.inc [Verify GLOBAL value of group_replication_communication_debug_options]
include/assert.inc [Verify GLOBAL value of group_replication_communication_debug_options]
include/assert.inc [Verify SESSION value of group_replication_communication_debug_options]
include/assert.inc [Verify SESSION value of group_replication_communication_debug_options]
include/assert.inc [Verify GLOBAL value of group_replication_unreachable_majority_timeout]
include/assert.inc [Verify GLOBAL value of group_replication_unreachable_majority_timeout]
include/assert.inc [Verify SESSION value of group_replication_unreachable_majority_timeout]
include/assert.inc [Verify SESSION value of group_replication_unreachable_majority_timeout]
include/assert.inc [Verify GLOBAL value of group_replication_member_weight]
include/assert.inc [Verify GLOBAL value of group_replication_member_weight]
include/assert.inc [Verify SESSION value of group_replication_member_weight]
include/assert.inc [Verify SESSION value of group_replication_member_weight]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_public_key_path]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_public_key_path]
include/assert.inc [Verify SESSION value of group_replication_recovery_public_key_path]
include/assert.inc [Verify SESSION value of group_replication_recovery_public_key_path]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_get_public_key]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_get_public_key]
include/assert.inc [Verify SESSION value of group_replication_recovery_get_public_key]
include/assert.inc [Verify SESSION value of group_replication_recovery_get_public_key]
include/assert.inc [Verify GLOBAL value of group_replication_exit_state_action]
include/assert.inc [Verify GLOBAL value of group_replication_exit_state_action]
include/assert.inc [Verify SESSION value of group_replication_exit_state_action]
include/assert.inc [Verify SESSION value of group_replication_exit_state_action]
include/assert.inc [Verify GLOBAL value of group_replication_member_expel_timeout]
include/assert.inc [Verify GLOBAL value of group_replication_member_expel_timeout]
include/assert.inc [Verify SESSION value of group_replication_member_expel_timeout]
include/assert.inc [Verify SESSION value of group_replication_member_expel_timeout]
include/assert.inc [Verify GLOBAL value of group_replication_consistency]
include/assert.inc [Verify GLOBAL value of group_replication_consistency]
include/assert.inc [Verify SESSION value of group_replication_consistency]
include/assert.inc [Verify SESSION value of group_replication_consistency]
include/assert.inc [Verify GLOBAL value of group_replication_communication_max_message_size]
include/assert.inc [Verify GLOBAL value of group_replication_communication_max_message_size]
include/assert.inc [Verify SESSION value of group_replication_communication_max_message_size]
include/assert.inc [Verify SESSION value of group_replication_communication_max_message_size]
include/assert.inc [Verify GLOBAL value of group_replication_autorejoin_tries]
include/assert.inc [Verify GLOBAL value of group_replication_autorejoin_tries]
include/assert.inc [Verify SESSION value of group_replication_autorejoin_tries]
include/assert.inc [Verify SESSION value of group_replication_autorejoin_tries]
include/assert.inc [Verify GLOBAL value of group_replication_message_cache_size]
include/assert.inc [Verify GLOBAL value of group_replication_message_cache_size]
include/assert.inc [Verify SESSION value of group_replication_message_cache_size]
include/assert.inc [Verify SESSION value of group_replication_message_cache_size]
include/assert.inc [Verify GLOBAL value of group_replication_clone_threshold]
include/assert.inc [Verify GLOBAL value of group_replication_clone_threshold]
include/assert.inc [Verify SESSION value of group_replication_clone_threshold]
include/assert.inc [Verify SESSION value of group_replication_clone_threshold]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_tls_version]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_tls_version]
include/assert.inc [Verify SESSION value of group_replication_recovery_tls_version]
include/assert.inc [Verify SESSION value of group_replication_recovery_tls_version]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_tls_ciphersuites]
include/assert.inc [Verify GLOBAL value of group_replication_recovery_tls_ciphersuites]
include/assert.inc [Verify SESSION value of group_replication_recovery_tls_ciphersuites]
include/assert.inc [Verify SESSION value of group_replication_recovery_tls_ciphersuites]
include/assert.inc [Verify SESSION value of group_replication_view_change_uuid]
include/assert.inc [Verify GLOBAL value of group_replication_paxos_single_leader]
include/assert.inc [Verify GLOBAL value of group_replication_paxos_single_leader]
include/assert.inc [Verify SESSION value of group_replication_paxos_single_leader]
include/assert.inc [Verify SESSION value of group_replication_paxos_single_leader]
# Clean up
include/stop_group_replication.inc
Warnings:
Warning 1681 'group_replication_recovery_complete_at' is deprecated and will be removed in a future release.
Warnings:
Warning 1681 'group_replication_view_change_uuid' is deprecated and will be removed in a future release.
include/group_replication_end.inc
|