databases/mysql80-{client, server}: Update to latest release 8.0.19
- New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang.
- Enabling FPROFILE_USE also enables WITH_LTO (link time optimization).
- Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas.
- The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables.
More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html
Submitted by: fluffy
Approved by: mmokhi (maintainer, implicit)
Sponsored by: Netzkommune GmbH
2020-01-15 21:06:49 +01:00
|
|
|
bin/comp_err
|
2020-01-08 17:47:12 +01:00
|
|
|
bin/my_print_defaults
|
2017-01-07 21:34:46 +01:00
|
|
|
bin/mysql
|
|
|
|
bin/mysql_config
|
|
|
|
bin/mysql_config_editor
|
2021-05-20 14:07:45 +02:00
|
|
|
bin/mysql_migrate_keyring
|
2017-01-07 21:34:46 +01:00
|
|
|
bin/mysqladmin
|
|
|
|
bin/mysqlbinlog
|
|
|
|
bin/mysqlcheck
|
|
|
|
bin/mysqldump
|
|
|
|
bin/mysqlimport
|
|
|
|
bin/mysqlpump
|
|
|
|
bin/mysqlshow
|
|
|
|
bin/mysqlslap
|
2020-01-08 17:47:12 +01:00
|
|
|
bin/perror
|
2020-03-16 11:29:34 +01:00
|
|
|
@comment bin/zlib_decompress
|
2021-11-25 08:14:34 +01:00
|
|
|
include/mysql/add_with_saturate.h
|
|
|
|
include/mysql/caching_sha2_passwordopt-longopts.h
|
|
|
|
include/mysql/caching_sha2_passwordopt-vars.h
|
|
|
|
include/mysql/compression.h
|
|
|
|
include/mysql/keyring_operations_helper.h
|
|
|
|
include/mysql/manifest.h
|
|
|
|
include/mysql/mem_root_deque.h
|
|
|
|
include/mysql/memory_debugging.h
|
|
|
|
include/mysql/my_basename.h
|
|
|
|
include/mysql/my_checksum.h
|
|
|
|
include/mysql/my_getpwnam.h
|
|
|
|
include/mysql/my_hostname.h
|
|
|
|
include/mysql/my_rcu_lock.h
|
|
|
|
include/mysql/mysql_async.h
|
|
|
|
include/mysql/pfs_data_lock_provider.h
|
|
|
|
include/mysql/pfs_system_provider.h
|
|
|
|
include/mysql/pfs_tls_channel_provider.h
|
|
|
|
include/mysql/unhex.h
|
|
|
|
include/mysql/unsafe_string_append.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/base64.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/big_endian.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/c_string_less.h
|
|
|
|
include/mysql/crypt_genhash_impl.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/decimal.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/depth_first_search.h
|
|
|
|
include/mysql/dur_prop.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/errmsg.h
|
2019-05-11 16:15:44 +02:00
|
|
|
include/mysql/field_types.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/ft_global.h
|
|
|
|
include/mysql/heap.h
|
databases/mysql80-{client, server}: Update to latest release 8.0.19
- New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang.
- Enabling FPROFILE_USE also enables WITH_LTO (link time optimization).
- Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas.
- The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables.
More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html
Submitted by: fluffy
Approved by: mmokhi (maintainer, implicit)
Sponsored by: Netzkommune GmbH
2020-01-15 21:06:49 +01:00
|
|
|
include/mysql/integer_digits.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/keycache.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/lex_string.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/lf.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/little_endian.h
|
|
|
|
include/mysql/m_ctype.h
|
|
|
|
include/mysql/m_string.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/map_helpers.h
|
|
|
|
include/mysql/mf_wcomp.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/mutex_lock.h
|
|
|
|
include/mysql/my_aes.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_alloc.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_atomic.h
|
|
|
|
include/mysql/my_base.h
|
|
|
|
include/mysql/my_bit.h
|
|
|
|
include/mysql/my_bitmap.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_byteorder.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_check_opt.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_command.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_compare.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_compiler.h
|
2020-01-08 17:47:12 +01:00
|
|
|
include/mysql/my_compress.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_dbug.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_default.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_dir.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_double2ulonglong.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_getopt.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_hash_combine.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_icp.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_inttypes.h
|
|
|
|
include/mysql/my_io.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_list.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_loglevel.h
|
|
|
|
include/mysql/my_macros.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_md5.h
|
|
|
|
include/mysql/my_md5_size.h
|
|
|
|
include/mysql/my_murmur3.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_pointer_arithmetic.h
|
|
|
|
include/mysql/my_psi_config.h
|
|
|
|
include/mysql/my_rapidjson_size_t.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_rdtsc.h
|
|
|
|
include/mysql/my_rnd.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_sharedlib.h
|
|
|
|
include/mysql/my_shm_defaults.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_sqlcommand.h
|
|
|
|
include/mysql/my_stacktrace.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_sys.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/my_systime.h
|
|
|
|
include/mysql/my_table_map.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_thread.h
|
|
|
|
include/mysql/my_thread_local.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/my_thread_os_id.h
|
|
|
|
include/mysql/my_time.h
|
|
|
|
include/mysql/my_timer.h
|
|
|
|
include/mysql/my_tree.h
|
|
|
|
include/mysql/my_uctype.h
|
|
|
|
include/mysql/my_user.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/my_xml.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/myisam.h
|
|
|
|
include/mysql/myisammrg.h
|
|
|
|
include/mysql/myisampack.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/mysql.h
|
|
|
|
include/mysql/mysql/client_authentication.h
|
|
|
|
include/mysql/mysql/client_plugin.h
|
|
|
|
include/mysql/mysql/client_plugin.h.pp
|
|
|
|
include/mysql/mysql/com_data.h
|
|
|
|
include/mysql/mysql/group_replication_priv.h
|
|
|
|
include/mysql/mysql/innodb_priv.h
|
|
|
|
include/mysql/mysql/mysql_lex_string.h
|
|
|
|
include/mysql/mysql/plugin.h
|
|
|
|
include/mysql/mysql/plugin_audit.h
|
|
|
|
include/mysql/mysql/plugin_audit.h.pp
|
|
|
|
include/mysql/mysql/plugin_auth.h
|
|
|
|
include/mysql/mysql/plugin_auth.h.pp
|
|
|
|
include/mysql/mysql/plugin_auth_common.h
|
|
|
|
include/mysql/mysql/plugin_ftparser.h
|
|
|
|
include/mysql/mysql/plugin_ftparser.h.pp
|
|
|
|
include/mysql/mysql/plugin_group_replication.h
|
|
|
|
include/mysql/mysql/plugin_keyring.h
|
|
|
|
include/mysql/mysql/plugin_keyring.h.pp
|
|
|
|
include/mysql/mysql/plugin_query_rewrite.h
|
|
|
|
include/mysql/mysql/plugin_trace.h
|
|
|
|
include/mysql/mysql/plugin_validate_password.h
|
|
|
|
include/mysql/mysql/service_command.h
|
|
|
|
include/mysql/mysql/service_locking.h
|
|
|
|
include/mysql/mysql/service_my_plugin_log.h
|
|
|
|
include/mysql/mysql/service_mysql_alloc.h
|
|
|
|
include/mysql/mysql/service_mysql_keyring.h
|
|
|
|
include/mysql/mysql/service_mysql_password_policy.h
|
|
|
|
include/mysql/mysql/service_mysql_string.h
|
|
|
|
include/mysql/mysql/service_parser.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/mysql/service_plugin_registry.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/mysql/service_rpl_transaction_ctx.h
|
|
|
|
include/mysql/mysql/service_rpl_transaction_write_set.h
|
|
|
|
include/mysql/mysql/service_rules_table.h
|
|
|
|
include/mysql/mysql/service_security_context.h
|
|
|
|
include/mysql/mysql/service_srv_session.h
|
|
|
|
include/mysql/mysql/service_srv_session_info.h
|
|
|
|
include/mysql/mysql/service_ssl_wrapper.h
|
|
|
|
include/mysql/mysql/service_thd_alloc.h
|
|
|
|
include/mysql/mysql/service_thd_engine_lock.h
|
|
|
|
include/mysql/mysql/service_thd_wait.h
|
|
|
|
include/mysql/mysql/service_thread_scheduler.h
|
|
|
|
include/mysql/mysql/services.h
|
|
|
|
include/mysql/mysql/services.h.pp
|
|
|
|
include/mysql/mysql/thread_pool_priv.h
|
|
|
|
include/mysql/mysql/thread_type.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/mysql/udf_registration_types.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/mysql_com.h
|
|
|
|
include/mysql/mysql_com_server.h
|
|
|
|
include/mysql/mysql_time.h
|
|
|
|
include/mysql/mysql_version.h
|
|
|
|
include/mysql/mysqld_error.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/mysys_err.h
|
|
|
|
include/mysql/password.h
|
|
|
|
include/mysql/pfs_cond_provider.h
|
|
|
|
include/mysql/pfs_error_provider.h
|
|
|
|
include/mysql/pfs_file_provider.h
|
|
|
|
include/mysql/pfs_idle_provider.h
|
|
|
|
include/mysql/pfs_memory_provider.h
|
|
|
|
include/mysql/pfs_metadata_provider.h
|
|
|
|
include/mysql/pfs_mutex_provider.h
|
|
|
|
include/mysql/pfs_rwlock_provider.h
|
|
|
|
include/mysql/pfs_socket_provider.h
|
|
|
|
include/mysql/pfs_stage_provider.h
|
|
|
|
include/mysql/pfs_statement_provider.h
|
|
|
|
include/mysql/pfs_table_provider.h
|
|
|
|
include/mysql/pfs_thread_provider.h
|
|
|
|
include/mysql/pfs_transaction_provider.h
|
|
|
|
include/mysql/prealloced_array.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/print_version.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/priority_queue.h
|
|
|
|
include/mysql/rwlock_scoped_lock.h
|
|
|
|
include/mysql/scope_guard.h
|
|
|
|
include/mysql/service_versions.h
|
|
|
|
include/mysql/sha1.h
|
|
|
|
include/mysql/sha2.h
|
|
|
|
include/mysql/sql_chars.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/sql_common.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/sql_string.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/sslopt-case.h
|
|
|
|
include/mysql/sslopt-longopts.h
|
|
|
|
include/mysql/sslopt-vars.h
|
databases/mysql80-{client, server}: Update to latest release 8.0.19
- New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang.
- Enabling FPROFILE_USE also enables WITH_LTO (link time optimization).
- Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas.
- The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables.
More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html
Submitted by: fluffy
Approved by: mmokhi (maintainer, implicit)
Sponsored by: Netzkommune GmbH
2020-01-15 21:06:49 +01:00
|
|
|
include/mysql/tables_contained_in.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/template_utils.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/thr_cond.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/thr_lock.h
|
2017-01-07 21:34:46 +01:00
|
|
|
include/mysql/thr_mutex.h
|
|
|
|
include/mysql/thr_rwlock.h
|
|
|
|
include/mysql/typelib.h
|
2017-10-06 17:44:18 +02:00
|
|
|
include/mysql/varlen_sort.h
|
2017-01-10 17:06:41 +01:00
|
|
|
include/mysql/violite.h
|
|
|
|
include/mysql/welcome_copyright_notice.h
|
2017-01-07 21:34:46 +01:00
|
|
|
lib/mysql/libmysqlclient.a
|
|
|
|
lib/mysql/libmysqlclient.so
|
|
|
|
lib/mysql/libmysqlclient.so.21
|
|
|
|
lib/mysql/libmysqlclient_r.a
|
|
|
|
lib/mysql/libmysqlclient_r.so
|
|
|
|
lib/mysql/libmysqlclient_r.so.21
|
2020-01-08 17:47:12 +01:00
|
|
|
%%SASLCLIENT%%lib/mysql/plugin/authentication_ldap_sasl_client.so
|
2022-01-28 16:28:44 +01:00
|
|
|
lib/mysql/plugin/authentication_fido_client.so
|
|
|
|
lib/mysql/plugin/authentication_oci_client.so
|
2017-01-07 21:34:46 +01:00
|
|
|
libdata/pkgconfig/mysqlclient.pc
|
|
|
|
man/man1/comp_err.1.gz
|
2020-01-08 17:47:12 +01:00
|
|
|
man/man1/lz4_decompress.1.gz
|
2017-01-07 21:34:46 +01:00
|
|
|
man/man1/mysql.1.gz
|
|
|
|
man/man1/mysql_config.1.gz
|
|
|
|
man/man1/mysql_config_editor.1.gz
|
|
|
|
man/man1/mysqladmin.1.gz
|
|
|
|
man/man1/mysqlbinlog.1.gz
|
|
|
|
man/man1/mysqlcheck.1.gz
|
|
|
|
man/man1/mysqldump.1.gz
|
|
|
|
man/man1/mysqlimport.1.gz
|
2020-01-08 17:47:12 +01:00
|
|
|
man/man1/mysqlman.1.gz
|
|
|
|
man/man1/mysqlpump.1.gz
|
2017-01-07 21:34:46 +01:00
|
|
|
man/man1/mysqlshow.1.gz
|
|
|
|
man/man1/mysqlslap.1.gz
|
2020-01-08 17:47:12 +01:00
|
|
|
man/man1/perror.1.gz
|
|
|
|
man/man1/zlib_decompress.1.gz
|
2017-01-07 21:34:46 +01:00
|
|
|
share/aclocal/mysql.m4
|