head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.05.31.10.47.48; author jnemeth; state Exp; branches; next ; commitid VSBBktje29j7iXHG; desc @@ 1.1 log @Upgrade to MySQL Cluster 8.0.46. Changes in MySQL NDB Cluster 8.0.46 (2026-04-24) MySQL NDB Cluster 8.0.46 is a new release of NDB 8.0, based on MySQL Server 8.0 and including features in version 8.0 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. Obtaining NDB Cluster 8.0. NDB Cluster 8.0 source code and binaries can be obtained from https://dev.mysql.com/downloads/cluster/. For an overview of changes made in NDB Cluster 8.0, see What is New in MySQL NDB Cluster 8.0. This release also incorporates all bug fixes and changes made in previous NDB Cluster releases, as well as all bug fixes and feature changes which were added in mainline MySQL 8.0 through MySQL 8.0.46 (see Changes in MySQL 8.0.46 (2026-04-21)). @ text @$NetBSD$ --- extra/libevent/libevent-2.1.11-stable/kqueue.c.orig 2026-05-25 01:59:51.791019114 +0000 +++ extra/libevent/libevent-2.1.11-stable/kqueue.c @@@@ -51,7 +51,7 @@@@ /* Some platforms apparently define the udata field of struct kevent as * intptr_t, whereas others define it as void*. There doesn't seem to be an * easy way to tell them apart via autoconf, so we need to use OS macros. */ -#if defined(EVENT__HAVE_INTTYPES_H) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__darwin__) && !defined(__APPLE__) && !defined(__CloudABI__) +#if defined(EVENT__HAVE_INTTYPES_H) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__darwin__) && !defined(__APPLE__) && !defined(__CloudABI__) && !defined(__NetBSD__) #define PTR_TO_UDATA(x) ((intptr_t)(x)) #define INT_TO_UDATA(x) ((intptr_t)(x)) #else @