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$ --- plugin/x/CMakeLists.txt.orig 2024-06-10 04:43:05.807502978 +0000 +++ plugin/x/CMakeLists.txt @@@@ -46,10 +46,10 @@@@ INCLUDE(configure.cmake) ADD_SUBDIRECTORY(protocol) ADD_SUBDIRECTORY(client) -# MYSQL_ADD_PLUGIN may have decided *not* to build mysqlx -IF(WITH_MYSQLX) - ADD_SUBDIRECTORY(tests) -ENDIF() +# pkgsrc # MYSQL_ADD_PLUGIN may have decided *not* to build mysqlx +# pkgsrc IF(WITH_MYSQLX) +# pkgsrc ADD_SUBDIRECTORY(tests) +# pkgsrc ENDIF() OPTION(WITH_MYSQLX_USE_PROTOBUF_FULL "Link mysqlx plugin with agains full version of \ @