Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BFBF17A332 for ; Mon, 12 Dec 2016 19:18:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D28F8855D7; Mon, 12 Dec 2016 19:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FCF2855C7 for ; Mon, 12 Dec 2016 19:18:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Qqbo75QB6O3R for ; Mon, 12 Dec 2016 19:18:40 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5F507855CE for ; Mon, 12 Dec 2016 19:18:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55542FBA6; Mon, 12 Dec 2016 19:18:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14815703202210" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 19:18:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/mysql57-server To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161212191840.55542FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_14815703202210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 12 19:18:40 UTC 2016 Modified Files: pkgsrc/databases/mysql57-server: PLIST Log Message: Changes 5.7.17: Compilation Notes ----------------- For GCC versions higher than 4.4, -fno-expensive-optimizations was replaced with -ffp-contract=off, which has the effect of enabling more optimizations. Security Notes -------------- Incompatible Change: These changes were made to mysqld_safe: * Unsafe use of rm and chown in mysqld_safe could result in privilege escalation. chown now can be used only when the target directory is /var/log. An incompatible change is that if the directory for the Unix socket file is missing, it is no longer created; instead, an error occurs. Due to these changes, /bin/bash is required to run mysqld_safe on Solaris. /bin/sh is still used on other Unix/Linux platforms. * The --ledir option now is accepted only on the command line, not in option files. * mysqld_safe ignores the current working directory. Other related changes: * Initialization scripts that invoke mysqld_safe pass --basedir explicitly. * Initialization scripts create the error log file only if the base directory is /var/log or /var/lib. * Unused systemd files for SLES were removed. * MySQL Server now includes a plugin library that enables administrators to introduce an increasing delay in server response to clients after a certain number of consecutive failed connection attempts. This capability provides a deterrent that slows down brute force attacks that attempt to access MySQL user accounts. For more information, see The Connection-Control Plugin. * OpenSSL is ending support for version 1.0.1 in December 2016; see https://www.openssl.org/policies/releasestrat.html. Consequently, MySQL Commercial Server builds now use version 1.0.2 rather than version 1.0.1, and the linked OpenSSL library for the MySQL Commercial Server has been updated from version 1.0.1 to version 1.0.2j. For a description of issues fixed in this version, see https://www.openssl.org/news/vulnerabilities.html. This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/mysql57-server/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14815703202210 Content-Disposition: inline Content-Length: 107407 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mysql57-server/PLIST diff -u pkgsrc/databases/mysql57-server/PLIST:1.2 pkgsrc/databases/mysql57-server/PLIST:1.3 --- pkgsrc/databases/mysql57-server/PLIST:1.2 Fri Oct 14 19:28:28 2016 +++ pkgsrc/databases/mysql57-server/PLIST Mon Dec 12 19:18:40 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/10/14 19:28:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/12/12 19:18:40 adam Exp $ bin/innochecksum bin/lz4_decompress bin/my_print_defaults @@ -24,6 +24,7 @@ bin/replace bin/resolve_stack_dump bin/resolveip bin/zlib_decompress +include/mysql/mysqlx_ername.h include/mysql/mysqlx_error.h include/mysql/mysqlx_version.h ${PLIST.embedded}lib/libmysqld.a @@ -32,7 +33,9 @@ lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth.so ${PLIST.auth_socket}lib/mysql/plugin/auth_socket.so lib/mysql/plugin/auth_test_plugin.so +lib/mysql/plugin/connection_control.so lib/mysql/plugin/daemon_example.ini +lib/mysql/plugin/group_replication.so lib/mysql/plugin/ha_example.so ${PLIST.memcached}lib/mysql/plugin/innodb_engine.so lib/mysql/plugin/keyring_file.so @@ -171,9 +174,6 @@ share/mysql/test/collections/disabled-gt share/mysql/test/collections/disabled-per-push.list share/mysql/test/collections/disabled-weekly.list share/mysql/test/collections/mysql-5.7-stage.push -share/mysql/test/collections/mysql-5.7-wl9306.push -share/mysql/test/collections/mysql-5.7-xplugin.push -share/mysql/test/collections/mysql-5.7-xplugin.push-valgrind share/mysql/test/collections/mysql-trunk-protocol.weekly share/mysql/test/collections/mysql-trunk-stage.push share/mysql/test/extra/binlog_tests/binlog.test @@ -342,10 +342,7 @@ share/mysql/test/extra/rpl_tests/rpl_trx share/mysql/test/extra/rpl_tests/rpl_trx_boundary_parser_all_steps.inc share/mysql/test/extra/rpl_tests/rpl_trx_boundary_parser_one_step.inc share/mysql/test/extra/rpl_tests/rpl_trx_boundary_parser_warning.inc -share/mysql/test/extra/rpl_tests/rpl_user.inc share/mysql/test/extra/rpl_tests/rpl_variables_stm.test -share/mysql/test/extra/rpl_tests/rpl_wait_for_executed_gtid_set_no_timeout.inc -share/mysql/test/extra/rpl_tests/rpl_wait_for_executed_gtid_set_with_sleep.inc share/mysql/test/extra/rpl_tests/rpl_xa_gtid_next.inc share/mysql/test/extra/rpl_tests/rpl_xa_mixed_engines.inc share/mysql/test/extra/rpl_tests/type_conversions.test @@ -386,6 +383,7 @@ share/mysql/test/include/check_key_reads share/mysql/test/include/check_key_req.inc share/mysql/test/include/check_no_concurrent_insert.inc share/mysql/test/include/check_no_row_lock.inc +share/mysql/test/include/check_plugin_dir.inc share/mysql/test/include/check_qep.inc share/mysql/test/include/check_shared_row_lock.inc share/mysql/test/include/check_slave_is_running.inc @@ -487,6 +485,7 @@ share/mysql/test/include/greedy_search_d share/mysql/test/include/greedy_search_load_tables.inc share/mysql/test/include/grep_pattern.inc share/mysql/test/include/group_by_fd.inc +share/mysql/test/include/group_replication_timeouts.inc share/mysql/test/include/gtid_prepare_and_execute_stmt.inc share/mysql/test/include/gtid_step_assert.inc share/mysql/test/include/gtid_step_assert_on_retrieved.inc @@ -903,6 +902,7 @@ share/mysql/test/include/wait_condition. share/mysql/test/include/wait_condition_or_abort.inc share/mysql/test/include/wait_condition_sp.inc share/mysql/test/include/wait_for_binlog_event.inc +share/mysql/test/include/wait_for_file_closed.inc share/mysql/test/include/wait_for_ndb_committed_to_binlog.inc share/mysql/test/include/wait_for_query_to_fail.inc share/mysql/test/include/wait_for_query_to_succeed.inc @@ -1536,6 +1536,7 @@ share/mysql/test/r/mysql_ssl_default.res share/mysql/test/r/mysql_tzinfo_to_sql.result share/mysql/test/r/mysql_tzinfo_to_sql_sys.result share/mysql/test/r/mysql_upgrade.result +share/mysql/test/r/mysql_upgrade_slave_master_info.result share/mysql/test/r/mysql_upgrade_ssl.result share/mysql/test/r/mysqladmin.result share/mysql/test/r/mysqlbinlog.result @@ -1645,6 +1646,7 @@ share/mysql/test/r/partition_datatype.re share/mysql/test/r/partition_debug.result share/mysql/test/r/partition_debug_sync.result share/mysql/test/r/partition_debug_sync_stmt.result +share/mysql/test/r/partition_deprecation.result share/mysql/test/r/partition_error.result share/mysql/test/r/partition_exchange.result share/mysql/test/r/partition_explicit_prune.result @@ -2338,13 +2340,16 @@ share/mysql/test/suite/binlog/r/binlog_e share/mysql/test/suite/binlog/r/binlog_enforce_gtid_consistency_trx_nontrx_consistent.result share/mysql/test/suite/binlog/r/binlog_enforce_gtid_consistency_trx_nontrx_violation.result share/mysql/test/suite/binlog/r/binlog_error_action.result +share/mysql/test/suite/binlog/r/binlog_foreign_key_parent_table_deleted.result share/mysql/test/suite/binlog/r/binlog_format_switch_in_tmp_table.result share/mysql/test/suite/binlog/r/binlog_grant.result share/mysql/test/suite/binlog/r/binlog_grant_alter_user.result share/mysql/test/suite/binlog/r/binlog_group_commit_flush_crash.result share/mysql/test/suite/binlog/r/binlog_group_commit_gtid_order.result +share/mysql/test/suite/binlog/r/binlog_group_commit_indefinite_wait.result share/mysql/test/suite/binlog/r/binlog_group_commit_sync_delay.result share/mysql/test/suite/binlog/r/binlog_group_commit_sync_no_delay_count.result +share/mysql/test/suite/binlog/r/binlog_gtid_automatic_using_rolled_back.result share/mysql/test/suite/binlog/r/binlog_gtid_cache.result share/mysql/test/suite/binlog/r/binlog_gtid_errors.result share/mysql/test/suite/binlog/r/binlog_gtid_exhausted.result @@ -2463,6 +2468,7 @@ share/mysql/test/suite/binlog/r/binlog_w share/mysql/test/suite/binlog/r/binlog_write_error.result share/mysql/test/suite/binlog/r/binlog_xa_handling.result share/mysql/test/suite/binlog/r/binlog_xa_modify_gtid_executed_explicitly.result +share/mysql/test/suite/binlog/r/binlog_xa_prepare_failure.result share/mysql/test/suite/binlog/r/binlog_xa_prepared_disconnect.result share/mysql/test/suite/binlog/r/binlog_xa_select_gtid_executed_explicitly_crash.result share/mysql/test/suite/binlog/r/binlog_xa_trx_gtid_response_packet.result @@ -2502,6 +2508,8 @@ share/mysql/test/suite/binlog/t/binlog_e share/mysql/test/suite/binlog/t/binlog_enforce_gtid_consistency_trx_nontrx_violation.test share/mysql/test/suite/binlog/t/binlog_error_action-master.opt share/mysql/test/suite/binlog/t/binlog_error_action.test +share/mysql/test/suite/binlog/t/binlog_foreign_key_parent_table_deleted-master.opt +share/mysql/test/suite/binlog/t/binlog_foreign_key_parent_table_deleted.test share/mysql/test/suite/binlog/t/binlog_format_switch_in_tmp_table.test share/mysql/test/suite/binlog/t/binlog_grant.test share/mysql/test/suite/binlog/t/binlog_grant_alter_user-master.opt @@ -2509,8 +2517,10 @@ share/mysql/test/suite/binlog/t/binlog_g share/mysql/test/suite/binlog/t/binlog_group_commit_flush_crash-master.opt share/mysql/test/suite/binlog/t/binlog_group_commit_flush_crash.test share/mysql/test/suite/binlog/t/binlog_group_commit_gtid_order.test +share/mysql/test/suite/binlog/t/binlog_group_commit_indefinite_wait.test share/mysql/test/suite/binlog/t/binlog_group_commit_sync_delay.test share/mysql/test/suite/binlog/t/binlog_group_commit_sync_no_delay_count.test +share/mysql/test/suite/binlog/t/binlog_gtid_automatic_using_rolled_back.test share/mysql/test/suite/binlog/t/binlog_gtid_cache-master.opt share/mysql/test/suite/binlog/t/binlog_gtid_cache.test share/mysql/test/suite/binlog/t/binlog_gtid_errors-master.opt @@ -2658,6 +2668,7 @@ share/mysql/test/suite/binlog/t/binlog_w share/mysql/test/suite/binlog/t/binlog_write_error.test share/mysql/test/suite/binlog/t/binlog_xa_handling.test share/mysql/test/suite/binlog/t/binlog_xa_modify_gtid_executed_explicitly.test +share/mysql/test/suite/binlog/t/binlog_xa_prepare_failure.test share/mysql/test/suite/binlog/t/binlog_xa_prepared_disconnect.test share/mysql/test/suite/binlog/t/binlog_xa_select_gtid_executed_explicitly_crash.test share/mysql/test/suite/binlog/t/binlog_xa_trx_gtid_response_packet-master.opt @@ -2666,6 +2677,39 @@ share/mysql/test/suite/binlog/t/disabled share/mysql/test/suite/binlog/t/log_builtin_as_identified_by_password-master.opt share/mysql/test/suite/binlog/t/log_builtin_as_identified_by_password.test share/mysql/test/suite/binlog/t/show_binlog_events_no_lock.test +share/mysql/test/suite/connection_control/inc/check_connection_delay.inc +share/mysql/test/suite/connection_control/inc/cleanup_proxy_accounts.inc +share/mysql/test/suite/connection_control/inc/have_connection_control_plugin.inc +share/mysql/test/suite/connection_control/inc/have_test_plugin.inc +share/mysql/test/suite/connection_control/inc/install_connection_control_plugin.inc +share/mysql/test/suite/connection_control/inc/set_after_marker.inc +share/mysql/test/suite/connection_control/inc/set_before_marker.inc +share/mysql/test/suite/connection_control/inc/setup_proxy_accounts.inc +share/mysql/test/suite/connection_control/inc/uninstall_connection_control_plugin.inc +share/mysql/test/suite/connection_control/r/connection_delay_anonymous_user.result +share/mysql/test/suite/connection_control/r/connection_delay_info_schema_view.result +share/mysql/test/suite/connection_control/r/connection_delay_invalid_users.result +share/mysql/test/suite/connection_control/r/connection_delay_min_max.result +share/mysql/test/suite/connection_control/r/connection_delay_proxy_users.result +share/mysql/test/suite/connection_control/r/connection_delay_valid_users.result +share/mysql/test/suite/connection_control/r/status_variables.result +share/mysql/test/suite/connection_control/r/system_variables.result +share/mysql/test/suite/connection_control/t/connection_delay_anonymous_user-master.opt +share/mysql/test/suite/connection_control/t/connection_delay_anonymous_user.test +share/mysql/test/suite/connection_control/t/connection_delay_info_schema_view-master.opt +share/mysql/test/suite/connection_control/t/connection_delay_info_schema_view.test +share/mysql/test/suite/connection_control/t/connection_delay_invalid_users-master.opt +share/mysql/test/suite/connection_control/t/connection_delay_invalid_users.test +share/mysql/test/suite/connection_control/t/connection_delay_min_max-master.opt +share/mysql/test/suite/connection_control/t/connection_delay_min_max.test +share/mysql/test/suite/connection_control/t/connection_delay_proxy_users-master.opt +share/mysql/test/suite/connection_control/t/connection_delay_proxy_users.test +share/mysql/test/suite/connection_control/t/connection_delay_valid_users-master.opt +share/mysql/test/suite/connection_control/t/connection_delay_valid_users.test +share/mysql/test/suite/connection_control/t/status_variables-master.opt +share/mysql/test/suite/connection_control/t/status_variables.test +share/mysql/test/suite/connection_control/t/system_variables-master.opt +share/mysql/test/suite/connection_control/t/system_variables.test share/mysql/test/suite/engines/README share/mysql/test/suite/engines/funcs/r/ai_init_alter_table.result share/mysql/test/suite/engines/funcs/r/ai_init_create_table.result @@ -2939,26 +2983,44 @@ share/mysql/test/suite/engines/funcs/r/t share/mysql/test/suite/engines/funcs/r/tc_multicolumn_same.result share/mysql/test/suite/engines/funcs/r/tc_multicolumn_same_string.result share/mysql/test/suite/engines/funcs/r/tc_partition_analyze.result +share/mysql/test/suite/engines/funcs/r/tc_partition_analyze_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_change_from_range_to_hash_key.result +share/mysql/test/suite/engines/funcs/r/tc_partition_change_from_range_to_hash_key_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_check.result +share/mysql/test/suite/engines/funcs/r/tc_partition_check_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_hash.result share/mysql/test/suite/engines/funcs/r/tc_partition_hash_date_function.result +share/mysql/test/suite/engines/funcs/r/tc_partition_hash_date_function_non_native.result +share/mysql/test/suite/engines/funcs/r/tc_partition_hash_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_key.result +share/mysql/test/suite/engines/funcs/r/tc_partition_key_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_linear_key.result +share/mysql/test/suite/engines/funcs/r/tc_partition_linear_key_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_list_directory.result share/mysql/test/suite/engines/funcs/r/tc_partition_list_error.result share/mysql/test/suite/engines/funcs/r/tc_partition_optimize.result +share/mysql/test/suite/engines/funcs/r/tc_partition_optimize_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_rebuild.result +share/mysql/test/suite/engines/funcs/r/tc_partition_rebuild_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_remove.result +share/mysql/test/suite/engines/funcs/r/tc_partition_remove_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_reorg_divide.result +share/mysql/test/suite/engines/funcs/r/tc_partition_reorg_divide_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_reorg_hash_key.result +share/mysql/test/suite/engines/funcs/r/tc_partition_reorg_hash_key_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_reorg_merge.result +share/mysql/test/suite/engines/funcs/r/tc_partition_reorg_merge_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_repair.result +share/mysql/test/suite/engines/funcs/r/tc_partition_repair_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_sub1.result +share/mysql/test/suite/engines/funcs/r/tc_partition_sub1_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_sub2.result +share/mysql/test/suite/engines/funcs/r/tc_partition_sub2_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_value.result share/mysql/test/suite/engines/funcs/r/tc_partition_value_error.result +share/mysql/test/suite/engines/funcs/r/tc_partition_value_non_native.result share/mysql/test/suite/engines/funcs/r/tc_partition_value_specific.result +share/mysql/test/suite/engines/funcs/r/tc_partition_value_specific_non_native.result share/mysql/test/suite/engines/funcs/r/tc_rename.result share/mysql/test/suite/engines/funcs/r/tc_rename_across_database.result share/mysql/test/suite/engines/funcs/r/tc_rename_error.result @@ -3304,26 +3366,44 @@ share/mysql/test/suite/engines/funcs/t/t share/mysql/test/suite/engines/funcs/t/tc_multicolumn_same.test share/mysql/test/suite/engines/funcs/t/tc_multicolumn_same_string.test share/mysql/test/suite/engines/funcs/t/tc_partition_analyze.test +share/mysql/test/suite/engines/funcs/t/tc_partition_analyze_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_change_from_range_to_hash_key.test +share/mysql/test/suite/engines/funcs/t/tc_partition_change_from_range_to_hash_key_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_check.test +share/mysql/test/suite/engines/funcs/t/tc_partition_check_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_hash.test share/mysql/test/suite/engines/funcs/t/tc_partition_hash_date_function.test +share/mysql/test/suite/engines/funcs/t/tc_partition_hash_date_function_non_native.test +share/mysql/test/suite/engines/funcs/t/tc_partition_hash_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_key.test +share/mysql/test/suite/engines/funcs/t/tc_partition_key_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_linear_key.test +share/mysql/test/suite/engines/funcs/t/tc_partition_linear_key_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_list_directory.test share/mysql/test/suite/engines/funcs/t/tc_partition_list_error.test share/mysql/test/suite/engines/funcs/t/tc_partition_optimize.test +share/mysql/test/suite/engines/funcs/t/tc_partition_optimize_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_rebuild.test +share/mysql/test/suite/engines/funcs/t/tc_partition_rebuild_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_remove.test +share/mysql/test/suite/engines/funcs/t/tc_partition_remove_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_reorg_divide.test +share/mysql/test/suite/engines/funcs/t/tc_partition_reorg_divide_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_reorg_hash_key.test +share/mysql/test/suite/engines/funcs/t/tc_partition_reorg_hash_key_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_reorg_merge.test +share/mysql/test/suite/engines/funcs/t/tc_partition_reorg_merge_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_repair.test +share/mysql/test/suite/engines/funcs/t/tc_partition_repair_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_sub1.test +share/mysql/test/suite/engines/funcs/t/tc_partition_sub1_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_sub2.test +share/mysql/test/suite/engines/funcs/t/tc_partition_sub2_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_value.test share/mysql/test/suite/engines/funcs/t/tc_partition_value_error.test +share/mysql/test/suite/engines/funcs/t/tc_partition_value_non_native.test share/mysql/test/suite/engines/funcs/t/tc_partition_value_specific.test +share/mysql/test/suite/engines/funcs/t/tc_partition_value_specific_non_native.test share/mysql/test/suite/engines/funcs/t/tc_rename.test share/mysql/test/suite/engines/funcs/t/tc_rename_across_database.test share/mysql/test/suite/engines/funcs/t/tc_rename_error.test @@ -3959,6 +4039,708 @@ share/mysql/test/suite/gis/t/spatial_uti share/mysql/test/suite/gis/t/spatial_utility_function_make_envelope.test share/mysql/test/suite/gis/t/spatial_utility_function_simplify.test share/mysql/test/suite/gis/t/spatial_utility_function_validate.test +share/mysql/test/suite/group_replication/inc/gr_change_master_hidden.inc +share/mysql/test/suite/group_replication/inc/gr_clear_bootstrap_group.inc +share/mysql/test/suite/group_replication/inc/gr_clear_configuration.inc +share/mysql/test/suite/group_replication/inc/gr_configuration.inc +share/mysql/test/suite/group_replication/inc/gr_count_primaries_secondaries.inc +share/mysql/test/suite/group_replication/inc/gr_error_out.inc +share/mysql/test/suite/group_replication/inc/gr_find_a_primary.inc +share/mysql/test/suite/group_replication/inc/gr_mts_indexes_commit_order_validation.inc +share/mysql/test/suite/group_replication/inc/gr_parallel_local_and_remote_transactions.inc +share/mysql/test/suite/group_replication/inc/gr_set_bootstrap_group.inc +share/mysql/test/suite/group_replication/inc/gr_single_primary_mode.inc +share/mysql/test/suite/group_replication/inc/gr_single_primary_with_transaction_isolation.inc +share/mysql/test/suite/group_replication/inc/gr_start_applier_sql_thread.inc +share/mysql/test/suite/group_replication/inc/gr_stop_applier_sql_thread.inc +share/mysql/test/suite/group_replication/inc/gr_wait_for_member_state.inc +share/mysql/test/suite/group_replication/inc/gr_wait_for_number_of_members.inc +share/mysql/test/suite/group_replication/inc/gr_wait_for_role_count.inc +share/mysql/test/suite/group_replication/inc/gr_wait_primary_member_uuid.inc +share/mysql/test/suite/group_replication/inc/group_replication.inc +share/mysql/test/suite/group_replication/inc/group_replication_end.inc +share/mysql/test/suite/group_replication/inc/have_group_replication_gtid_assignment_block_size_1.inc +share/mysql/test/suite/group_replication/inc/have_group_replication_plugin.inc +share/mysql/test/suite/group_replication/inc/have_group_replication_plugin_base.inc +share/mysql/test/suite/group_replication/inc/kill_and_restart_mysqld.inc +share/mysql/test/suite/group_replication/inc/start_and_bootstrap_group_replication.inc +share/mysql/test/suite/group_replication/inc/uninstall_group_replication_plugin.inc +share/mysql/test/suite/group_replication/my.cnf +share/mysql/test/suite/group_replication/r/gr_DML_error.result +share/mysql/test/suite/group_replication/r/gr_abort_query_on_plugin_error.result +share/mysql/test/suite/group_replication/r/gr_abort_query_on_plugin_recovery.result +share/mysql/test/suite/group_replication/r/gr_addmember_during_dml.result +share/mysql/test/suite/group_replication/r/gr_addmember_insert_on_donor.result +share/mysql/test/suite/group_replication/r/gr_addmember_insert_on_nondonor.result +share/mysql/test/suite/group_replication/r/gr_applier_early_failure.result +share/mysql/test/suite/group_replication/r/gr_applier_initialization.result +share/mysql/test/suite/group_replication/r/gr_applier_received_set.result +share/mysql/test/suite/group_replication/r/gr_applier_slave_commands.result +share/mysql/test/suite/group_replication/r/gr_applier_thread_error_detection.result +share/mysql/test/suite/group_replication/r/gr_auto_increment_increment.result +share/mysql/test/suite/group_replication/r/gr_auto_increment_start_stop_parallel.result +share/mysql/test/suite/group_replication/r/gr_autoincrement_parallel_insert.result +share/mysql/test/suite/group_replication/r/gr_autostart_on_install.result +share/mysql/test/suite/group_replication/r/gr_binlog_replay_to_group.result +share/mysql/test/suite/group_replication/r/gr_blob.result +share/mysql/test/suite/group_replication/r/gr_capture.result +share/mysql/test/suite/group_replication/r/gr_certifier_garbage_collection.result +share/mysql/test/suite/group_replication/r/gr_certifier_message_same_member.result +share/mysql/test/suite/group_replication/r/gr_change_master_hidden.result +share/mysql/test/suite/group_replication/r/gr_change_master_hidden_ps_protocol.result +share/mysql/test/suite/group_replication/r/gr_change_master_not_replicated.result +share/mysql/test/suite/group_replication/r/gr_columns_partition_tables.result +share/mysql/test/suite/group_replication/r/gr_command_line_recovery_ssl_validation.result +share/mysql/test/suite/group_replication/r/gr_communication_configuration.result +share/mysql/test/suite/group_replication/r/gr_compatibility_rules.result +share/mysql/test/suite/group_replication/r/gr_compatibility_rules_and_force_lower_version_member.result +share/mysql/test/suite/group_replication/r/gr_compound_statements.result +share/mysql/test/suite/group_replication/r/gr_compression_options.result +share/mysql/test/suite/group_replication/r/gr_concurrent_events_insert_with_select.result +share/mysql/test/suite/group_replication/r/gr_concurrent_uninstall_start.result +share/mysql/test/suite/group_replication/r/gr_concurrent_uninstall_stop.result +share/mysql/test/suite/group_replication/r/gr_core_replication_commands.result +share/mysql/test/suite/group_replication/r/gr_crash_donor_server.result +share/mysql/test/suite/group_replication/r/gr_crash_donor_server_continuously.result +share/mysql/test/suite/group_replication/r/gr_crash_recovery_server.result +share/mysql/test/suite/group_replication/r/gr_crash_safe_master.result +share/mysql/test/suite/group_replication/r/gr_crash_server_id.result +share/mysql/test/suite/group_replication/r/gr_crash_while_dml_and_some_server_recovering.result +share/mysql/test/suite/group_replication/r/gr_crud_sql_service.result +share/mysql/test/suite/group_replication/r/gr_ddl_no_autocommit.result +share/mysql/test/suite/group_replication/r/gr_delayed_view_change_write_local_commit.result +share/mysql/test/suite/group_replication/r/gr_delayed_view_change_write_local_commit_donor_crash.result +share/mysql/test/suite/group_replication/r/gr_delayed_view_change_write_to_binary_log.result +share/mysql/test/suite/group_replication/r/gr_dependent_ddl_dml_same_server.result +share/mysql/test/suite/group_replication/r/gr_disregard_nonunique_key.result +share/mysql/test/suite/group_replication/r/gr_executed_sets_compatibility.result +share/mysql/test/suite/group_replication/r/gr_filters.result +share/mysql/test/suite/group_replication/r/gr_flow_control_options.result +share/mysql/test/suite/group_replication/r/gr_flush_applier_channel.result +share/mysql/test/suite/group_replication/r/gr_flush_logs.result +share/mysql/test/suite/group_replication/r/gr_force_error_on_before_commit_listener.result +share/mysql/test/suite/group_replication/r/gr_force_lower_version_member.result +share/mysql/test/suite/group_replication/r/gr_force_member_expel.result +share/mysql/test/suite/group_replication/r/gr_force_peer_addresses_3_to_2.result +share/mysql/test/suite/group_replication/r/gr_force_peer_addresses_option.result +share/mysql/test/suite/group_replication/r/gr_force_peer_addresses_option_parallel.result +share/mysql/test/suite/group_replication/r/gr_foreign_checks_disabled.result +share/mysql/test/suite/group_replication/r/gr_foreign_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_foreign_key_on_unique_key.result +share/mysql/test/suite/group_replication/r/gr_full_group_shutdown.result +share/mysql/test/suite/group_replication/r/gr_generated_column.result +share/mysql/test/suite/group_replication/r/gr_gno_exhausted.result +share/mysql/test/suite/group_replication/r/gr_group_gtid_initialize_error.result +share/mysql/test/suite/group_replication/r/gr_group_members_change.result +share/mysql/test/suite/group_replication/r/gr_group_name_validation_on_boot.result +share/mysql/test/suite/group_replication/r/gr_gtid_assignment_block_size.result +share/mysql/test/suite/group_replication/r/gr_gtid_assignment_blocks_gaps_in_the_beginning.result +share/mysql/test/suite/group_replication/r/gr_gtid_assignment_blocks_near_gno_exhaustion.result +share/mysql/test/suite/group_replication/r/gr_hash_partition_tables.result +share/mysql/test/suite/group_replication/r/gr_high_prio_rollback.result +share/mysql/test/suite/group_replication/r/gr_high_prio_trx.result +share/mysql/test/suite/group_replication/r/gr_huge_gtid_executed.result +share/mysql/test/suite/group_replication/r/gr_huge_write_set.result +share/mysql/test/suite/group_replication/r/gr_incorrect_group_name_join.result +share/mysql/test/suite/group_replication/r/gr_inject_join_error.result +share/mysql/test/suite/group_replication/r/gr_inject_pipeline_error_local_gtid.result +share/mysql/test/suite/group_replication/r/gr_inject_pipeline_error_remote_gtid.result +share/mysql/test/suite/group_replication/r/gr_invoked_features.result +share/mysql/test/suite/group_replication/r/gr_ip_whitelist_options.result +share/mysql/test/suite/group_replication/r/gr_key_rotation.result +share/mysql/test/suite/group_replication/r/gr_large_view_change_event_size.result +share/mysql/test/suite/group_replication/r/gr_last_conflict_free_transaction.result +share/mysql/test/suite/group_replication/r/gr_list_partition_tables.result +share/mysql/test/suite/group_replication/r/gr_local_applier_error.result +share/mysql/test/suite/group_replication/r/gr_lock_tables_unblock.result +share/mysql/test/suite/group_replication/r/gr_logged_view_change_events.result +share/mysql/test/suite/group_replication/r/gr_lower_version_member.result +share/mysql/test/suite/group_replication/r/gr_majority_failover_while_dml.result +share/mysql/test/suite/group_replication/r/gr_majority_loss_2_to_1.result +share/mysql/test/suite/group_replication/r/gr_majority_loss_5_to_2.result +share/mysql/test/suite/group_replication/r/gr_majority_loss_5_to_2_recovery.result +share/mysql/test/suite/group_replication/r/gr_majority_loss_restart.result +share/mysql/test/suite/group_replication/r/gr_max_group_size.result +share/mysql/test/suite/group_replication/r/gr_member_host_port.result +share/mysql/test/suite/group_replication/r/gr_multi_level_foreign_key.result +share/mysql/test/suite/group_replication/r/gr_multi_primary_foreign_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_multi_primary_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_multi_primary_unique_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_multi_unique_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_multiple_groups_in_group_seeds.result +share/mysql/test/suite/group_replication/r/gr_multiple_groups_with_same_name.result +share/mysql/test/suite/group_replication/r/gr_multiple_version_members.result +share/mysql/test/suite/group_replication/r/gr_negative_certification.result +share/mysql/test/suite/group_replication/r/gr_nullable_unique_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_operation_ignore_super_read_only.result +share/mysql/test/suite/group_replication/r/gr_parallel_applier_indexes.result +share/mysql/test/suite/group_replication/r/gr_parallel_applier_indexes_commit_order.result +share/mysql/test/suite/group_replication/r/gr_parallel_applier_sequential_indexes.result +share/mysql/test/suite/group_replication/r/gr_parallel_insert.result +share/mysql/test/suite/group_replication/r/gr_parallel_inserts_same_server.result +share/mysql/test/suite/group_replication/r/gr_parallel_stop_dml.result +share/mysql/test/suite/group_replication/r/gr_parallel_update.result +share/mysql/test/suite/group_replication/r/gr_parallel_update_same_server.result +share/mysql/test/suite/group_replication/r/gr_partial_trx_in_applier_relay_log.result +share/mysql/test/suite/group_replication/r/gr_perfschema.result +share/mysql/test/suite/group_replication/r/gr_perfschema_connect_status.result +share/mysql/test/suite/group_replication/r/gr_perfschema_group_member_stats.result +share/mysql/test/suite/group_replication/r/gr_perfschema_group_members.result +share/mysql/test/suite/group_replication/r/gr_perfschema_group_members_number.result +share/mysql/test/suite/group_replication/r/gr_perfschema_parallel_applier.result +share/mysql/test/suite/group_replication/r/gr_pipeline_applier_error.result +share/mysql/test/suite/group_replication/r/gr_pipeline_certification_error.result +share/mysql/test/suite/group_replication/r/gr_plugin_components_stop_timeout.result +share/mysql/test/suite/group_replication/r/gr_plugin_reinstall_with_start_on_boot.result +share/mysql/test/suite/group_replication/r/gr_poll_spin_loops.result +share/mysql/test/suite/group_replication/r/gr_prepared_statements.result +share/mysql/test/suite/group_replication/r/gr_prerequisite_variables.result +share/mysql/test/suite/group_replication/r/gr_primary_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_primary_key_conflict_xa.result +share/mysql/test/suite/group_replication/r/gr_provisioning_logical_backup.result +share/mysql/test/suite/group_replication/r/gr_provisioning_mysqldump_backup.result +share/mysql/test/suite/group_replication/r/gr_psi_keys.result +share/mysql/test/suite/group_replication/r/gr_random_view_id_generator.result +share/mysql/test/suite/group_replication/r/gr_range_partition_tables.result +share/mysql/test/suite/group_replication/r/gr_read_committed_isolation.result +share/mysql/test/suite/group_replication/r/gr_read_uncommitted_isolation.result +share/mysql/test/suite/group_replication/r/gr_readmode_on_autostart.result +share/mysql/test/suite/group_replication/r/gr_received_sets_compatibility_member_accepted.result +share/mysql/test/suite/group_replication/r/gr_received_sets_compatibility_member_rejected.result +share/mysql/test/suite/group_replication/r/gr_recovery.result +share/mysql/test/suite/group_replication/r/gr_recovery_change_master.result +share/mysql/test/suite/group_replication/r/gr_recovery_channel.result +share/mysql/test/suite/group_replication/r/gr_recovery_completion_mode.result +share/mysql/test/suite/group_replication/r/gr_recovery_completion_mode_failure.result +share/mysql/test/suite/group_replication/r/gr_recovery_completion_mode_live_switch.result +share/mysql/test/suite/group_replication/r/gr_recovery_completion_mode_option.result +share/mysql/test/suite/group_replication/r/gr_recovery_conflicting_data_failover.result +share/mysql/test/suite/group_replication/r/gr_recovery_conflicting_data_failure.result +share/mysql/test/suite/group_replication/r/gr_recovery_connection_options.result +share/mysql/test/suite/group_replication/r/gr_recovery_donor_failover.result +share/mysql/test/suite/group_replication/r/gr_recovery_donor_retry.result +share/mysql/test/suite/group_replication/r/gr_recovery_double_view_update.result +share/mysql/test/suite/group_replication/r/gr_recovery_fails_to_detect_thread_stop.result +share/mysql/test/suite/group_replication/r/gr_recovery_no_donors.result +share/mysql/test/suite/group_replication/r/gr_recovery_no_more_donors.result +share/mysql/test/suite/group_replication/r/gr_recovery_purged_donor_failover.result +share/mysql/test/suite/group_replication/r/gr_recovery_reconnection_options.result +share/mysql/test/suite/group_replication/r/gr_recovery_single_server.result +share/mysql/test/suite/group_replication/r/gr_recovery_slave_commands.result +share/mysql/test/suite/group_replication/r/gr_recovery_ssl_and_ssl_mode.result +share/mysql/test/suite/group_replication/r/gr_recovery_stop_super_read_only.result +share/mysql/test/suite/group_replication/r/gr_recovery_super_read_only.result +share/mysql/test/suite/group_replication/r/gr_recovery_updates.result +share/mysql/test/suite/group_replication/r/gr_recovery_user_password_nonexistent.result +share/mysql/test/suite/group_replication/r/gr_rejoin_bootstrap.result +share/mysql/test/suite/group_replication/r/gr_rejoin_no_bootstrap.result +share/mysql/test/suite/group_replication/r/gr_relay_log_name_change.result +share/mysql/test/suite/group_replication/r/gr_relay_log_recovery.result +share/mysql/test/suite/group_replication/r/gr_repeatable_read_isolation.result +share/mysql/test/suite/group_replication/r/gr_replicate_group_to_server.result +share/mysql/test/suite/group_replication/r/gr_replicate_server_to_group.result +share/mysql/test/suite/group_replication/r/gr_replicate_server_to_group_conflict.result +share/mysql/test/suite/group_replication/r/gr_reset_master.result +share/mysql/test/suite/group_replication/r/gr_reset_master_before_provisioning.result +share/mysql/test/suite/group_replication/r/gr_reset_slave_channel.result +share/mysql/test/suite/group_replication/r/gr_restart.result +share/mysql/test/suite/group_replication/r/gr_restore_super_read_only.result +share/mysql/test/suite/group_replication/r/gr_row_implicit_commit_binlog.result +share/mysql/test/suite/group_replication/r/gr_runtime_verifications.result +share/mysql/test/suite/group_replication/r/gr_serializable_isolation.result +share/mysql/test/suite/group_replication/r/gr_server_failover_while_dml.result +share/mysql/test/suite/group_replication/r/gr_server_failover_while_dml_on_other.result +share/mysql/test/suite/group_replication/r/gr_server_id_0.result +share/mysql/test/suite/group_replication/r/gr_set_gtid_mode.result +share/mysql/test/suite/group_replication/r/gr_set_gtid_next.result +share/mysql/test/suite/group_replication/r/gr_set_gtid_next_rollback_on_certification.result +share/mysql/test/suite/group_replication/r/gr_set_read_only_before_leave_group.result +share/mysql/test/suite/group_replication/r/gr_set_super_read_only_before_leave_group.result +share/mysql/test/suite/group_replication/r/gr_show_global_and_session_variables.result +share/mysql/test/suite/group_replication/r/gr_show_gr_activity.result +share/mysql/test/suite/group_replication/r/gr_show_slave_hosts.result +share/mysql/test/suite/group_replication/r/gr_show_slave_status_for_channel_recovery.result +share/mysql/test/suite/group_replication/r/gr_single_primary_and_leader_election.result +share/mysql/test/suite/group_replication/r/gr_single_primary_and_leader_election_on_error.result +share/mysql/test/suite/group_replication/r/gr_single_primary_conflict_detection.result +share/mysql/test/suite/group_replication/r/gr_single_primary_majority_loss_1.result +share/mysql/test/suite/group_replication/r/gr_single_primary_majority_loss_2.result +share/mysql/test/suite/group_replication/r/gr_single_primary_member_off_status_check.result +share/mysql/test/suite/group_replication/r/gr_single_primary_member_on_status_check.result +share/mysql/test/suite/group_replication/r/gr_single_primary_mixed_configuration.result +share/mysql/test/suite/group_replication/r/gr_single_primary_mysqlbinlog.result +share/mysql/test/suite/group_replication/r/gr_single_primary_read_write_auto_setting.result +share/mysql/test/suite/group_replication/r/gr_single_primary_ro.result +share/mysql/test/suite/group_replication/r/gr_single_primary_stop.result +share/mysql/test/suite/group_replication/r/gr_single_primary_super_read_at_exit.result +share/mysql/test/suite/group_replication/r/gr_single_primary_var_checks.result +share/mysql/test/suite/group_replication/r/gr_single_primary_with_foreign_key_cascade.result +share/mysql/test/suite/group_replication/r/gr_single_primary_with_transaction_isolation.result +share/mysql/test/suite/group_replication/r/gr_skip_gtid_multiple_servers.result +share/mysql/test/suite/group_replication/r/gr_skip_gtid_remote_server.result +share/mysql/test/suite/group_replication/r/gr_skip_gtid_single_gtid.result +share/mysql/test/suite/group_replication/r/gr_skip_gtid_view_change_event.result +share/mysql/test/suite/group_replication/r/gr_skip_gtid_view_change_full_shutdown.result +share/mysql/test/suite/group_replication/r/gr_skip_performance_schema_dml.result +share/mysql/test/suite/group_replication/r/gr_skip_view_change_event.result +share/mysql/test/suite/group_replication/r/gr_skip_wait_for_view_modification.result +share/mysql/test/suite/group_replication/r/gr_slow_member_garbage_collection.result +share/mysql/test/suite/group_replication/r/gr_ssl.result +share/mysql/test/suite/group_replication/r/gr_ssl_mode.result +share/mysql/test/suite/group_replication/r/gr_ssl_mode_basic.result +share/mysql/test/suite/group_replication/r/gr_ssl_mode_verify_identity_error.result +share/mysql/test/suite/group_replication/r/gr_ssl_options.result +share/mysql/test/suite/group_replication/r/gr_ssl_options2.result +share/mysql/test/suite/group_replication/r/gr_stable_set_on_view_change.result +share/mysql/test/suite/group_replication/r/gr_start_on_boot.result +share/mysql/test/suite/group_replication/r/gr_start_replication_auto.result +share/mysql/test/suite/group_replication/r/gr_start_replication_auto_with_ssl_recovery.result +share/mysql/test/suite/group_replication/r/gr_start_replication_auto_write_protection.result +share/mysql/test/suite/group_replication/r/gr_start_stop_behaviour.result +share/mysql/test/suite/group_replication/r/gr_start_stop_parallel_applier_database.result +share/mysql/test/suite/group_replication/r/gr_start_stop_recovery.result +share/mysql/test/suite/group_replication/r/gr_start_stop_slave_channel.result +share/mysql/test/suite/group_replication/r/gr_start_stop_stress.result +share/mysql/test/suite/group_replication/r/gr_startup_verifications.result +share/mysql/test/suite/group_replication/r/gr_startup_verifications_not_binlog.result +share/mysql/test/suite/group_replication/r/gr_startup_verifications_not_gtid.result +share/mysql/test/suite/group_replication/r/gr_startup_verifications_not_log_slave_updates.result +share/mysql/test/suite/group_replication/r/gr_startup_verifications_not_table_repositories.result +share/mysql/test/suite/group_replication/r/gr_stop_gr_during_dml_01.result +share/mysql/test/suite/group_replication/r/gr_stop_gr_during_dml_02.result +share/mysql/test/suite/group_replication/r/gr_stop_procedure_hang.result +share/mysql/test/suite/group_replication/r/gr_stop_when_unreachable.result +share/mysql/test/suite/group_replication/r/gr_stop_with_gtid_gaps.result +share/mysql/test/suite/group_replication/r/gr_stop_with_gtid_gaps_applier.result +share/mysql/test/suite/group_replication/r/gr_storage_engines.result +share/mysql/test/suite/group_replication/r/gr_super_read_only_version_module.result +share/mysql/test/suite/group_replication/r/gr_table_without_primary_key.result +share/mysql/test/suite/group_replication/r/gr_to_binlogless_slave.result +share/mysql/test/suite/group_replication/r/gr_transaction_compatibility_basics.result +share/mysql/test/suite/group_replication/r/gr_uninstall_install_plugin.result +share/mysql/test/suite/group_replication/r/gr_uninstall_while_disabled.result +share/mysql/test/suite/group_replication/r/gr_unique_key_conflict.result +share/mysql/test/suite/group_replication/r/gr_unique_key_table_requirements.result +share/mysql/test/suite/group_replication/r/gr_user.result +share/mysql/test/suite/group_replication/r/gr_user_admin.result +share/mysql/test/suite/group_replication/r/gr_user_recreation.result +share/mysql/test/suite/group_replication/r/gr_variables_default_values.result +share/mysql/test/suite/group_replication/r/gr_variables_mysqladmin.result +share/mysql/test/suite/group_replication/r/gr_view_change_event_wait_break.result +share/mysql/test/suite/group_replication/r/gr_view_change_order.result +share/mysql/test/suite/group_replication/r/gr_view_changes.result +share/mysql/test/suite/group_replication/r/gr_wait_for_executed_gtid_set_no_timeout.result +share/mysql/test/suite/group_replication/r/gr_wait_for_executed_gtid_set_with_sleep.result +share/mysql/test/suite/group_replication/r/gr_without_perfschema.result +share/mysql/test/suite/group_replication/r/gr_write_set_extraction_algorithm.result +share/mysql/test/suite/group_replication/r/gr_xa.result +share/mysql/test/suite/group_replication/r/group_replication.result +share/mysql/test/suite/group_replication/rpl_1slave_base.cnf +share/mysql/test/suite/group_replication/t/disabled.def +share/mysql/test/suite/group_replication/t/gr_000400_000500_incompatible-master.opt +share/mysql/test/suite/group_replication/t/gr_DML_error.test +share/mysql/test/suite/group_replication/t/gr_abort_query_on_plugin_error.test +share/mysql/test/suite/group_replication/t/gr_abort_query_on_plugin_recovery.test +share/mysql/test/suite/group_replication/t/gr_addmember_during_dml.cnf +share/mysql/test/suite/group_replication/t/gr_addmember_during_dml.test +share/mysql/test/suite/group_replication/t/gr_addmember_insert_on_donor.cnf +share/mysql/test/suite/group_replication/t/gr_addmember_insert_on_donor.test +share/mysql/test/suite/group_replication/t/gr_addmember_insert_on_nondonor.cnf +share/mysql/test/suite/group_replication/t/gr_addmember_insert_on_nondonor.test +share/mysql/test/suite/group_replication/t/gr_applier_early_failure.test +share/mysql/test/suite/group_replication/t/gr_applier_initialization.test +share/mysql/test/suite/group_replication/t/gr_applier_received_set.test +share/mysql/test/suite/group_replication/t/gr_applier_slave_commands.test +share/mysql/test/suite/group_replication/t/gr_applier_thread_error_detection.test +share/mysql/test/suite/group_replication/t/gr_auto_increment_increment-slave.opt +share/mysql/test/suite/group_replication/t/gr_auto_increment_increment.cnf +share/mysql/test/suite/group_replication/t/gr_auto_increment_increment.test +share/mysql/test/suite/group_replication/t/gr_auto_increment_start_stop_parallel.cnf +share/mysql/test/suite/group_replication/t/gr_auto_increment_start_stop_parallel.test +share/mysql/test/suite/group_replication/t/gr_autoincrement_parallel_insert.test +share/mysql/test/suite/group_replication/t/gr_autostart_on_install-slave.opt +share/mysql/test/suite/group_replication/t/gr_autostart_on_install.test +share/mysql/test/suite/group_replication/t/gr_binlog_replay_to_group.cnf +share/mysql/test/suite/group_replication/t/gr_binlog_replay_to_group.test +share/mysql/test/suite/group_replication/t/gr_blob.test +share/mysql/test/suite/group_replication/t/gr_capture.test +share/mysql/test/suite/group_replication/t/gr_certifier_garbage_collection.test +share/mysql/test/suite/group_replication/t/gr_certifier_message_same_member-master.opt +share/mysql/test/suite/group_replication/t/gr_certifier_message_same_member.test +share/mysql/test/suite/group_replication/t/gr_change_master_hidden-master.opt +share/mysql/test/suite/group_replication/t/gr_change_master_hidden.test +share/mysql/test/suite/group_replication/t/gr_change_master_hidden_ps_protocol-master.opt +share/mysql/test/suite/group_replication/t/gr_change_master_hidden_ps_protocol.test +share/mysql/test/suite/group_replication/t/gr_change_master_not_replicated.test +share/mysql/test/suite/group_replication/t/gr_columns_partition_tables.cnf +share/mysql/test/suite/group_replication/t/gr_columns_partition_tables.test +share/mysql/test/suite/group_replication/t/gr_command_line_recovery_ssl_validation-master.opt +share/mysql/test/suite/group_replication/t/gr_command_line_recovery_ssl_validation.test +share/mysql/test/suite/group_replication/t/gr_communication_configuration.test +share/mysql/test/suite/group_replication/t/gr_compatibility_rules.test +share/mysql/test/suite/group_replication/t/gr_compatibility_rules_and_force_lower_version_member.test +share/mysql/test/suite/group_replication/t/gr_compound_statements.test +share/mysql/test/suite/group_replication/t/gr_compression_options-master.opt +share/mysql/test/suite/group_replication/t/gr_compression_options-slave.opt +share/mysql/test/suite/group_replication/t/gr_compression_options.test +share/mysql/test/suite/group_replication/t/gr_concurrent_events_insert_with_select.cnf +share/mysql/test/suite/group_replication/t/gr_concurrent_events_insert_with_select.test +share/mysql/test/suite/group_replication/t/gr_concurrent_uninstall_start.test +share/mysql/test/suite/group_replication/t/gr_concurrent_uninstall_stop.test +share/mysql/test/suite/group_replication/t/gr_core_replication_commands.cnf +share/mysql/test/suite/group_replication/t/gr_core_replication_commands.test +share/mysql/test/suite/group_replication/t/gr_crash_donor_server.cnf +share/mysql/test/suite/group_replication/t/gr_crash_donor_server.test +share/mysql/test/suite/group_replication/t/gr_crash_donor_server_continuously.cnf +share/mysql/test/suite/group_replication/t/gr_crash_donor_server_continuously.test +share/mysql/test/suite/group_replication/t/gr_crash_recovery_server.cnf +share/mysql/test/suite/group_replication/t/gr_crash_recovery_server.test +share/mysql/test/suite/group_replication/t/gr_crash_safe_master-master.opt +share/mysql/test/suite/group_replication/t/gr_crash_safe_master-slave.opt +share/mysql/test/suite/group_replication/t/gr_crash_safe_master.test +share/mysql/test/suite/group_replication/t/gr_crash_server_id.test +share/mysql/test/suite/group_replication/t/gr_crash_while_dml_and_some_server_recovering.cnf +share/mysql/test/suite/group_replication/t/gr_crash_while_dml_and_some_server_recovering.test +share/mysql/test/suite/group_replication/t/gr_crud_sql_service.test +share/mysql/test/suite/group_replication/t/gr_ddl_no_autocommit.test +share/mysql/test/suite/group_replication/t/gr_delayed_view_change_write_local_commit.cnf +share/mysql/test/suite/group_replication/t/gr_delayed_view_change_write_local_commit.test +share/mysql/test/suite/group_replication/t/gr_delayed_view_change_write_local_commit_donor_crash.cnf +share/mysql/test/suite/group_replication/t/gr_delayed_view_change_write_local_commit_donor_crash.test +share/mysql/test/suite/group_replication/t/gr_delayed_view_change_write_to_binary_log-master.opt +share/mysql/test/suite/group_replication/t/gr_delayed_view_change_write_to_binary_log.test +share/mysql/test/suite/group_replication/t/gr_dependent_ddl_dml_same_server.test +share/mysql/test/suite/group_replication/t/gr_disregard_nonunique_key.test +share/mysql/test/suite/group_replication/t/gr_executed_sets_compatibility.cnf +share/mysql/test/suite/group_replication/t/gr_executed_sets_compatibility.test +share/mysql/test/suite/group_replication/t/gr_filters.cnf +share/mysql/test/suite/group_replication/t/gr_filters.test +share/mysql/test/suite/group_replication/t/gr_flow_control_options.test +share/mysql/test/suite/group_replication/t/gr_flush_applier_channel.test +share/mysql/test/suite/group_replication/t/gr_flush_logs-master.opt +share/mysql/test/suite/group_replication/t/gr_flush_logs.test +share/mysql/test/suite/group_replication/t/gr_force_error_on_before_commit_listener.test +share/mysql/test/suite/group_replication/t/gr_force_lower_version_member.test +share/mysql/test/suite/group_replication/t/gr_force_member_expel.cnf +share/mysql/test/suite/group_replication/t/gr_force_member_expel.test +share/mysql/test/suite/group_replication/t/gr_force_peer_addresses_3_to_2.cnf +share/mysql/test/suite/group_replication/t/gr_force_peer_addresses_3_to_2.test +share/mysql/test/suite/group_replication/t/gr_force_peer_addresses_option.test +share/mysql/test/suite/group_replication/t/gr_force_peer_addresses_option_parallel.test +share/mysql/test/suite/group_replication/t/gr_foreign_checks_disabled.test +share/mysql/test/suite/group_replication/t/gr_foreign_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_foreign_key_on_unique_key.test +share/mysql/test/suite/group_replication/t/gr_full_group_shutdown.cnf +share/mysql/test/suite/group_replication/t/gr_full_group_shutdown.test +share/mysql/test/suite/group_replication/t/gr_generated_column.test +share/mysql/test/suite/group_replication/t/gr_gno_exhausted.test +share/mysql/test/suite/group_replication/t/gr_group_gtid_initialize_error-slave.opt +share/mysql/test/suite/group_replication/t/gr_group_gtid_initialize_error.test +share/mysql/test/suite/group_replication/t/gr_group_members_change.cnf +share/mysql/test/suite/group_replication/t/gr_group_members_change.test +share/mysql/test/suite/group_replication/t/gr_group_name_validation_on_boot-master.opt +share/mysql/test/suite/group_replication/t/gr_group_name_validation_on_boot.test +share/mysql/test/suite/group_replication/t/gr_gtid_assignment_block_size-slave.opt +share/mysql/test/suite/group_replication/t/gr_gtid_assignment_block_size.test +share/mysql/test/suite/group_replication/t/gr_gtid_assignment_blocks_gaps_in_the_beginning-master.opt +share/mysql/test/suite/group_replication/t/gr_gtid_assignment_blocks_gaps_in_the_beginning-slave.opt +share/mysql/test/suite/group_replication/t/gr_gtid_assignment_blocks_gaps_in_the_beginning.test +share/mysql/test/suite/group_replication/t/gr_gtid_assignment_blocks_near_gno_exhaustion.test +share/mysql/test/suite/group_replication/t/gr_hash_partition_tables.cnf +share/mysql/test/suite/group_replication/t/gr_hash_partition_tables.test +share/mysql/test/suite/group_replication/t/gr_heartbeat-master.opt +share/mysql/test/suite/group_replication/t/gr_high_prio_rollback.test +share/mysql/test/suite/group_replication/t/gr_high_prio_trx.test +share/mysql/test/suite/group_replication/t/gr_huge_gtid_executed.test +share/mysql/test/suite/group_replication/t/gr_huge_write_set.test +share/mysql/test/suite/group_replication/t/gr_incorrect_group_name_join.test +share/mysql/test/suite/group_replication/t/gr_inject_join_error.test +share/mysql/test/suite/group_replication/t/gr_inject_pipeline_error_local_gtid.test +share/mysql/test/suite/group_replication/t/gr_inject_pipeline_error_remote_gtid.test +share/mysql/test/suite/group_replication/t/gr_invoked_features.test +share/mysql/test/suite/group_replication/t/gr_ip_whitelist_options-master.opt +share/mysql/test/suite/group_replication/t/gr_ip_whitelist_options-slave.opt +share/mysql/test/suite/group_replication/t/gr_ip_whitelist_options.test +share/mysql/test/suite/group_replication/t/gr_key_rotation.test +share/mysql/test/suite/group_replication/t/gr_large_view_change_event_size.cnf +share/mysql/test/suite/group_replication/t/gr_large_view_change_event_size.test +share/mysql/test/suite/group_replication/t/gr_last_conflict_free_transaction.test +share/mysql/test/suite/group_replication/t/gr_list_partition_tables.cnf +share/mysql/test/suite/group_replication/t/gr_list_partition_tables.test +share/mysql/test/suite/group_replication/t/gr_local_applier_error.test +share/mysql/test/suite/group_replication/t/gr_lock_tables_unblock.test +share/mysql/test/suite/group_replication/t/gr_logged_view_change_events.cnf +share/mysql/test/suite/group_replication/t/gr_logged_view_change_events.test +share/mysql/test/suite/group_replication/t/gr_lower_version_member.test +share/mysql/test/suite/group_replication/t/gr_majority_failover_while_dml.test +share/mysql/test/suite/group_replication/t/gr_majority_loss_2_to_1.test +share/mysql/test/suite/group_replication/t/gr_majority_loss_5_to_2.cnf +share/mysql/test/suite/group_replication/t/gr_majority_loss_5_to_2.test +share/mysql/test/suite/group_replication/t/gr_majority_loss_5_to_2_recovery.cnf +share/mysql/test/suite/group_replication/t/gr_majority_loss_5_to_2_recovery.test +share/mysql/test/suite/group_replication/t/gr_majority_loss_restart.test +share/mysql/test/suite/group_replication/t/gr_max_group_size.test +share/mysql/test/suite/group_replication/t/gr_member_host_port.test +share/mysql/test/suite/group_replication/t/gr_multi_level_foreign_key.test +share/mysql/test/suite/group_replication/t/gr_multi_primary_foreign_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_multi_primary_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_multi_primary_unique_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_multi_unique_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_multiple_groups_in_group_seeds.cnf +share/mysql/test/suite/group_replication/t/gr_multiple_groups_in_group_seeds.test +share/mysql/test/suite/group_replication/t/gr_multiple_groups_with_same_name.cnf +share/mysql/test/suite/group_replication/t/gr_multiple_groups_with_same_name.test +share/mysql/test/suite/group_replication/t/gr_multiple_version_members.cnf +share/mysql/test/suite/group_replication/t/gr_multiple_version_members.test +share/mysql/test/suite/group_replication/t/gr_negative_certification.test +share/mysql/test/suite/group_replication/t/gr_nullable_unique_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_operation_ignore_super_read_only.test +share/mysql/test/suite/group_replication/t/gr_parallel_applier_indexes.cnf +share/mysql/test/suite/group_replication/t/gr_parallel_applier_indexes.test +share/mysql/test/suite/group_replication/t/gr_parallel_applier_indexes_commit_order.cnf +share/mysql/test/suite/group_replication/t/gr_parallel_applier_indexes_commit_order.test +share/mysql/test/suite/group_replication/t/gr_parallel_applier_sequential_indexes.cnf +share/mysql/test/suite/group_replication/t/gr_parallel_applier_sequential_indexes.test +share/mysql/test/suite/group_replication/t/gr_parallel_insert.test +share/mysql/test/suite/group_replication/t/gr_parallel_inserts_same_server.test +share/mysql/test/suite/group_replication/t/gr_parallel_stop_dml.test +share/mysql/test/suite/group_replication/t/gr_parallel_update.test +share/mysql/test/suite/group_replication/t/gr_parallel_update_same_server.test +share/mysql/test/suite/group_replication/t/gr_partial_trx_in_applier_relay_log.cnf +share/mysql/test/suite/group_replication/t/gr_partial_trx_in_applier_relay_log.test +share/mysql/test/suite/group_replication/t/gr_perfschema-master.opt +share/mysql/test/suite/group_replication/t/gr_perfschema-slave.opt +share/mysql/test/suite/group_replication/t/gr_perfschema.test +share/mysql/test/suite/group_replication/t/gr_perfschema_connect_status-master.opt +share/mysql/test/suite/group_replication/t/gr_perfschema_connect_status-slave.opt +share/mysql/test/suite/group_replication/t/gr_perfschema_connect_status.test +share/mysql/test/suite/group_replication/t/gr_perfschema_group_member_stats.test +share/mysql/test/suite/group_replication/t/gr_perfschema_group_members-master.opt +share/mysql/test/suite/group_replication/t/gr_perfschema_group_members.test +share/mysql/test/suite/group_replication/t/gr_perfschema_group_members_number.cnf +share/mysql/test/suite/group_replication/t/gr_perfschema_group_members_number.test +share/mysql/test/suite/group_replication/t/gr_perfschema_parallel_applier-master.opt +share/mysql/test/suite/group_replication/t/gr_perfschema_parallel_applier-slave.opt +share/mysql/test/suite/group_replication/t/gr_perfschema_parallel_applier.test +share/mysql/test/suite/group_replication/t/gr_pipeline_applier_error.test +share/mysql/test/suite/group_replication/t/gr_pipeline_certification_error.test +share/mysql/test/suite/group_replication/t/gr_plugin_components_stop_timeout.test +share/mysql/test/suite/group_replication/t/gr_plugin_reinstall_with_start_on_boot-slave.opt +share/mysql/test/suite/group_replication/t/gr_plugin_reinstall_with_start_on_boot.test +share/mysql/test/suite/group_replication/t/gr_poll_spin_loops.test +share/mysql/test/suite/group_replication/t/gr_prepared_statements.test +share/mysql/test/suite/group_replication/t/gr_prerequisite_variables.test +share/mysql/test/suite/group_replication/t/gr_primary_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_primary_key_conflict_xa.test +share/mysql/test/suite/group_replication/t/gr_provisioning_logical_backup.cnf +share/mysql/test/suite/group_replication/t/gr_provisioning_logical_backup.test +share/mysql/test/suite/group_replication/t/gr_provisioning_mysqldump_backup.cnf +share/mysql/test/suite/group_replication/t/gr_provisioning_mysqldump_backup.test +share/mysql/test/suite/group_replication/t/gr_psi_keys.test +share/mysql/test/suite/group_replication/t/gr_random_view_id_generator-master.opt +share/mysql/test/suite/group_replication/t/gr_random_view_id_generator.test +share/mysql/test/suite/group_replication/t/gr_range_partition_tables.cnf +share/mysql/test/suite/group_replication/t/gr_range_partition_tables.test +share/mysql/test/suite/group_replication/t/gr_read_committed_isolation.test +share/mysql/test/suite/group_replication/t/gr_read_uncommitted_isolation.test +share/mysql/test/suite/group_replication/t/gr_readmode_on_autostart-slave.opt +share/mysql/test/suite/group_replication/t/gr_readmode_on_autostart.test +share/mysql/test/suite/group_replication/t/gr_received_sets_compatibility.cnf +share/mysql/test/suite/group_replication/t/gr_received_sets_compatibility_member_accepted.cnf +share/mysql/test/suite/group_replication/t/gr_received_sets_compatibility_member_accepted.test +share/mysql/test/suite/group_replication/t/gr_received_sets_compatibility_member_rejected.cnf +share/mysql/test/suite/group_replication/t/gr_received_sets_compatibility_member_rejected.test +share/mysql/test/suite/group_replication/t/gr_recovery.cnf +share/mysql/test/suite/group_replication/t/gr_recovery.test +share/mysql/test/suite/group_replication/t/gr_recovery_change_master-master.opt +share/mysql/test/suite/group_replication/t/gr_recovery_change_master.test +share/mysql/test/suite/group_replication/t/gr_recovery_channel-master.opt +share/mysql/test/suite/group_replication/t/gr_recovery_channel.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_channel.test +share/mysql/test/suite/group_replication/t/gr_recovery_completion_mode.test +share/mysql/test/suite/group_replication/t/gr_recovery_completion_mode_failure.test +share/mysql/test/suite/group_replication/t/gr_recovery_completion_mode_live_switch.test +share/mysql/test/suite/group_replication/t/gr_recovery_completion_mode_option.test +share/mysql/test/suite/group_replication/t/gr_recovery_conflicting_data_failover.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_conflicting_data_failover.test +share/mysql/test/suite/group_replication/t/gr_recovery_conflicting_data_failure.test +share/mysql/test/suite/group_replication/t/gr_recovery_connection_options.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_connection_options.test +share/mysql/test/suite/group_replication/t/gr_recovery_donor_failover.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_donor_failover.test +share/mysql/test/suite/group_replication/t/gr_recovery_donor_retry-slave.opt +share/mysql/test/suite/group_replication/t/gr_recovery_donor_retry.test +share/mysql/test/suite/group_replication/t/gr_recovery_double_view_update.test +share/mysql/test/suite/group_replication/t/gr_recovery_fails_to_detect_thread_stop.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_fails_to_detect_thread_stop.test +share/mysql/test/suite/group_replication/t/gr_recovery_no_donors.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_no_donors.test +share/mysql/test/suite/group_replication/t/gr_recovery_no_more_donors.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_no_more_donors.test +share/mysql/test/suite/group_replication/t/gr_recovery_purged_donor_failover.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_purged_donor_failover.test +share/mysql/test/suite/group_replication/t/gr_recovery_reconnection_options.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_reconnection_options.test +share/mysql/test/suite/group_replication/t/gr_recovery_single_server.test +share/mysql/test/suite/group_replication/t/gr_recovery_slave_commands.test +share/mysql/test/suite/group_replication/t/gr_recovery_ssl_and_ssl_mode-master.opt +share/mysql/test/suite/group_replication/t/gr_recovery_ssl_and_ssl_mode-slave.opt +share/mysql/test/suite/group_replication/t/gr_recovery_ssl_and_ssl_mode.test +share/mysql/test/suite/group_replication/t/gr_recovery_stop_super_read_only.test +share/mysql/test/suite/group_replication/t/gr_recovery_super_read_only.test +share/mysql/test/suite/group_replication/t/gr_recovery_updates.cnf +share/mysql/test/suite/group_replication/t/gr_recovery_updates.test +share/mysql/test/suite/group_replication/t/gr_recovery_user_password_nonexistent.test +share/mysql/test/suite/group_replication/t/gr_rejoin_bootstrap.test +share/mysql/test/suite/group_replication/t/gr_rejoin_no_bootstrap.test +share/mysql/test/suite/group_replication/t/gr_relay_log_name_change.test +share/mysql/test/suite/group_replication/t/gr_relay_log_recovery.test +share/mysql/test/suite/group_replication/t/gr_repeatable_read_isolation.test +share/mysql/test/suite/group_replication/t/gr_replicate_group_to_server.cnf +share/mysql/test/suite/group_replication/t/gr_replicate_group_to_server.test +share/mysql/test/suite/group_replication/t/gr_replicate_server_to_group.cnf +share/mysql/test/suite/group_replication/t/gr_replicate_server_to_group.test +share/mysql/test/suite/group_replication/t/gr_replicate_server_to_group_conflict.cnf +share/mysql/test/suite/group_replication/t/gr_replicate_server_to_group_conflict.test +share/mysql/test/suite/group_replication/t/gr_reset_master-master.opt +share/mysql/test/suite/group_replication/t/gr_reset_master.test +share/mysql/test/suite/group_replication/t/gr_reset_master_before_provisioning.test +share/mysql/test/suite/group_replication/t/gr_reset_slave_channel-master.opt +share/mysql/test/suite/group_replication/t/gr_reset_slave_channel-slave.opt +share/mysql/test/suite/group_replication/t/gr_reset_slave_channel.cnf +share/mysql/test/suite/group_replication/t/gr_reset_slave_channel.test +share/mysql/test/suite/group_replication/t/gr_restart-master.opt +share/mysql/test/suite/group_replication/t/gr_restart.test +share/mysql/test/suite/group_replication/t/gr_restore_super_read_only.test +share/mysql/test/suite/group_replication/t/gr_row_implicit_commit_binlog.test +share/mysql/test/suite/group_replication/t/gr_runtime_verifications.test +share/mysql/test/suite/group_replication/t/gr_serializable_isolation.test +share/mysql/test/suite/group_replication/t/gr_server_failover_while_dml.cnf +share/mysql/test/suite/group_replication/t/gr_server_failover_while_dml.test +share/mysql/test/suite/group_replication/t/gr_server_failover_while_dml_on_other.cnf +share/mysql/test/suite/group_replication/t/gr_server_failover_while_dml_on_other.test +share/mysql/test/suite/group_replication/t/gr_server_id_0.test +share/mysql/test/suite/group_replication/t/gr_set_gtid_mode.test +share/mysql/test/suite/group_replication/t/gr_set_gtid_next.test +share/mysql/test/suite/group_replication/t/gr_set_gtid_next_rollback_on_certification.test +share/mysql/test/suite/group_replication/t/gr_set_read_only_before_leave_group.test +share/mysql/test/suite/group_replication/t/gr_set_super_read_only_before_leave_group.test +share/mysql/test/suite/group_replication/t/gr_show_global_and_session_variables.test +share/mysql/test/suite/group_replication/t/gr_show_gr_activity.test +share/mysql/test/suite/group_replication/t/gr_show_slave_hosts.test +share/mysql/test/suite/group_replication/t/gr_show_slave_status_for_channel_recovery.test +share/mysql/test/suite/group_replication/t/gr_single_primary_and_leader_election.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_and_leader_election.test +share/mysql/test/suite/group_replication/t/gr_single_primary_and_leader_election_on_error.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_and_leader_election_on_error.test +share/mysql/test/suite/group_replication/t/gr_single_primary_conflict_detection.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_conflict_detection.test +share/mysql/test/suite/group_replication/t/gr_single_primary_majority_loss_1.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_majority_loss_1.test +share/mysql/test/suite/group_replication/t/gr_single_primary_majority_loss_2.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_majority_loss_2.test +share/mysql/test/suite/group_replication/t/gr_single_primary_member_off_status_check.test +share/mysql/test/suite/group_replication/t/gr_single_primary_member_on_status_check.test +share/mysql/test/suite/group_replication/t/gr_single_primary_mixed_configuration.test +share/mysql/test/suite/group_replication/t/gr_single_primary_mysqlbinlog.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_mysqlbinlog.test +share/mysql/test/suite/group_replication/t/gr_single_primary_read_write_auto_setting.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_read_write_auto_setting.test +share/mysql/test/suite/group_replication/t/gr_single_primary_ro.test +share/mysql/test/suite/group_replication/t/gr_single_primary_stop.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_stop.test +share/mysql/test/suite/group_replication/t/gr_single_primary_super_read_at_exit.test +share/mysql/test/suite/group_replication/t/gr_single_primary_var_checks.test +share/mysql/test/suite/group_replication/t/gr_single_primary_with_foreign_key_cascade.test +share/mysql/test/suite/group_replication/t/gr_single_primary_with_transaction_isolation.test +share/mysql/test/suite/group_replication/t/gr_skip_gtid_multiple_servers.test +share/mysql/test/suite/group_replication/t/gr_skip_gtid_remote_server.test +share/mysql/test/suite/group_replication/t/gr_skip_gtid_single_gtid.test +share/mysql/test/suite/group_replication/t/gr_skip_gtid_view_change_event.test +share/mysql/test/suite/group_replication/t/gr_skip_gtid_view_change_full_shutdown.test +share/mysql/test/suite/group_replication/t/gr_skip_performance_schema_dml.test +share/mysql/test/suite/group_replication/t/gr_skip_view_change_event.cnf +share/mysql/test/suite/group_replication/t/gr_skip_view_change_event.test +share/mysql/test/suite/group_replication/t/gr_skip_wait_for_view_modification.test +share/mysql/test/suite/group_replication/t/gr_slow_member_garbage_collection.test +share/mysql/test/suite/group_replication/t/gr_ssl.test +share/mysql/test/suite/group_replication/t/gr_ssl_mode-master.opt +share/mysql/test/suite/group_replication/t/gr_ssl_mode-slave.opt +share/mysql/test/suite/group_replication/t/gr_ssl_mode.test +share/mysql/test/suite/group_replication/t/gr_ssl_mode_basic.test +share/mysql/test/suite/group_replication/t/gr_ssl_mode_verify_identity_error-master.opt +share/mysql/test/suite/group_replication/t/gr_ssl_mode_verify_identity_error-slave.opt +share/mysql/test/suite/group_replication/t/gr_ssl_mode_verify_identity_error.test +share/mysql/test/suite/group_replication/t/gr_ssl_options-master.opt +share/mysql/test/suite/group_replication/t/gr_ssl_options.test +share/mysql/test/suite/group_replication/t/gr_ssl_options2-master.opt +share/mysql/test/suite/group_replication/t/gr_ssl_options2.test +share/mysql/test/suite/group_replication/t/gr_stable_set_on_view_change.test +share/mysql/test/suite/group_replication/t/gr_start_on_boot-master.opt +share/mysql/test/suite/group_replication/t/gr_start_on_boot.test +share/mysql/test/suite/group_replication/t/gr_start_replication_auto-master.opt +share/mysql/test/suite/group_replication/t/gr_start_replication_auto.test +share/mysql/test/suite/group_replication/t/gr_start_replication_auto_with_ssl_recovery-master.opt +share/mysql/test/suite/group_replication/t/gr_start_replication_auto_with_ssl_recovery.test +share/mysql/test/suite/group_replication/t/gr_start_replication_auto_write_protection.test +share/mysql/test/suite/group_replication/t/gr_start_stop_behaviour.test +share/mysql/test/suite/group_replication/t/gr_start_stop_parallel_applier_database.test +share/mysql/test/suite/group_replication/t/gr_start_stop_recovery.test +share/mysql/test/suite/group_replication/t/gr_start_stop_slave_channel.cnf +share/mysql/test/suite/group_replication/t/gr_start_stop_slave_channel.test +share/mysql/test/suite/group_replication/t/gr_start_stop_stress.cnf +share/mysql/test/suite/group_replication/t/gr_start_stop_stress.test +share/mysql/test/suite/group_replication/t/gr_startup_verifications.test +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_binlog-master.opt +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_binlog-slave.opt +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_binlog.test +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_gtid-master.opt +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_gtid.test +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_log_slave_updates-master.opt +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_log_slave_updates.test +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_table_repositories.cnf +share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_table_repositories.test +share/mysql/test/suite/group_replication/t/gr_stop_gr_during_dml_01.cnf +share/mysql/test/suite/group_replication/t/gr_stop_gr_during_dml_01.test +share/mysql/test/suite/group_replication/t/gr_stop_gr_during_dml_02.cnf +share/mysql/test/suite/group_replication/t/gr_stop_gr_during_dml_02.test +share/mysql/test/suite/group_replication/t/gr_stop_procedure_hang.test +share/mysql/test/suite/group_replication/t/gr_stop_when_unreachable.cnf +share/mysql/test/suite/group_replication/t/gr_stop_when_unreachable.test +share/mysql/test/suite/group_replication/t/gr_stop_with_gtid_gaps.test +share/mysql/test/suite/group_replication/t/gr_stop_with_gtid_gaps_applier.test +share/mysql/test/suite/group_replication/t/gr_storage_engines.test +share/mysql/test/suite/group_replication/t/gr_super_read_only_version_module.cnf +share/mysql/test/suite/group_replication/t/gr_super_read_only_version_module.test +share/mysql/test/suite/group_replication/t/gr_table_without_primary_key.test +share/mysql/test/suite/group_replication/t/gr_to_binlogless_slave.cnf +share/mysql/test/suite/group_replication/t/gr_to_binlogless_slave.test +share/mysql/test/suite/group_replication/t/gr_transaction_compatibility_basics-slave.opt +share/mysql/test/suite/group_replication/t/gr_transaction_compatibility_basics.test +share/mysql/test/suite/group_replication/t/gr_uninstall_install_plugin.test +share/mysql/test/suite/group_replication/t/gr_uninstall_while_disabled-master.opt +share/mysql/test/suite/group_replication/t/gr_uninstall_while_disabled.test +share/mysql/test/suite/group_replication/t/gr_unique_key_conflict.test +share/mysql/test/suite/group_replication/t/gr_unique_key_table_requirements.test +share/mysql/test/suite/group_replication/t/gr_user-master.opt +share/mysql/test/suite/group_replication/t/gr_user.test +share/mysql/test/suite/group_replication/t/gr_user_admin.test +share/mysql/test/suite/group_replication/t/gr_user_recreation.test +share/mysql/test/suite/group_replication/t/gr_variables_default_values.test +share/mysql/test/suite/group_replication/t/gr_variables_mysqladmin.test +share/mysql/test/suite/group_replication/t/gr_view_change_event_wait_break.test +share/mysql/test/suite/group_replication/t/gr_view_change_order.test +share/mysql/test/suite/group_replication/t/gr_view_changes.cnf +share/mysql/test/suite/group_replication/t/gr_view_changes.test +share/mysql/test/suite/group_replication/t/gr_wait_for_executed_gtid_set_no_timeout.test +share/mysql/test/suite/group_replication/t/gr_wait_for_executed_gtid_set_with_sleep.test +share/mysql/test/suite/group_replication/t/gr_without_perfschema.cnf +share/mysql/test/suite/group_replication/t/gr_without_perfschema.test +share/mysql/test/suite/group_replication/t/gr_write_set_extraction_algorithm-slave.opt +share/mysql/test/suite/group_replication/t/gr_write_set_extraction_algorithm.test +share/mysql/test/suite/group_replication/t/gr_xa.test +share/mysql/test/suite/group_replication/t/group_replication.test +share/mysql/test/suite/group_replication/t/suite.opt share/mysql/test/suite/innodb/include/alter_table_pk_no_sort.inc share/mysql/test/suite/innodb/include/check_pfs_mem_other_is_zero.inc share/mysql/test/suite/innodb/include/checksum_not_strict.inc @@ -3972,6 +4754,7 @@ share/mysql/test/suite/innodb/include/de share/mysql/test/suite/innodb/include/default_row_format_tablespace.inc share/mysql/test/suite/innodb/include/drop_workload_itt.inc share/mysql/test/suite/innodb/include/import.inc +share/mysql/test/suite/innodb/include/innodb-multiple-tablespaces-cleanup.inc share/mysql/test/suite/innodb/include/innodb_bulk_create_index.inc share/mysql/test/suite/innodb/include/innodb_bulk_create_index_debug.inc share/mysql/test/suite/innodb/include/innodb_dict.inc @@ -4006,6 +4789,7 @@ share/mysql/test/suite/innodb/r/alter_ta share/mysql/test/suite/innodb/r/alter_table_stage_progress.result share/mysql/test/suite/innodb/r/analyze_table.result share/mysql/test/suite/innodb/r/attachable_trx.result +share/mysql/test/suite/innodb/r/autoinc_debug.result share/mysql/test/suite/innodb/r/blob-crash-16k.result share/mysql/test/suite/innodb/r/blob-crash-4k.result share/mysql/test/suite/innodb/r/blob-crash.result @@ -4054,7 +4838,9 @@ share/mysql/test/suite/innodb/r/high_pri share/mysql/test/suite/innodb/r/high_prio_trx_7.result share/mysql/test/suite/innodb/r/high_prio_trx_commit_crash.result share/mysql/test/suite/innodb/r/high_prio_trx_debug.result +share/mysql/test/suite/innodb/r/high_prio_trx_fk.result share/mysql/test/suite/innodb/r/high_prio_trx_rpl.result +share/mysql/test/suite/innodb/r/i_s_files_debug.result share/mysql/test/suite/innodb/r/import.result share/mysql/test/suite/innodb/r/import_export_4k.result share/mysql/test/suite/innodb/r/import_update_stats.result @@ -4233,6 +5019,7 @@ share/mysql/test/suite/innodb/r/innodb_s share/mysql/test/suite/innodb/r/innodb_stats_auto_recalc_on_nonexistent.result share/mysql/test/suite/innodb/r/innodb_stats_create_on_corrupted.result share/mysql/test/suite/innodb/r/innodb_stats_create_table.result +share/mysql/test/suite/innodb/r/innodb_stats_del_mark.result share/mysql/test/suite/innodb/r/innodb_stats_drop_locked.result share/mysql/test/suite/innodb/r/innodb_stats_external_pages.result share/mysql/test/suite/innodb/r/innodb_stats_fetch.result @@ -4341,6 +5128,7 @@ share/mysql/test/suite/innodb/t/alter_ta share/mysql/test/suite/innodb/t/alter_table_stage_progress.test share/mysql/test/suite/innodb/t/analyze_table.test share/mysql/test/suite/innodb/t/attachable_trx.test +share/mysql/test/suite/innodb/t/autoinc_debug.test share/mysql/test/suite/innodb/t/blob-crash-16k.test share/mysql/test/suite/innodb/t/blob-crash-4k.test share/mysql/test/suite/innodb/t/blob-crash.test @@ -4397,7 +5185,9 @@ share/mysql/test/suite/innodb/t/high_pri share/mysql/test/suite/innodb/t/high_prio_trx_7.test share/mysql/test/suite/innodb/t/high_prio_trx_commit_crash.test share/mysql/test/suite/innodb/t/high_prio_trx_debug.test +share/mysql/test/suite/innodb/t/high_prio_trx_fk.test share/mysql/test/suite/innodb/t/high_prio_trx_rpl.test +share/mysql/test/suite/innodb/t/i_s_files_debug.test share/mysql/test/suite/innodb/t/import.test share/mysql/test/suite/innodb/t/import_export_4k.test share/mysql/test/suite/innodb/t/import_update_stats.test @@ -4617,6 +5407,8 @@ share/mysql/test/suite/innodb/t/innodb_s share/mysql/test/suite/innodb/t/innodb_stats_auto_recalc_on_nonexistent.test share/mysql/test/suite/innodb/t/innodb_stats_create_on_corrupted.test share/mysql/test/suite/innodb/t/innodb_stats_create_table.test +share/mysql/test/suite/innodb/t/innodb_stats_del_mark-master.opt +share/mysql/test/suite/innodb/t/innodb_stats_del_mark.test share/mysql/test/suite/innodb/t/innodb_stats_drop_locked.test share/mysql/test/suite/innodb/t/innodb_stats_external_pages.test share/mysql/test/suite/innodb/t/innodb_stats_fetch.test @@ -8396,6 +9188,7 @@ share/mysql/test/suite/rpl/r/rpl_binlog_ share/mysql/test/suite/rpl/r/rpl_binlog_index.result share/mysql/test/suite/rpl/r/rpl_binlog_invalid_event.result share/mysql/test/suite/rpl/r/rpl_binlog_json.result +share/mysql/test/suite/rpl/r/rpl_binlog_sender_fseek.result share/mysql/test/suite/rpl/r/rpl_bit.result share/mysql/test/suite/rpl/r/rpl_bit_npk.result share/mysql/test/suite/rpl/r/rpl_blackhole.result @@ -8483,11 +9276,9 @@ share/mysql/test/suite/rpl/r/rpl_gis_geo share/mysql/test/suite/rpl/r/rpl_grant.result share/mysql/test/suite/rpl/r/rpl_grant_plugin.result share/mysql/test/suite/rpl/r/rpl_group_commit_deadlock.result +share/mysql/test/suite/rpl/r/rpl_group_commit_update_commit_group.result share/mysql/test/suite/rpl/r/rpl_group_replication_commands.result share/mysql/test/suite/rpl/r/rpl_group_replication_start_stop_gr_error.result -share/mysql/test/suite/rpl/r/rpl_group_replication_user.result -share/mysql/test/suite/rpl/r/rpl_group_replication_wait_for_executed_gtid_set_no_timeout.result -share/mysql/test/suite/rpl/r/rpl_group_replication_wait_for_executed_gtid_set_with_sleep.result share/mysql/test/suite/rpl/r/rpl_gtid_binary_log_as_relay_log.result share/mysql/test/suite/rpl/r/rpl_gtid_create_select.result share/mysql/test/suite/rpl/r/rpl_gtid_delete_memory_table_after_start_server.result @@ -9009,6 +9800,7 @@ share/mysql/test/suite/rpl/t/rpl_binlog_ share/mysql/test/suite/rpl/t/rpl_binlog_invalid_event-master.opt share/mysql/test/suite/rpl/t/rpl_binlog_invalid_event.test share/mysql/test/suite/rpl/t/rpl_binlog_json.test +share/mysql/test/suite/rpl/t/rpl_binlog_sender_fseek.test share/mysql/test/suite/rpl/t/rpl_bit.test share/mysql/test/suite/rpl/t/rpl_bit_npk.test share/mysql/test/suite/rpl/t/rpl_blackhole.test @@ -9138,12 +9930,10 @@ share/mysql/test/suite/rpl/t/rpl_grant_p share/mysql/test/suite/rpl/t/rpl_grant_plugin.test share/mysql/test/suite/rpl/t/rpl_group_commit_deadlock-master.opt share/mysql/test/suite/rpl/t/rpl_group_commit_deadlock.test +share/mysql/test/suite/rpl/t/rpl_group_commit_update_commit_group.test share/mysql/test/suite/rpl/t/rpl_group_replication_commands.test share/mysql/test/suite/rpl/t/rpl_group_replication_start_stop_gr_error-master.opt share/mysql/test/suite/rpl/t/rpl_group_replication_start_stop_gr_error.test -share/mysql/test/suite/rpl/t/rpl_group_replication_user.test -share/mysql/test/suite/rpl/t/rpl_group_replication_wait_for_executed_gtid_set_no_timeout.test -share/mysql/test/suite/rpl/t/rpl_group_replication_wait_for_executed_gtid_set_with_sleep.test share/mysql/test/suite/rpl/t/rpl_gtid_binary_log_as_relay_log.test share/mysql/test/suite/rpl/t/rpl_gtid_create_select.test share/mysql/test/suite/rpl/t/rpl_gtid_delete_memory_table_after_start_server.test @@ -10272,6 +11062,7 @@ share/mysql/test/suite/sys_vars/r/innodb share/mysql/test/suite/sys_vars/r/innodb_sort_buffer_size_basic.result share/mysql/test/suite/sys_vars/r/innodb_spin_wait_delay_basic.result share/mysql/test/suite/sys_vars/r/innodb_stats_auto_recalc_basic.result +share/mysql/test/suite/sys_vars/r/innodb_stats_include_delete_marked_basic.result share/mysql/test/suite/sys_vars/r/innodb_stats_method_basic.result share/mysql/test/suite/sys_vars/r/innodb_stats_on_metadata_basic.result share/mysql/test/suite/sys_vars/r/innodb_stats_persistent_basic.result @@ -10934,6 +11725,7 @@ share/mysql/test/suite/sys_vars/t/innodb share/mysql/test/suite/sys_vars/t/innodb_monitor_enable_basic.test share/mysql/test/suite/sys_vars/t/innodb_monitor_reset_all_basic.test share/mysql/test/suite/sys_vars/t/innodb_monitor_reset_basic.test +share/mysql/test/suite/sys_vars/t/innodb_numa_interleave_basic-master.opt share/mysql/test/suite/sys_vars/t/innodb_numa_interleave_basic.test share/mysql/test/suite/sys_vars/t/innodb_old_blocks_pct_basic.test share/mysql/test/suite/sys_vars/t/innodb_old_blocks_time_basic.test @@ -10961,6 +11753,7 @@ share/mysql/test/suite/sys_vars/t/innodb share/mysql/test/suite/sys_vars/t/innodb_sort_buffer_size_basic.test share/mysql/test/suite/sys_vars/t/innodb_spin_wait_delay_basic.test share/mysql/test/suite/sys_vars/t/innodb_stats_auto_recalc_basic.test +share/mysql/test/suite/sys_vars/t/innodb_stats_include_delete_marked_basic.test share/mysql/test/suite/sys_vars/t/innodb_stats_method_basic.test share/mysql/test/suite/sys_vars/t/innodb_stats_on_metadata_basic.test share/mysql/test/suite/sys_vars/t/innodb_stats_persistent_basic.test @@ -11714,13 +12507,18 @@ share/mysql/test/suite/test_services/t/t share/mysql/test/suite/test_services/t/test_services_threaded-master.opt share/mysql/test/suite/test_services/t/test_services_threaded.test share/mysql/test/suite/x/include/connection_ssl.inc +share/mysql/test/suite/x/include/connection_user_authentication.inc share/mysql/test/suite/x/include/have_performance_schema_threads.inc share/mysql/test/suite/x/include/is_local_machine.inc +share/mysql/test/suite/x/include/performance_schema_assert_empty_worker_threads.inc +share/mysql/test/suite/x/include/restart_mysqld_and_wait_for_xplugin.inc share/mysql/test/suite/x/include/restart_mysqld_pipe.inc share/mysql/test/suite/x/include/wait_until_connected_again_pipe.inc +share/mysql/test/suite/x/include/xplugin_install_and_wait.inc share/mysql/test/suite/x/include/xplugin_pfs_instruments_enable.inc share/mysql/test/suite/x/include/xplugin_pfs_instruments_query.inc share/mysql/test/suite/x/include/xplugin_preamble.inc +share/mysql/test/suite/x/include/xplugin_wait_for_interfaces.inc share/mysql/test/suite/x/plugin.defs share/mysql/test/suite/x/r/admin_bogus.result share/mysql/test/suite/x/r/admin_bogus_mysqlx.result @@ -11739,6 +12537,7 @@ share/mysql/test/suite/x/r/admin_list_ob share/mysql/test/suite/x/r/admin_ping.result share/mysql/test/suite/x/r/admin_ping_mysqlx.result share/mysql/test/suite/x/r/admin_xkill.result +share/mysql/test/suite/x/r/binary_log.result share/mysql/test/suite/x/r/bug_23028052.result share/mysql/test/suite/x/r/capabilities.result share/mysql/test/suite/x/r/client_close.result @@ -11746,10 +12545,12 @@ share/mysql/test/suite/x/r/client_close_ share/mysql/test/suite/x/r/client_session.result share/mysql/test/suite/x/r/connection.result share/mysql/test/suite/x/r/connection_expire.result +share/mysql/test/suite/x/r/connection_ipv6.result share/mysql/test/suite/x/r/connection_mysqlxsys.result share/mysql/test/suite/x/r/connection_nonssl.result share/mysql/test/suite/x/r/connection_openssl.result share/mysql/test/suite/x/r/connection_require_secure_transport.result +share/mysql/test/suite/x/r/connection_reset_by_peer.result share/mysql/test/suite/x/r/connection_skip_grant_table.result share/mysql/test/suite/x/r/connection_skip_networking.result share/mysql/test/suite/x/r/connection_skip_networking_win.result @@ -11759,17 +12560,21 @@ share/mysql/test/suite/x/r/connection_un share/mysql/test/suite/x/r/connection_unixsocket_invalid.result share/mysql/test/suite/x/r/connection_unixsocket_lock.result share/mysql/test/suite/x/r/connection_unixsocket_rpl.result +share/mysql/test/suite/x/r/connection_user_authentication.result +share/mysql/test/suite/x/r/connection_user_authentication_win.result share/mysql/test/suite/x/r/connection_without_session.result share/mysql/test/suite/x/r/connection_yassl.result share/mysql/test/suite/x/r/create_alter_sql.result share/mysql/test/suite/x/r/create_drop_collection_crud.result share/mysql/test/suite/x/r/create_index_crud.result share/mysql/test/suite/x/r/crud_asterisk.result +share/mysql/test/suite/x/r/crud_create_view.result share/mysql/test/suite/x/r/crud_debug.result share/mysql/test/suite/x/r/crud_delete_args.result share/mysql/test/suite/x/r/crud_doc_criteria_args.result share/mysql/test/suite/x/r/crud_doc_expr_array.result share/mysql/test/suite/x/r/crud_doc_expr_object.result +share/mysql/test/suite/x/r/crud_drop_view.result share/mysql/test/suite/x/r/crud_find_args.result share/mysql/test/suite/x/r/crud_find_doc_criteria.result share/mysql/test/suite/x/r/crud_find_doc_groupby.result @@ -11778,6 +12583,7 @@ share/mysql/test/suite/x/r/crud_insert_c share/mysql/test/suite/x/r/crud_insert_default.result share/mysql/test/suite/x/r/crud_insert_expr.result share/mysql/test/suite/x/r/crud_insert_nodoc.result +share/mysql/test/suite/x/r/crud_modify_view.result share/mysql/test/suite/x/r/crud_myisam_memory.result share/mysql/test/suite/x/r/crud_octets_content_type.result share/mysql/test/suite/x/r/crud_order_by.result @@ -11790,6 +12596,7 @@ share/mysql/test/suite/x/r/crud_table_ex share/mysql/test/suite/x/r/crud_table_expr_object.result share/mysql/test/suite/x/r/crud_update_args.result share/mysql/test/suite/x/r/crud_update_table_json.result +share/mysql/test/suite/x/r/crud_view_sundries.result share/mysql/test/suite/x/r/delete_crud_1.result share/mysql/test/suite/x/r/delete_crud_o.result share/mysql/test/suite/x/r/delete_del_all.result @@ -11835,7 +12642,8 @@ share/mysql/test/suite/x/r/insert_table_ share/mysql/test/suite/x/r/insert_table_string_quoting.result share/mysql/test/suite/x/r/installxplugin.result share/mysql/test/suite/x/r/killconnection.result -share/mysql/test/suite/x/r/largedata.result +share/mysql/test/suite/x/r/message_empty_payload.result +share/mysql/test/suite/x/r/message_protobuf_nested.result share/mysql/test/suite/x/r/multiple_resultsets_and_out_params.result share/mysql/test/suite/x/r/mysqlx_server_var.result share/mysql/test/suite/x/r/notice_warning.result @@ -11845,18 +12653,27 @@ share/mysql/test/suite/x/r/notices_disab share/mysql/test/suite/x/r/notices_enable.result share/mysql/test/suite/x/r/notices_enable_mysqlx.result share/mysql/test/suite/x/r/performance_schema.result +share/mysql/test/suite/x/r/performance_schema_memory.result +share/mysql/test/suite/x/r/performance_schema_sockets.result +share/mysql/test/suite/x/r/performance_schema_threads.result +share/mysql/test/suite/x/r/performance_schema_unixsockets.result share/mysql/test/suite/x/r/plugin_license.result -share/mysql/test/suite/x/r/protobuf_nested.result share/mysql/test/suite/x/r/regression.result share/mysql/test/suite/x/r/result_types.result share/mysql/test/suite/x/r/session_reset.result share/mysql/test/suite/x/r/status_bytes_received.result -share/mysql/test/suite/x/r/status_vars.result +share/mysql/test/suite/x/r/status_variable_errors_unknown_message_type.result +share/mysql/test/suite/x/r/status_variables.result +share/mysql/test/suite/x/r/status_variables_incrementing.result share/mysql/test/suite/x/r/stmtexecute_query_no_result.result share/mysql/test/suite/x/r/stmtexecute_query_result.result share/mysql/test/suite/x/r/stmtexecute_status_vars.result share/mysql/test/suite/x/r/stmtexecute_with_args.result +share/mysql/test/suite/x/r/system_variable_bind_address.result +share/mysql/test/suite/x/r/system_variable_max_allowed_packet.result share/mysql/test/suite/x/r/system_variable_min_worker_threads.result +share/mysql/test/suite/x/r/system_variable_port_open_timeout.result +share/mysql/test/suite/x/r/system_variables.result share/mysql/test/suite/x/r/update_crud_arrayappend_o.result share/mysql/test/suite/x/r/update_crud_arrayinsert_o.result share/mysql/test/suite/x/r/update_crud_itemmerge_o.result @@ -11866,242 +12683,143 @@ share/mysql/test/suite/x/r/update_crud_r share/mysql/test/suite/x/r/update_doc.result share/mysql/test/suite/x/r/update_sql_o.result share/mysql/test/suite/x/r/update_table.result -share/mysql/test/suite/x/t/admin_bogus-master.opt share/mysql/test/suite/x/t/admin_bogus.test -share/mysql/test/suite/x/t/admin_bogus_mysqlx-master.opt share/mysql/test/suite/x/t/admin_bogus_mysqlx.test -share/mysql/test/suite/x/t/admin_create_collection-master.opt share/mysql/test/suite/x/t/admin_create_collection.test -share/mysql/test/suite/x/t/admin_create_collection_mysqlx-master.opt share/mysql/test/suite/x/t/admin_create_collection_mysqlx.test -share/mysql/test/suite/x/t/admin_create_index_datetime-master.opt share/mysql/test/suite/x/t/admin_create_index_datetime.test -share/mysql/test/suite/x/t/admin_create_index_datetime_mysqlx-master.opt share/mysql/test/suite/x/t/admin_create_index_datetime_mysqlx.test -share/mysql/test/suite/x/t/admin_create_index_string-master.opt share/mysql/test/suite/x/t/admin_create_index_string.test -share/mysql/test/suite/x/t/admin_create_index_string_mysqlx-master.opt share/mysql/test/suite/x/t/admin_create_index_string_mysqlx.test -share/mysql/test/suite/x/t/admin_ensure_collection-master.opt share/mysql/test/suite/x/t/admin_ensure_collection.test -share/mysql/test/suite/x/t/admin_ensure_collection_mysqlx-master.opt share/mysql/test/suite/x/t/admin_ensure_collection_mysqlx.test -share/mysql/test/suite/x/t/admin_kill-master.opt share/mysql/test/suite/x/t/admin_kill.test -share/mysql/test/suite/x/t/admin_kill_client_mysqlx-master.opt share/mysql/test/suite/x/t/admin_kill_client_mysqlx.test -share/mysql/test/suite/x/t/admin_list_objects-master.opt share/mysql/test/suite/x/t/admin_list_objects.test -share/mysql/test/suite/x/t/admin_list_objects_mysqlx-master.opt share/mysql/test/suite/x/t/admin_list_objects_mysqlx.test -share/mysql/test/suite/x/t/admin_ping-master.opt share/mysql/test/suite/x/t/admin_ping.test -share/mysql/test/suite/x/t/admin_ping_mysqlx-master.opt share/mysql/test/suite/x/t/admin_ping_mysqlx.test -share/mysql/test/suite/x/t/admin_xkill-master.opt share/mysql/test/suite/x/t/admin_xkill.test -share/mysql/test/suite/x/t/bug_23028052-master.opt +share/mysql/test/suite/x/t/binary_log-master.opt +share/mysql/test/suite/x/t/binary_log.test share/mysql/test/suite/x/t/bug_23028052.test share/mysql/test/suite/x/t/capabilities-master.opt share/mysql/test/suite/x/t/capabilities.test -share/mysql/test/suite/x/t/client_close-master.opt share/mysql/test/suite/x/t/client_close.test -share/mysql/test/suite/x/t/client_close_abort-master.opt share/mysql/test/suite/x/t/client_close_abort.test -share/mysql/test/suite/x/t/client_session-master.opt share/mysql/test/suite/x/t/client_session.test -share/mysql/test/suite/x/t/connection-master.opt share/mysql/test/suite/x/t/connection.test -share/mysql/test/suite/x/t/connection_expire-master.opt share/mysql/test/suite/x/t/connection_expire.test -share/mysql/test/suite/x/t/connection_mysqlxsys-master.opt +share/mysql/test/suite/x/t/connection_ipv6.test share/mysql/test/suite/x/t/connection_mysqlxsys.test share/mysql/test/suite/x/t/connection_nonssl-master.opt share/mysql/test/suite/x/t/connection_nonssl.test share/mysql/test/suite/x/t/connection_openssl-master.opt share/mysql/test/suite/x/t/connection_openssl.test -share/mysql/test/suite/x/t/connection_require_secure_transport-master.opt share/mysql/test/suite/x/t/connection_require_secure_transport.test -share/mysql/test/suite/x/t/connection_skip_grant_table-master.opt +share/mysql/test/suite/x/t/connection_reset_by_peer.test share/mysql/test/suite/x/t/connection_skip_grant_table.test -share/mysql/test/suite/x/t/connection_skip_networking-master.opt share/mysql/test/suite/x/t/connection_skip_networking.test share/mysql/test/suite/x/t/connection_skip_networking_win-master.opt share/mysql/test/suite/x/t/connection_skip_networking_win.test -share/mysql/test/suite/x/t/connection_timeout-master.opt share/mysql/test/suite/x/t/connection_timeout.test share/mysql/test/suite/x/t/connection_tls_version-master.opt share/mysql/test/suite/x/t/connection_tls_version.test -share/mysql/test/suite/x/t/connection_unixsocket-master.opt share/mysql/test/suite/x/t/connection_unixsocket.test -share/mysql/test/suite/x/t/connection_unixsocket_invalid-master.opt share/mysql/test/suite/x/t/connection_unixsocket_invalid.test -share/mysql/test/suite/x/t/connection_unixsocket_lock-master.opt share/mysql/test/suite/x/t/connection_unixsocket_lock.test -share/mysql/test/suite/x/t/connection_unixsocket_rpl-master.opt share/mysql/test/suite/x/t/connection_unixsocket_rpl.test -share/mysql/test/suite/x/t/connection_without_session-master.opt +share/mysql/test/suite/x/t/connection_user_authentication.test +share/mysql/test/suite/x/t/connection_user_authentication_win.test share/mysql/test/suite/x/t/connection_without_session.test share/mysql/test/suite/x/t/connection_yassl-master.opt share/mysql/test/suite/x/t/connection_yassl.test -share/mysql/test/suite/x/t/create_alter_sql-master.opt share/mysql/test/suite/x/t/create_alter_sql.test -share/mysql/test/suite/x/t/create_drop_collection_crud-master.opt share/mysql/test/suite/x/t/create_drop_collection_crud.test -share/mysql/test/suite/x/t/create_index_crud-master.opt share/mysql/test/suite/x/t/create_index_crud.test -share/mysql/test/suite/x/t/crud_asterisk-master.opt share/mysql/test/suite/x/t/crud_asterisk.test -share/mysql/test/suite/x/t/crud_debug-master.opt +share/mysql/test/suite/x/t/crud_create_view-master.opt +share/mysql/test/suite/x/t/crud_create_view.test share/mysql/test/suite/x/t/crud_debug.test -share/mysql/test/suite/x/t/crud_delete_args-master.opt share/mysql/test/suite/x/t/crud_delete_args.test -share/mysql/test/suite/x/t/crud_doc_criteria_args-master.opt share/mysql/test/suite/x/t/crud_doc_criteria_args.test -share/mysql/test/suite/x/t/crud_doc_expr_array-master.opt share/mysql/test/suite/x/t/crud_doc_expr_array.test -share/mysql/test/suite/x/t/crud_doc_expr_object-master.opt share/mysql/test/suite/x/t/crud_doc_expr_object.test -share/mysql/test/suite/x/t/crud_find_args-master.opt +share/mysql/test/suite/x/t/crud_drop_view.test share/mysql/test/suite/x/t/crud_find_args.test -share/mysql/test/suite/x/t/crud_find_doc_criteria-master.opt share/mysql/test/suite/x/t/crud_find_doc_criteria.test -share/mysql/test/suite/x/t/crud_find_doc_groupby-master.opt share/mysql/test/suite/x/t/crud_find_doc_groupby.test -share/mysql/test/suite/x/t/crud_insert_args-master.opt share/mysql/test/suite/x/t/crud_insert_args.test -share/mysql/test/suite/x/t/crud_insert_cast-master.opt share/mysql/test/suite/x/t/crud_insert_cast.test -share/mysql/test/suite/x/t/crud_insert_default-master.opt share/mysql/test/suite/x/t/crud_insert_default.test -share/mysql/test/suite/x/t/crud_insert_expr-master.opt share/mysql/test/suite/x/t/crud_insert_expr.test -share/mysql/test/suite/x/t/crud_insert_nodoc-master.opt share/mysql/test/suite/x/t/crud_insert_nodoc.test -share/mysql/test/suite/x/t/crud_myisam_memory-master.opt +share/mysql/test/suite/x/t/crud_modify_view.test share/mysql/test/suite/x/t/crud_myisam_memory.test -share/mysql/test/suite/x/t/crud_octets_content_type-master.opt share/mysql/test/suite/x/t/crud_octets_content_type.test -share/mysql/test/suite/x/t/crud_order_by-master.opt share/mysql/test/suite/x/t/crud_order_by.test -share/mysql/test/suite/x/t/crud_pipe-master.opt share/mysql/test/suite/x/t/crud_pipe.test -share/mysql/test/suite/x/t/crud_resultset_metadata-master.opt share/mysql/test/suite/x/t/crud_resultset_metadata.test -share/mysql/test/suite/x/t/crud_rpl-master.opt share/mysql/test/suite/x/t/crud_rpl.test -share/mysql/test/suite/x/t/crud_sundries-master.opt share/mysql/test/suite/x/t/crud_sundries.test -share/mysql/test/suite/x/t/crud_table_criteria_args-master.opt share/mysql/test/suite/x/t/crud_table_criteria_args.test -share/mysql/test/suite/x/t/crud_table_expr_array-master.opt share/mysql/test/suite/x/t/crud_table_expr_array.test -share/mysql/test/suite/x/t/crud_table_expr_object-master.opt share/mysql/test/suite/x/t/crud_table_expr_object.test -share/mysql/test/suite/x/t/crud_update_args-master.opt share/mysql/test/suite/x/t/crud_update_args.test -share/mysql/test/suite/x/t/crud_update_table_json-master.opt share/mysql/test/suite/x/t/crud_update_table_json.test -share/mysql/test/suite/x/t/delete_crud_1-master.opt +share/mysql/test/suite/x/t/crud_view_sundries.test share/mysql/test/suite/x/t/delete_crud_1.test -share/mysql/test/suite/x/t/delete_crud_o-master.opt share/mysql/test/suite/x/t/delete_crud_o.test -share/mysql/test/suite/x/t/delete_del_all-master.opt share/mysql/test/suite/x/t/delete_del_all.test -share/mysql/test/suite/x/t/delete_del_bad_collection-master.opt share/mysql/test/suite/x/t/delete_del_bad_collection.test -share/mysql/test/suite/x/t/delete_del_bad_expr-master.opt share/mysql/test/suite/x/t/delete_del_bad_expr.test -share/mysql/test/suite/x/t/delete_del_missing_arg-master.opt share/mysql/test/suite/x/t/delete_del_missing_arg.test -share/mysql/test/suite/x/t/delete_del_multi_by_expr-master.opt share/mysql/test/suite/x/t/delete_del_multi_by_expr.test -share/mysql/test/suite/x/t/delete_del_multi_by_id-master.opt share/mysql/test/suite/x/t/delete_del_multi_by_id.test -share/mysql/test/suite/x/t/delete_del_none_by_expr-master.opt share/mysql/test/suite/x/t/delete_del_none_by_expr.test -share/mysql/test/suite/x/t/delete_del_none_table-master.opt share/mysql/test/suite/x/t/delete_del_none_table.test -share/mysql/test/suite/x/t/delete_del_one_by_expr-master.opt share/mysql/test/suite/x/t/delete_del_one_by_expr.test -share/mysql/test/suite/x/t/delete_del_table-master.opt share/mysql/test/suite/x/t/delete_del_table.test -share/mysql/test/suite/x/t/delete_del_table_doc-master.opt share/mysql/test/suite/x/t/delete_del_table_doc.test -share/mysql/test/suite/x/t/delete_del_table_order-master.opt share/mysql/test/suite/x/t/delete_del_table_order.test -share/mysql/test/suite/x/t/delete_sql_o-master.opt share/mysql/test/suite/x/t/delete_sql_o.test share/mysql/test/suite/x/t/disabled.def -share/mysql/test/suite/x/t/drop_index_crud-master.opt share/mysql/test/suite/x/t/drop_index_crud.test -share/mysql/test/suite/x/t/expect_noerror-master.opt share/mysql/test/suite/x/t/expect_noerror.test -share/mysql/test/suite/x/t/fieldtypes_all-master.opt share/mysql/test/suite/x/t/fieldtypes_all.test -share/mysql/test/suite/x/t/find_crud_conditionalclauses_o-master.opt share/mysql/test/suite/x/t/find_crud_conditionalclauses_o.test -share/mysql/test/suite/x/t/find_crud_groupby_o-master.opt share/mysql/test/suite/x/t/find_crud_groupby_o.test -share/mysql/test/suite/x/t/find_doc_proj-master.opt share/mysql/test/suite/x/t/find_doc_proj.test -share/mysql/test/suite/x/t/find_doc_simple-master.opt share/mysql/test/suite/x/t/find_doc_simple.test -share/mysql/test/suite/x/t/find_docpath_expr-master.opt share/mysql/test/suite/x/t/find_docpath_expr.test -share/mysql/test/suite/x/t/find_funtion_call-master.opt share/mysql/test/suite/x/t/find_funtion_call.test -share/mysql/test/suite/x/t/find_table_find-master.opt share/mysql/test/suite/x/t/find_table_find.test -share/mysql/test/suite/x/t/find_table_find_as_doc-master.opt share/mysql/test/suite/x/t/find_table_find_as_doc.test -share/mysql/test/suite/x/t/find_table_find_rows_proj-master.opt share/mysql/test/suite/x/t/find_table_find_rows_proj.test -share/mysql/test/suite/x/t/forbidden_sql_cmd-master.opt share/mysql/test/suite/x/t/forbidden_sql_cmd.test -share/mysql/test/suite/x/t/input_queue-master.opt share/mysql/test/suite/x/t/input_queue.test -share/mysql/test/suite/x/t/insert_crud_1-master.opt share/mysql/test/suite/x/t/insert_crud_1.test -share/mysql/test/suite/x/t/insert_crud_o-master.opt share/mysql/test/suite/x/t/insert_crud_o.test -share/mysql/test/suite/x/t/insert_doc_bad_proj-master.opt share/mysql/test/suite/x/t/insert_doc_bad_proj.test -share/mysql/test/suite/x/t/insert_doc_id-master.opt share/mysql/test/suite/x/t/insert_doc_id.test -share/mysql/test/suite/x/t/insert_doc_id_dup-master.opt share/mysql/test/suite/x/t/insert_doc_id_dup.test -share/mysql/test/suite/x/t/insert_doc_noid-master.opt share/mysql/test/suite/x/t/insert_doc_noid.test -share/mysql/test/suite/x/t/insert_sql_o-master.opt share/mysql/test/suite/x/t/insert_sql_o.test -share/mysql/test/suite/x/t/insert_table-master.opt share/mysql/test/suite/x/t/insert_table.test -share/mysql/test/suite/x/t/insert_table_bad_column-master.opt share/mysql/test/suite/x/t/insert_table_bad_column.test -share/mysql/test/suite/x/t/insert_table_bad_column_type-master.opt share/mysql/test/suite/x/t/insert_table_bad_column_type.test -share/mysql/test/suite/x/t/insert_table_bad_numcolumns-master.opt share/mysql/test/suite/x/t/insert_table_bad_numcolumns.test -share/mysql/test/suite/x/t/insert_table_escape_identifier-master.opt share/mysql/test/suite/x/t/insert_table_escape_identifier.test -share/mysql/test/suite/x/t/insert_table_missing_notnull_column-master.opt share/mysql/test/suite/x/t/insert_table_missing_notnull_column.test -share/mysql/test/suite/x/t/insert_table_string_quoting-master.opt share/mysql/test/suite/x/t/insert_table_string_quoting.test -share/mysql/test/suite/x/t/installxplugin-master.opt share/mysql/test/suite/x/t/installxplugin.test -share/mysql/test/suite/x/t/killconnection-master.opt share/mysql/test/suite/x/t/killconnection.test -share/mysql/test/suite/x/t/largedata-master.opt -share/mysql/test/suite/x/t/largedata.test -share/mysql/test/suite/x/t/multiple_resultsets_and_out_params-master.opt +share/mysql/test/suite/x/t/message_empty_payload.test +share/mysql/test/suite/x/t/message_protobuf_nested-master.opt +share/mysql/test/suite/x/t/message_protobuf_nested.test share/mysql/test/suite/x/t/multiple_resultsets_and_out_params.test -share/mysql/test/suite/x/t/mysqlx_server_var-master.opt share/mysql/test/suite/x/t/mysqlx_server_var.test -share/mysql/test/suite/x/t/notice_warning-master.opt share/mysql/test/suite/x/t/notice_warning.test -share/mysql/test/suite/x/t/notice_warning_mysqlx-master.opt share/mysql/test/suite/x/t/notice_warning_mysqlx.test share/mysql/test/suite/x/t/notices_disable-master.opt share/mysql/test/suite/x/t/notices_disable.test @@ -12113,47 +12831,42 @@ share/mysql/test/suite/x/t/notices_enabl share/mysql/test/suite/x/t/notices_enable_mysqlx.test share/mysql/test/suite/x/t/performance_schema-master.opt share/mysql/test/suite/x/t/performance_schema.test -share/mysql/test/suite/x/t/plugin_license-master.opt +share/mysql/test/suite/x/t/performance_schema_memory.test +share/mysql/test/suite/x/t/performance_schema_sockets-master.opt +share/mysql/test/suite/x/t/performance_schema_sockets.test +share/mysql/test/suite/x/t/performance_schema_threads-master.opt +share/mysql/test/suite/x/t/performance_schema_threads.test +share/mysql/test/suite/x/t/performance_schema_unixsockets.test share/mysql/test/suite/x/t/plugin_license.test -share/mysql/test/suite/x/t/protobuf_nested-master.opt -share/mysql/test/suite/x/t/protobuf_nested.test share/mysql/test/suite/x/t/regression-master.opt share/mysql/test/suite/x/t/regression.test -share/mysql/test/suite/x/t/result_types-master.opt share/mysql/test/suite/x/t/result_types.test -share/mysql/test/suite/x/t/session_reset-master.opt share/mysql/test/suite/x/t/session_reset.test -share/mysql/test/suite/x/t/status_bytes_received-master.opt share/mysql/test/suite/x/t/status_bytes_received.test -share/mysql/test/suite/x/t/status_vars-master.opt -share/mysql/test/suite/x/t/status_vars.test -share/mysql/test/suite/x/t/stmtexecute_query_no_result-master.opt +share/mysql/test/suite/x/t/status_variable_errors_unknown_message_type-master.opt +share/mysql/test/suite/x/t/status_variable_errors_unknown_message_type.test +share/mysql/test/suite/x/t/status_variables-master.opt +share/mysql/test/suite/x/t/status_variables.test +share/mysql/test/suite/x/t/status_variables_incrementing.test share/mysql/test/suite/x/t/stmtexecute_query_no_result.test -share/mysql/test/suite/x/t/stmtexecute_query_result-master.opt share/mysql/test/suite/x/t/stmtexecute_query_result.test -share/mysql/test/suite/x/t/stmtexecute_status_vars-master.opt share/mysql/test/suite/x/t/stmtexecute_status_vars.test -share/mysql/test/suite/x/t/stmtexecute_with_args-master.opt share/mysql/test/suite/x/t/stmtexecute_with_args.test -share/mysql/test/suite/x/t/system_variable_min_worker_threads-master.opt +share/mysql/test/suite/x/t/suite.opt +share/mysql/test/suite/x/t/system_variable_bind_address.test +share/mysql/test/suite/x/t/system_variable_max_allowed_packet-master.opt +share/mysql/test/suite/x/t/system_variable_max_allowed_packet.test share/mysql/test/suite/x/t/system_variable_min_worker_threads.test -share/mysql/test/suite/x/t/update_crud_arrayappend_o-master.opt +share/mysql/test/suite/x/t/system_variable_port_open_timeout.test +share/mysql/test/suite/x/t/system_variables.test share/mysql/test/suite/x/t/update_crud_arrayappend_o.test -share/mysql/test/suite/x/t/update_crud_arrayinsert_o-master.opt share/mysql/test/suite/x/t/update_crud_arrayinsert_o.test -share/mysql/test/suite/x/t/update_crud_itemmerge_o-master.opt share/mysql/test/suite/x/t/update_crud_itemmerge_o.test -share/mysql/test/suite/x/t/update_crud_o-master.opt share/mysql/test/suite/x/t/update_crud_o.test -share/mysql/test/suite/x/t/update_crud_remove_o-master.opt share/mysql/test/suite/x/t/update_crud_remove_o.test -share/mysql/test/suite/x/t/update_crud_replace_o-master.opt share/mysql/test/suite/x/t/update_crud_replace_o.test -share/mysql/test/suite/x/t/update_doc-master.opt share/mysql/test/suite/x/t/update_doc.test -share/mysql/test/suite/x/t/update_sql_o-master.opt share/mysql/test/suite/x/t/update_sql_o.test -share/mysql/test/suite/x/t/update_table-master.opt share/mysql/test/suite/x/t/update_table.test share/mysql/test/t/1st.test share/mysql/test/t/acl_tables_errors_debug.test @@ -12759,6 +13472,7 @@ share/mysql/test/t/mysql_ssl_default.tes share/mysql/test/t/mysql_tzinfo_to_sql.test share/mysql/test/t/mysql_tzinfo_to_sql_sys.test share/mysql/test/t/mysql_upgrade.test +share/mysql/test/t/mysql_upgrade_slave_master_info.test share/mysql/test/t/mysql_upgrade_ssl.test share/mysql/test/t/mysqladmin.test share/mysql/test/t/mysqlbinlog-master.opt @@ -12875,6 +13589,7 @@ share/mysql/test/t/partition_datatype.te share/mysql/test/t/partition_debug.test share/mysql/test/t/partition_debug_sync.test share/mysql/test/t/partition_debug_sync_stmt.test +share/mysql/test/t/partition_deprecation.test share/mysql/test/t/partition_error.test share/mysql/test/t/partition_exchange.test share/mysql/test/t/partition_explicit_prune.test --_----------=_14815703202210--