head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.14 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.12 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.10 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.8 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @// @; 1.1 date 2024.08.05.01.24.00; author jnemeth; state Exp; branches; next ; commitid C2Nrpx6JFvBnwzkF; desc @@ 1.1 log @databases/mysql80-cluster: import mysql-cluster-8.0.39 MySQL Cluster is a highly scalable, real-time, ACID-compliant transactional database, combining 99.999% availability with the low TCO of open source. Designed around a distributed, multi-master architecture with no single point of failure, MySQL Cluster scales horizontally on commodity hardware to serve read and write intensive workloads, accessed via SQL and NoSQL interfaces. This package contains MySQL server version 8.0. @ text @$NetBSD$ --- storage/ndb/src/common/portlib/NdbHW.cpp.orig 2024-03-27 19:25:51.000000000 +0000 +++ storage/ndb/src/common/portlib/NdbHW.cpp @@@@ -942,7 +942,7 @@@@ Uint32 Ndb_getCPUL3CacheId(Uint32 cpu_id } #if defined(HAVE_SOLARIS_AFFINITY) || defined(HAVE_LINUX_SCHEDULING) || \ - defined(HAVE_CPUSET_SETAFFINITY) + defined(HAVE_CPUSET_SETAFFINITY) || defined(__NetBSD__) static void check_cpu_online(struct ndb_hwinfo *hwinfo) { for (Uint32 i = 0; i < hwinfo->cpu_cnt_max; i++) { if (!NdbThread_IsCPUAvailable(i)) { @@@@ -1817,7 +1817,7 @@@@ static int Ndb_ReloadHWInfo(struct ndb_h return get_meminfo(hwinfo); } -#elif defined HAVE_SOLARIS_AFFINITY +#elif defined HAVE_SOLARIS_AFFINITY || defined(__NetBSD__) /* Solaris HW Information */ /** @