Created attachment 218947 [details] Update to 5.7.31-25.23.
The patch passes portlint, poudriere testport for 11.4-RELEASE, 12.1-RELEASE.
There is an error in CURRENT: http://joneumbox.org/build.html?mastername=13amd64-ports&build=2020-10-31_16h15m28s http://joneumbox.org/build.html?mastername=13i386-ports&build=2020-10-31_16h15m48s
Created attachment 219362 [details] Update to 5.7.31-25.23 Updated the patch. LLVM 11 changed the default flags from -fcommon to -fno-common, which made innodb_memcached plugin fail at link time. Added -fcommon to CFLAGS for 13.0-CURRENT. Fixed implicit conversions from NULL to boolean which LLVM 11 does not seem to accept anymore: - rapid/plugin/group_replication/src/recovery_state_transfer.cc - storage/innobase/fsp/fsp0fsp.cc - sql/binlog.cc
A commit references this bug: Author: joneum Date: Sun Nov 8 09:41:27 UTC 2020 New revision: 554442 URL: https://svnweb.freebsd.org/changeset/ports/554442 Log: Update to 5.7.31-25.23 Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.31-25.23/release-notes-mysql-wsrep-5.7.31-25.23.txt PR: 250508 Submitted by: maintainer Sponsored by: Netzkommune GmbH Changes: head/databases/mysqlwsrep57-server/Makefile head/databases/mysqlwsrep57-server/distinfo head/databases/mysqlwsrep57-server/files/patch-CMakeLists.txt head/databases/mysqlwsrep57-server/files/patch-cmake_os_FreeBSD.cmake head/databases/mysqlwsrep57-server/files/patch-rapid_plugin_group__replication_src_recovery__state__transfer.cc(working head/databases/mysqlwsrep57-server/files/patch-scripts_CMakeLists.txt head/databases/mysqlwsrep57-server/files/patch-sql_binlog.cc head/databases/mysqlwsrep57-server/files/patch-sql_sys__vars.cc head/databases/mysqlwsrep57-server/files/patch-storage_innobase_fsp_fsp0fsp.cc