mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
PR: 265468 Bugs Fixed: - InnoDB: A TRUNCATE TABLE operation failed to remove data dictionary entries for columns that were dropped using ALGORITHM=INSTANT. - InnoDB: An incorrect nullable column calculation on tables with instantly added columns caused data to be interpreted incorrectly - InnoDB: The read_2_bytes() function in the InnoDB sources, which reads bytes from the log buffer, returned a null pointer. - Replication: The COUNT_TRANSACTIONS_REMOTE_IN_APPLIER_QUEUE column in the Performance Schema table replication_group_member_stats could persistently show transactions related to view change events (View_change_log_event) that had already been applied. These events are queued in the Group Replication applier channel but applied in the Group Replication recovery channel, causing a race condition that could result in the counter decrement being lost. The increment of the count now takes place at a more suitable point, and the counter for COUNT_TRANSACTIONS_REMOTE_IN_APPLIER_QUEUE is also now set to zero when the applier is not busy. - Debug MySQL binaries can now be built using -0g and -fno-inline. See full Changelog here: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html Sponsored by: Netzkommune GmbH
56 lines
1.5 KiB
Text
56 lines
1.5 KiB
Text
bin/comp_err
|
|
bin/my_print_defaults
|
|
bin/mysql
|
|
bin/mysql_config
|
|
bin/mysql_config_editor
|
|
bin/mysql_migrate_keyring
|
|
bin/mysqladmin
|
|
bin/mysqlbinlog
|
|
bin/mysqlcheck
|
|
bin/mysqldump
|
|
bin/mysqlimport
|
|
bin/mysqlpump
|
|
bin/mysqlshow
|
|
bin/mysqlslap
|
|
bin/perror
|
|
@comment bin/zlib_decompress
|
|
include/mysql/errmsg.h
|
|
include/mysql/field_types.h
|
|
include/mysql/my_command.h
|
|
include/mysql/my_compress.h
|
|
include/mysql/my_list.h
|
|
include/mysql/mysql.h
|
|
include/mysql/mysql/client_plugin.h
|
|
include/mysql/mysql/plugin_auth_common.h
|
|
include/mysql/mysql/udf_registration_types.h
|
|
include/mysql/mysql_com.h
|
|
include/mysql/mysql_time.h
|
|
include/mysql/mysql_version.h
|
|
include/mysql/mysqld_error.h
|
|
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
|
|
%%SASLCLIENT%%lib/mysql/plugin/authentication_ldap_sasl_client.so
|
|
lib/mysql/plugin/authentication_fido_client.so
|
|
lib/mysql/plugin/authentication_oci_client.so
|
|
libdata/pkgconfig/mysqlclient.pc
|
|
share/man/man1/comp_err.1.gz
|
|
share/man/man1/lz4_decompress.1.gz
|
|
share/man/man1/mysql.1.gz
|
|
share/man/man1/mysql_config.1.gz
|
|
share/man/man1/mysql_config_editor.1.gz
|
|
share/man/man1/mysqladmin.1.gz
|
|
share/man/man1/mysqlbinlog.1.gz
|
|
share/man/man1/mysqlcheck.1.gz
|
|
share/man/man1/mysqldump.1.gz
|
|
share/man/man1/mysqlimport.1.gz
|
|
share/man/man1/mysqlman.1.gz
|
|
share/man/man1/mysqlpump.1.gz
|
|
share/man/man1/mysqlshow.1.gz
|
|
share/man/man1/mysqlslap.1.gz
|
|
share/man/man1/perror.1.gz
|
|
share/man/man1/zlib_decompress.1.gz
|
|
share/aclocal/mysql.m4
|