pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec 10 18:23:08 UTC 2024

Modified Files:
        pkgsrc/databases/mariadb1011-client: Makefile Makefile.common distinfo
        pkgsrc/databases/mariadb1011-server: Makefile
Removed Files:
        pkgsrc/databases/mariadb1011-client/patches: patch-cmake_libfmt.cmake
            patch-extra_mariabackup_xtrabackup.cc

Log Message:
mariadb1011: Update to 10.11.10

                         MariaDB 10.11.10 Release Notes

Notable Items

  Storage Engines

    InnoDB

     * Fix attempt to read outside the bounds of the file: ./ibdata1
       (MDEV-34453)
     * Fix MariaDB crash with SIGILL because the OS does not support AVX512
       (MDEV-34565)
     * Fix deadlock caused by lock_rec_unlock_unmodified() (MDEV-34690)
     * Fix duplicate key error in table 'mysql.innodb_table_stats'
       (MDEV-34207)
     * Fix possible adaptive hash index corruption with ALTER TABLE...IMPORT
       TABLESPACE and FULLTEXT SEARCH (MDEV-35059)
     * XA prepare now correctly releases unmodified records in non-blocking
       mode (MDEV-34466)
     * Fix contention between secondary index UPDATE and purge due to large
       innodb_purge_batch_size (MDEV-34515)
          * New default of 127 for innodb_purge_batch_size (previously 1000).
     * Fix redundant page lookups that hurt performance (MDEV-34791)

    Spider

     * Fix server crash when calling spider UDF after aria_encrypt_tables is
       enabled (MDEV-34682)
     * SELECT MIN on Spider table no longer returns more rows than expected
       (MDEV-26345)
     * Fix Spider group by handler wrong result on order by aggregate
       (MDEV-29546)

    S3

     * Fix Storage Engine S3 that caused 500 error when using Huawai Cloud S3
       and possibly other S3 providers (MDEV-34867)
          * A new option s3-provider has been added. s3-provider=Huawai needs
            to be set for Huawai Cloud S3

  Optimizer

     * Fix crash caused by query containing constant having clause
       (MDEV-23983)
     * Fix assertion with optimizer_join_limit_pref_ratio and 1-table select
       (MDEV-35072)

  Data Definition - Alter Table

     * Modification of the column now correctly checks foreign key constraint
       (MDEV-34392)
     * Fix incorrect NULL value handling for instantly dropped BLOB columns
       (MDEV-35122)

  Galera

     * Galera updated to 26.4.20
     * Fix server crash when setting wsrep_cluster_address after adding
       invalid value to wsrep_allowlist table (MDEV-31173)
     * TOI (ALTER) no longer hangs on a parent table if SR transaction is in
       progress on a child table (MDEV-34836)
     * Fix INSERT...SELECT' on MyISAM table suddenly replicated by alera
       (MDEV-34647)
     * Fix case where with wsrep_mode=REPLICATE_ARIA, only part of the
       mixed-engine transactions was replicated (MDEV-30653)
     * Fix galera_ssl_reload failure with warning message (MDEV-32778)
     * When InnoDB gets an assertion failure, WSREP layer is now handled
       gracefully (MDEV-32363)

  Backup

     * Recovery now correctly notes some log corruption (MDEV-34802)
     * InnoDB now correctly merges the change buffer to ROW_FORMAT=COMPRESSED
       tables (MDEV-34879)
     * Can now selectively restore sequences using innodb tables from backup
       (MDEV-32350)

  JSON

     * JSON_TABLE now properly unquotes strings (MDEV-27412)
     * JSON_TABLE default values now allows non-string literals (MDEV-25822)

  General

     * mariadbd no longer hangs on startup when --init-file target does not
       exist (MDEV-34814)
     * LOAD DATA INFILE with geometry data no longer fails (MDEV-34883)
     * Fix heap-use-after-free in group_concat with compressed or GIS columns
       (MDEV-16699)
     * Fix assertion `!is_cond()' failed in Item_bool_func::val_int /
       do_select (MDEV-35135)
     * Trigger now works correctly with bulk update (MDEV-34718)
     * Fix assertion failure in find_producing_item upon a query from a view
       (MDEV-35276)
     * Add new setting, --quick-max-column-width to the mariadb client for
       use in --quick mode (MDEV-34704)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/mariadb1011-client/Makefile \
    pkgsrc/databases/mariadb1011-client/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/mariadb1011-client/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/mariadb1011-client/patches/patch-cmake_libfmt.cmake \
    pkgsrc/databases/mariadb1011-client/patches/patch-extra_mariabackup_xtrabackup.cc
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/mariadb1011-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mariadb1011-client/Makefile
diff -u pkgsrc/databases/mariadb1011-client/Makefile:1.15 pkgsrc/databases/mariadb1011-client/Makefile:1.16
--- pkgsrc/databases/mariadb1011-client/Makefile:1.15   Thu Nov 14 22:19:01 2024
+++ pkgsrc/databases/mariadb1011-client/Makefile        Tue Dec 10 18:23:08 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/11/14 22:19:01 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/12/10 18:23:08 nia Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
-PKGREVISION=   3
 COMMENT=       MariaDB 10.11, a free MySQL compatible database (client)
 
 CONFLICTS=     mysql-client-[0-9]*
Index: pkgsrc/databases/mariadb1011-client/Makefile.common
diff -u pkgsrc/databases/mariadb1011-client/Makefile.common:1.15 pkgsrc/databases/mariadb1011-client/Makefile.common:1.16
--- pkgsrc/databases/mariadb1011-client/Makefile.common:1.15    Sun Aug 25 06:18:29 2024
+++ pkgsrc/databases/mariadb1011-client/Makefile.common Tue Dec 10 18:23:08 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.15 2024/08/25 06:18:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2024/12/10 18:23:08 nia Exp $
 #
 # used by databases/mariadb1011-client/Makefile
 # used by databases/mariadb1011-server/Makefile
 # used by databases/mariadb1011-embedded/Makefile
 
-DISTNAME=      mariadb-10.11.9
+DISTNAME=      mariadb-10.11.10
 CATEGORIES=    databases
 MASTER_SITES=  https://archive.mariadb.org/${DISTNAME}/source/
 

Index: pkgsrc/databases/mariadb1011-client/distinfo
diff -u pkgsrc/databases/mariadb1011-client/distinfo:1.11 pkgsrc/databases/mariadb1011-client/distinfo:1.12
--- pkgsrc/databases/mariadb1011-client/distinfo:1.11   Mon Aug 19 09:09:48 2024
+++ pkgsrc/databases/mariadb1011-client/distinfo        Tue Dec 10 18:23:08 2024
@@ -1,14 +1,12 @@
-$NetBSD: distinfo,v 1.11 2024/08/19 09:09:48 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/12/10 18:23:08 nia Exp $
 
-BLAKE2s (mariadb-10.11.9.tar.gz) = 5505429a897f1b821a18ad1e303f9f81ee766a2c31da36c7ce012fe4041094d1
-SHA512 (mariadb-10.11.9.tar.gz) = a51680babed106ad52a8a9d57fb1db82fca02fd3eff7ef3f2cc3dd89bd9608e9f78ca5a11335a6be8d22950ca8caf1e859bd19550ab3fe129b73b856674cfdc0
-Size (mariadb-10.11.9.tar.gz) = 101611566 bytes
+BLAKE2s (mariadb-10.11.10.tar.gz) = 07830db81c463489dc3b005ab899b1aa29bc445806bc862ee6cb59ca2b1c9a4e
+SHA512 (mariadb-10.11.10.tar.gz) = 3a8655384813ba515ce185e8a03427785fbea75b3226e2a1db02839dd66c22622ba27eeb2ca7b3d840bba43720a4393bbf71eb4b2b9e41ab837629e89a8b5976
+Size (mariadb-10.11.10.tar.gz) = 104463642 bytes
 SHA1 (patch-BUILD_compile-pentium32-gcov) = 89a7da728f94f19c153b4d2d2d6ba5462acc941f
 SHA1 (patch-CMakeLists.txt) = b41fc869c3ebf0b13138a566a03080a0f3475551
 SHA1 (patch-client_CMakeLists.txt) = 8fdd8a182304f0b84e120ce95334ace23d02ce88
 SHA1 (patch-client_mysql.cc) = e9c33cd51c11b6be309ee6d1404da2d9ece38efd
-SHA1 (patch-cmake_libfmt.cmake) = 2337c62c19d625b44e5082d0f1cae6afde708601
-SHA1 (patch-extra_mariabackup_xtrabackup.cc) = aaabf5998b29d4c15110d6e968c1c968a69d23a8
 SHA1 (patch-extra_readline_CMakeLists.txt) = 37873deaeccb37e1313179103bb12dcde4a496d6
 SHA1 (patch-include_my__global.h) = a3b831f91ba2efea9f78e70ab4f706da23b80403
 SHA1 (patch-libmariadb_cmake_FindGSSAPI.cmake) = 94b268478e680b82b1c108a12c0f37f3dc68ffce

Index: pkgsrc/databases/mariadb1011-server/Makefile
diff -u pkgsrc/databases/mariadb1011-server/Makefile:1.20 pkgsrc/databases/mariadb1011-server/Makefile:1.21
--- pkgsrc/databases/mariadb1011-server/Makefile:1.20   Thu Nov 14 22:19:01 2024
+++ pkgsrc/databases/mariadb1011-server/Makefile        Tue Dec 10 18:23:08 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/11/14 22:19:01 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/12/10 18:23:08 nia Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-server-/}
-PKGREVISION=   5
 COMMENT=       MariaDB 10.11, a free MySQL compatible database (server)
 
 CONFLICTS=     mysql-server-[0-9]*



Home | Main Index | Thread Index | Old Index