diff options
author | adam <adam@pkgsrc.org> | 2017-10-22 20:20:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-22 20:20:57 +0000 |
commit | 99892aae500f179711ec81be49b21aaeac9fc4ee (patch) | |
tree | 6a3260e9fc512842c9bfe9d5e24c5c24d7a6096f /databases/mysql57-server | |
parent | a7ab8c64f9d35cdb042831356fd75e60118951eb (diff) | |
download | pkgsrc-99892aae500f179711ec81be49b21aaeac9fc4ee.tar.gz |
mysql57: update to 5.7.20
Changes in MySQL 5.7.20:
Audit Log Notes
Event-matching filter rules for the audit_log plugin now support an abort element, which can be used to prevent qualifying events from executing. For more information, see Audit Log Filtering. This capability can be used, for example, to augment the capabilities of MySQL Enterprise Firewall, which blocks SQL statements on a per-user basis, by writing audit filtering rules that match statements and block them based on characteristics of the statements themselves.
Deprecation and Removal Notes
Previously, the --transaction-isolation and --transaction-read-only server startup options corresponded to the tx_isolation and tx_read_only system variables. For better name correspondence between startup option and system variable names, transaction_isolation and transaction_read_only have been created as aliases for tx_isolation and tx_read_only. The tx_isolation and tx_read_only variables are now deprecated and will be removed in MySQL 8.0. Applications should be adjusted to use transaction_isolation and transaction_read_only instead.
The query cache is now deprecated and is removed in MySQL 8.0. Deprecation includes these items:
* The FLUSH QUERY CACHE and RESET QUERY CACHE statements.
* The SQL_CACHE and SQL_NO_CACHE SELECT modifiers.
* These system variables: have_query_cache, ndb_cache_check_time, query_cache_limit, query_cache_min_res_unit, query_cache_size, query_cache_type, query_cache_wlock_invalidate.
* These status variables: Qcache_free_blocks, Qcache_free_memory, Qcache_hits, Qcache_inserts, Qcache_lowmem_prunes, Qcache_not_cached, Qcache_queries_in_cache, Qcache_total_blocks.
The mysql client by default strips comments in statements sent to the server, and this behavior is controlled using --skip-comments (strip comments), and --comments (preserve comments).
Comment stripping is now deprecated. This feature and the options to control it will be removed in a future MySQL release.
These syntax constructs for table and column references are now deprecated and will be removed in a future version of MySQL. Instances of these constructs should be changed to remove the leading period.
* .col_name
* .tbl_name
* .tbl_name.col_name
Security Notes
Certificates automatically generated by mysqld and mysql_ssl_rsa_setup now use X509 v3 rather than v1.
The keyring_okv plugin now supports password-protecting the key file used for secure connections. See Using the keyring_okv KMIP Plugin.
Bugs Fixed
Diffstat (limited to 'databases/mysql57-server')
-rw-r--r-- | databases/mysql57-server/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql57-server/PLIST | 88 |
2 files changed, 79 insertions, 12 deletions
diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 498722a4e16..e91e8250c19 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2017/09/13 17:34:41 adam Exp $ +# $NetBSD: Makefile,v 1.11 2017/10/22 20:20:57 adam Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 2 COMMENT= MySQL 5, a free SQL database (server) CONFLICTS= mysql3-server-[0-9]* diff --git a/databases/mysql57-server/PLIST b/databases/mysql57-server/PLIST index 515c1213224..99049363d3d 100644 --- a/databases/mysql57-server/PLIST +++ b/databases/mysql57-server/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2017/07/20 16:41:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2017/10/22 20:20:57 adam Exp $ +@pkgdir lib/mysql/plugin/debug bin/innochecksum bin/lz4_decompress bin/my_print_defaults @@ -82,10 +83,12 @@ lib/mysql/plugin/version_token.so sbin/mysqld share/aclocal/mysql.m4 share/doc/mysql/COPYING +share/doc/mysql/COPYING-test share/doc/mysql/ChangeLog share/doc/mysql/INFO_BIN share/doc/mysql/INFO_SRC share/doc/mysql/README +share/doc/mysql/README-test share/mysql/bulgarian/errmsg.sys share/mysql/charsets/Index.xml share/mysql/charsets/README @@ -262,6 +265,7 @@ share/mysql/test/extra/rpl_tests/rpl_gtid_mts_relay_log_recovery.test share/mysql/test/extra/rpl_tests/rpl_gtid_temp_table_in_func_or_trigger.inc share/mysql/test/extra/rpl_tests/rpl_gtids_restart_slave_io_lost_trx.test share/mysql/test/extra/rpl_tests/rpl_heartbeat_2slaves.inc +share/mysql/test/extra/rpl_tests/rpl_ignore_super_read_only.test share/mysql/test/extra/rpl_tests/rpl_ignore_table_filter_insensitive.inc share/mysql/test/extra/rpl_tests/rpl_ignore_table_filter_sensitive.inc share/mysql/test/extra/rpl_tests/rpl_implicit_commit_binlog.test @@ -355,6 +359,7 @@ share/mysql/test/include/add_debug_point.inc share/mysql/test/include/analyze-sync_with_master.test share/mysql/test/include/analyze-timeout.test share/mysql/test/include/assert.inc +share/mysql/test/include/assert_and_disable_read_only.inc share/mysql/test/include/assert_binlog_events.inc share/mysql/test/include/assert_command_output.inc share/mysql/test/include/assert_grep.inc @@ -1934,6 +1939,8 @@ share/mysql/test/r/timezone4.result share/mysql/test/r/timezone_debug.result share/mysql/test/r/timezone_grant.result share/mysql/test/r/trans_read_only.result +share/mysql/test/r/transaction_isolation.result +share/mysql/test/r/transaction_read_only.result share/mysql/test/r/trigger-compat.result share/mysql/test/r/trigger-trans.result share/mysql/test/r/trigger.result @@ -1979,6 +1986,7 @@ share/mysql/test/r/user_limits.result share/mysql/test/r/user_lock.result share/mysql/test/r/user_var-binlog.result share/mysql/test/r/user_var.result +share/mysql/test/r/utility_warnings.result share/mysql/test/r/validate_password_plugin.result share/mysql/test/r/validate_password_plugin_check_user.result share/mysql/test/r/varbinary.result @@ -2143,6 +2151,7 @@ share/mysql/test/std_data/loaddata3.dat share/mysql/test/std_data/loaddata4.dat share/mysql/test/std_data/loaddata5.dat share/mysql/test/std_data/loaddata6.dat +share/mysql/test/std_data/loaddata7.dat share/mysql/test/std_data/loaddata_dq.dat share/mysql/test/std_data/loaddata_pair.dat share/mysql/test/std_data/loaddata_utf8.dat @@ -2361,6 +2370,7 @@ share/mysql/test/suite/binlog/r/binlog_enforce_gtid_consistency_tmp_violation.re 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_flush_logs_error.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 @@ -2503,6 +2513,7 @@ 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 +share/mysql/test/suite/binlog/r/binlog_xa_trx_split_across_binlog.result share/mysql/test/suite/binlog/r/log_builtin_as_identified_by_password.result share/mysql/test/suite/binlog/r/show_binlog_events_no_lock.result share/mysql/test/suite/binlog/std_data/binlog_old_version_4_1.000001 @@ -2539,6 +2550,7 @@ share/mysql/test/suite/binlog/t/binlog_enforce_gtid_consistency_trx_nontrx_consi 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_flush_logs_error.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 @@ -2717,6 +2729,7 @@ 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 share/mysql/test/suite/binlog/t/binlog_xa_trx_gtid_response_packet.test +share/mysql/test/suite/binlog/t/binlog_xa_trx_split_across_binlog.test share/mysql/test/suite/binlog/t/disabled.def 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 @@ -4136,6 +4149,7 @@ share/mysql/test/suite/group_replication/r/gr_certifier_message_same_member.resu 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_check_count_tx_remote_applier_queue.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 @@ -4146,6 +4160,7 @@ 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_connect_during_delayed_start.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 @@ -4281,7 +4296,7 @@ share/mysql/test/suite/group_replication/r/gr_recovery_reconnection_options.resu 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_ssl_variables.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 @@ -4310,10 +4325,12 @@ 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_server_uuid_matches_group_name.result +share/mysql/test/suite/group_replication/r/gr_server_uuid_matches_group_name_bootstrap.result +share/mysql/test/suite/group_replication/r/gr_server_uuid_matches_group_name_non_bootstrap.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 @@ -4321,6 +4338,7 @@ 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_and_leader_election_weight.result share/mysql/test/suite/group_replication/r/gr_single_primary_async_after_gr_primary.result share/mysql/test/suite/group_replication/r/gr_single_primary_async_after_gr_secondary.result share/mysql/test/suite/group_replication/r/gr_single_primary_async_before_gr_primary.result @@ -4358,7 +4376,9 @@ share/mysql/test/suite/group_replication/r/gr_ssl_mode_verify_identity_error.res 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_fail_restore_read_mode.result share/mysql/test/suite/group_replication/r/gr_start_on_boot.result +share/mysql/test/suite/group_replication/r/gr_start_onboot_fail_restore_read_mode.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_with_super_read_only.result @@ -4373,6 +4393,7 @@ share/mysql/test/suite/group_replication/r/gr_startup_verifications_not_binlog.r 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_async_on_stop_gr.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 @@ -4388,6 +4409,7 @@ share/mysql/test/suite/group_replication/r/gr_transaction_limit.result share/mysql/test/suite/group_replication/r/gr_transaction_limit_option.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_uninstall_while_network_blocked.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 @@ -4446,6 +4468,7 @@ 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_check_count_tx_remote_applier_queue.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 @@ -4461,6 +4484,7 @@ share/mysql/test/suite/group_replication/t/gr_concurrent_events_insert_with_sele 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_connect_during_delayed_start.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 @@ -4671,7 +4695,7 @@ 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_ssl_variables.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 @@ -4713,10 +4737,16 @@ 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_server_uuid_matches_group_name-master.opt +share/mysql/test/suite/group_replication/t/gr_server_uuid_matches_group_name-slave.opt +share/mysql/test/suite/group_replication/t/gr_server_uuid_matches_group_name.test +share/mysql/test/suite/group_replication/t/gr_server_uuid_matches_group_name_bootstrap-master.opt +share/mysql/test/suite/group_replication/t/gr_server_uuid_matches_group_name_bootstrap.test +share/mysql/test/suite/group_replication/t/gr_server_uuid_matches_group_name_non_bootstrap-slave.opt +share/mysql/test/suite/group_replication/t/gr_server_uuid_matches_group_name_non_bootstrap.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 @@ -4726,6 +4756,8 @@ share/mysql/test/suite/group_replication/t/gr_single_primary_and_leader_election 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_and_leader_election_weight.cnf +share/mysql/test/suite/group_replication/t/gr_single_primary_and_leader_election_weight.test share/mysql/test/suite/group_replication/t/gr_single_primary_async_after_gr_primary.cnf share/mysql/test/suite/group_replication/t/gr_single_primary_async_after_gr_primary.test share/mysql/test/suite/group_replication/t/gr_single_primary_async_after_gr_secondary-slave.opt @@ -4785,8 +4817,10 @@ 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_fail_restore_read_mode.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_onboot_fail_restore_read_mode.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 @@ -4811,6 +4845,8 @@ share/mysql/test/suite/group_replication/t/gr_startup_verifications_not_log_slav 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_async_on_stop_gr-master.opt +share/mysql/test/suite/group_replication/t/gr_stop_async_on_stop_gr.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 @@ -4834,6 +4870,7 @@ share/mysql/test/suite/group_replication/t/gr_transaction_limit_option.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_uninstall_while_network_blocked.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.test @@ -5111,6 +5148,7 @@ share/mysql/test/suite/innodb/r/innodb_deadlock_with_autoinc.result share/mysql/test/suite/innodb/r/innodb_file_format.result share/mysql/test/suite/innodb/r/innodb_file_limit_check.result share/mysql/test/suite/innodb/r/innodb_force_recovery.result +share/mysql/test/suite/innodb/r/innodb_fts_limit_check.result share/mysql/test/suite/innodb/r/innodb_high_prio_commit_crash.result share/mysql/test/suite/innodb/r/innodb_high_prio_rpl.result share/mysql/test/suite/innodb/r/innodb_i_s_innodb_locks.result @@ -5504,6 +5542,7 @@ share/mysql/test/suite/innodb/t/innodb_file_format-master.opt share/mysql/test/suite/innodb/t/innodb_file_format.test share/mysql/test/suite/innodb/t/innodb_file_limit_check.test share/mysql/test/suite/innodb/t/innodb_force_recovery.test +share/mysql/test/suite/innodb/t/innodb_fts_limit_check.test share/mysql/test/suite/innodb/t/innodb_i_s_innodb_locks.test share/mysql/test/suite/innodb/t/innodb_i_s_innodb_trx.test share/mysql/test/suite/innodb/t/innodb_information_schema_buffer.test @@ -5519,7 +5558,6 @@ share/mysql/test/suite/innodb/t/innodb_mysql_rbk-master.opt share/mysql/test/suite/innodb/t/innodb_mysql_rbk.test share/mysql/test/suite/innodb/t/innodb_notembedded.test share/mysql/test/suite/innodb/t/innodb_page_size_func.test -share/mysql/test/suite/innodb/t/innodb_pagesize_max_recordsize.cnf share/mysql/test/suite/innodb/t/innodb_pagesize_max_recordsize.test share/mysql/test/suite/innodb/t/innodb_prefix_index_check.test share/mysql/test/suite/innodb/t/innodb_prefix_index_restart_server.test @@ -5595,7 +5633,6 @@ share/mysql/test/suite/innodb/t/log_file_size_checkpoint.test share/mysql/test/suite/innodb/t/missing_tablespaces.test share/mysql/test/suite/innodb/t/monitor.test share/mysql/test/suite/innodb/t/monitor_restart.test -share/mysql/test/suite/innodb/t/mysqldump_max_recordsize.cnf share/mysql/test/suite/innodb/t/mysqldump_max_recordsize.test share/mysql/test/suite/innodb/t/optimizer_temporary_table-master.opt share/mysql/test/suite/innodb/t/optimizer_temporary_table.test @@ -5707,6 +5744,7 @@ share/mysql/test/suite/innodb_fts/r/sync_block.result share/mysql/test/suite/innodb_fts/r/tablespace_location.result share/mysql/test/suite/innodb_fts/r/tablespace_location_error.result share/mysql/test/suite/innodb_fts/r/transaction.result +share/mysql/test/suite/innodb_fts/r/truncate.result share/mysql/test/suite/innodb_fts/t/basic.test share/mysql/test/suite/innodb_fts/t/compatibility.test share/mysql/test/suite/innodb_fts/t/compatibility_win.test @@ -5766,6 +5804,8 @@ share/mysql/test/suite/innodb_fts/t/sync_block.test share/mysql/test/suite/innodb_fts/t/tablespace_location.test share/mysql/test/suite/innodb_fts/t/tablespace_location_error.test share/mysql/test/suite/innodb_fts/t/transaction.test +share/mysql/test/suite/innodb_fts/t/truncate.opt +share/mysql/test/suite/innodb_fts/t/truncate.test share/mysql/test/suite/innodb_gis/r/0.result share/mysql/test/suite/innodb_gis/r/1.result share/mysql/test/suite/innodb_gis/r/alter_spatial_index.result @@ -5974,7 +6014,6 @@ share/mysql/test/suite/innodb_undo/t/truncate.test share/mysql/test/suite/innodb_undo/t/truncate_recover-master.opt share/mysql/test/suite/innodb_undo/t/truncate_recover.test share/mysql/test/suite/innodb_undo/t/undo_space_id-master.opt -share/mysql/test/suite/innodb_undo/t/undo_space_id.cnf share/mysql/test/suite/innodb_undo/t/undo_space_id.test share/mysql/test/suite/innodb_zip/include/innodb-wl6045.inc share/mysql/test/suite/innodb_zip/include/innodb_create_tab_indx.inc @@ -6345,7 +6384,9 @@ share/mysql/test/suite/json/t/json_conversions.test share/mysql/test/suite/json/t/json_ddl_innodb.test share/mysql/test/suite/json/t/json_ddl_ndb.test share/mysql/test/suite/json/t/json_fulltext_innodb.test +share/mysql/test/suite/json/t/json_functions_innodb-master.opt share/mysql/test/suite/json/t/json_functions_innodb.test +share/mysql/test/suite/json/t/json_functions_ndb-master.opt share/mysql/test/suite/json/t/json_functions_ndb.test share/mysql/test/suite/json/t/json_gcol_innodb.test share/mysql/test/suite/json/t/json_group_concat_innodb.test @@ -6493,6 +6534,7 @@ share/mysql/test/suite/memcached/r/memc283_misc.result share/mysql/test/suite/memcached/r/memc284_misc.result share/mysql/test/suite/memcached/r/memc285_FTWRL.result share/mysql/test/suite/memcached/r/memc290_read_committed.result +share/mysql/test/suite/memcached/r/memc_297_crash.result share/mysql/test/suite/memcached/r/memcached_alter_column.result share/mysql/test/suite/memcached/r/memcached_virtual_block.result share/mysql/test/suite/memcached/r/rpl_memc270_1.result @@ -6617,6 +6659,8 @@ share/mysql/test/suite/memcached/t/memc285_FTWRL-master.opt share/mysql/test/suite/memcached/t/memc285_FTWRL.test share/mysql/test/suite/memcached/t/memc290_read_committed-master.opt share/mysql/test/suite/memcached/t/memc290_read_committed.test +share/mysql/test/suite/memcached/t/memc_297_crash-master.opt +share/mysql/test/suite/memcached/t/memc_297_crash.test share/mysql/test/suite/memcached/t/memcached_alter_column-master.opt share/mysql/test/suite/memcached/t/memcached_alter_column.test share/mysql/test/suite/memcached/t/memcached_virtual_block-master.opt @@ -6942,6 +6986,7 @@ share/mysql/test/suite/ndb/r/ndbinfo_dump.result share/mysql/test/suite/ndb/r/ndbinfo_upgrade.result share/mysql/test/suite/ndb/r/ps_7ndb.result share/mysql/test/suite/ndb/r/strict_autoinc_5ndb.result +share/mysql/test/suite/ndb/r/wl10837.result share/mysql/test/suite/ndb/t/bug36547.test share/mysql/test/suite/ndb/t/clusterj.cnf share/mysql/test/suite/ndb/t/clusterj.test @@ -7213,6 +7258,7 @@ share/mysql/test/suite/ndb/t/test_mgm.test share/mysql/test/suite/ndb/t/test_mgmd.cnf share/mysql/test/suite/ndb/t/test_mgmd.test share/mysql/test/suite/ndb/t/test_ndbinfo.test +share/mysql/test/suite/ndb/t/wl10837.test share/mysql/test/suite/ndb_big/bug13637411-master.opt share/mysql/test/suite/ndb_big/bug13637411.cnf share/mysql/test/suite/ndb_big/bug13637411.test @@ -9425,6 +9471,7 @@ 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_gtid_binary_log_as_relay_log.result +share/mysql/test/suite/rpl/r/rpl_gtid_compress_thd_ignore_super_read_only.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 share/mysql/test/suite/rpl/r/rpl_gtid_disconnect_drop_temporary_table.result @@ -9912,6 +9959,7 @@ share/mysql/test/suite/rpl/r/rpl_xa_survive_disconnect.result share/mysql/test/suite/rpl/r/rpl_xa_survive_disconnect_lsu_off.result share/mysql/test/suite/rpl/r/rpl_xa_survive_disconnect_mixed_engines.result share/mysql/test/suite/rpl/r/rpl_xa_survive_disconnect_table.result +share/mysql/test/suite/rpl/r/rpl_xa_unsafe_for_sbr.result share/mysql/test/suite/rpl/r/rpl_zombie_dump_threads.result share/mysql/test/suite/rpl/r/transactional_ddl_locking.result share/mysql/test/suite/rpl/rpl_1slave_base.cnf @@ -10097,6 +10145,8 @@ 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_gtid_binary_log_as_relay_log.test +share/mysql/test/suite/rpl/t/rpl_gtid_compress_thd_ignore_super_read_only-slave.opt +share/mysql/test/suite/rpl/t/rpl_gtid_compress_thd_ignore_super_read_only.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 share/mysql/test/suite/rpl/t/rpl_gtid_disconnect_drop_temporary_table.test @@ -10870,6 +10920,7 @@ share/mysql/test/suite/rpl/t/rpl_xa_survive_disconnect_lsu_off.test share/mysql/test/suite/rpl/t/rpl_xa_survive_disconnect_mixed_engines.test share/mysql/test/suite/rpl/t/rpl_xa_survive_disconnect_table-slave.opt share/mysql/test/suite/rpl/t/rpl_xa_survive_disconnect_table.test +share/mysql/test/suite/rpl/t/rpl_xa_unsafe_for_sbr.test share/mysql/test/suite/rpl/t/rpl_zombie_dump_threads.test share/mysql/test/suite/rpl/t/transactional_ddl_locking.test share/mysql/test/suite/rpl_ndb/my.cnf @@ -11631,7 +11682,10 @@ share/mysql/test/suite/sys_vars/r/tmp_table_size_basic.result share/mysql/test/suite/sys_vars/r/tmpdir_basic.result share/mysql/test/suite/sys_vars/r/transaction_alloc_block_size_basic.result share/mysql/test/suite/sys_vars/r/transaction_allow_batching_basic.result +share/mysql/test/suite/sys_vars/r/transaction_isolation_basic.result +share/mysql/test/suite/sys_vars/r/transaction_isolation_func.result share/mysql/test/suite/sys_vars/r/transaction_prealloc_size_basic.result +share/mysql/test/suite/sys_vars/r/transaction_read_only_basic.result share/mysql/test/suite/sys_vars/r/transaction_write_set_extraction_basic.result share/mysql/test/suite/sys_vars/r/tx_isolation_basic.result share/mysql/test/suite/sys_vars/r/tx_isolation_func.result @@ -12402,7 +12456,11 @@ share/mysql/test/suite/sys_vars/t/tmp_table_size_basic.test share/mysql/test/suite/sys_vars/t/tmpdir_basic.test share/mysql/test/suite/sys_vars/t/transaction_alloc_block_size_basic.test share/mysql/test/suite/sys_vars/t/transaction_allow_batching_basic.test +share/mysql/test/suite/sys_vars/t/transaction_isolation_basic.test +share/mysql/test/suite/sys_vars/t/transaction_isolation_func-master.opt +share/mysql/test/suite/sys_vars/t/transaction_isolation_func.test share/mysql/test/suite/sys_vars/t/transaction_prealloc_size_basic.test +share/mysql/test/suite/sys_vars/t/transaction_read_only_basic.test share/mysql/test/suite/sys_vars/t/transaction_write_set_extraction_basic-master.opt share/mysql/test/suite/sys_vars/t/transaction_write_set_extraction_basic.test share/mysql/test/suite/sys_vars/t/tx_isolation_basic.test @@ -12686,6 +12744,7 @@ share/mysql/test/suite/test_services/t/test_services-master.opt share/mysql/test/suite/test_services/t/test_services.test 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/admin_list_objects_table_names.inc 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 @@ -12716,7 +12775,9 @@ share/mysql/test/suite/x/r/admin_kill.result share/mysql/test/suite/x/r/admin_kill_client_mysqlx.result share/mysql/test/suite/x/r/admin_list_objects.result share/mysql/test/suite/x/r/admin_list_objects_case_insensitive_names.result +share/mysql/test/suite/x/r/admin_list_objects_case_insensitive_names_forced.result share/mysql/test/suite/x/r/admin_list_objects_case_sensitive_names.result +share/mysql/test/suite/x/r/admin_list_objects_case_sensitive_names_forced.result share/mysql/test/suite/x/r/admin_list_objects_mysqlx.result share/mysql/test/suite/x/r/admin_ping.result share/mysql/test/suite/x/r/admin_ping_mysqlx.result @@ -12884,7 +12945,10 @@ share/mysql/test/suite/x/t/admin_kill.test share/mysql/test/suite/x/t/admin_kill_client_mysqlx.test share/mysql/test/suite/x/t/admin_list_objects.test share/mysql/test/suite/x/t/admin_list_objects_case_insensitive_names.test +share/mysql/test/suite/x/t/admin_list_objects_case_insensitive_names_forced.test share/mysql/test/suite/x/t/admin_list_objects_case_sensitive_names.test +share/mysql/test/suite/x/t/admin_list_objects_case_sensitive_names_forced-master.opt +share/mysql/test/suite/x/t/admin_list_objects_case_sensitive_names_forced.test share/mysql/test/suite/x/t/admin_list_objects_mysqlx.test share/mysql/test/suite/x/t/admin_ping.test share/mysql/test/suite/x/t/admin_ping_mysqlx.test @@ -13225,7 +13289,6 @@ share/mysql/test/t/ctype_utf8mb4_myisam.test share/mysql/test/t/ctype_utf8mb4_uca.test share/mysql/test/t/daemonize_opt-master.opt share/mysql/test/t/daemonize_opt.test -share/mysql/test/t/datadir_permission.cnf share/mysql/test/t/datadir_permission.test share/mysql/test/t/date_formats-master.opt share/mysql/test/t/date_formats.test @@ -14144,6 +14207,10 @@ share/mysql/test/t/timezone_debug.test share/mysql/test/t/timezone_grant.test share/mysql/test/t/trans_read_only-master.opt share/mysql/test/t/trans_read_only.test +share/mysql/test/t/transaction_isolation-master.opt +share/mysql/test/t/transaction_isolation.test +share/mysql/test/t/transaction_read_only-master.opt +share/mysql/test/t/transaction_read_only.test share/mysql/test/t/trigger-compat.test share/mysql/test/t/trigger-trans.test share/mysql/test/t/trigger.test @@ -14197,6 +14264,8 @@ share/mysql/test/t/user_limits.test share/mysql/test/t/user_lock.test share/mysql/test/t/user_var-binlog.test share/mysql/test/t/user_var.test +share/mysql/test/t/utility_warnings-master.opt +share/mysql/test/t/utility_warnings.test share/mysql/test/t/validate_password_plugin-master.opt share/mysql/test/t/validate_password_plugin.test share/mysql/test/t/validate_password_plugin_check_user-master.opt @@ -14257,4 +14326,3 @@ share/mysql/test/t/xml.test share/mysql/test/valgrind.supp share/mysql/ukrainian/errmsg.sys share/mysql/uninstall_rewriter.sql -@pkgdir lib/mysql/plugin/debug |