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:           Wed Apr 10 19:22:39 UTC 2024

Modified Files:
        pkgsrc/databases/mariadb106-client: Makefile.common PLIST distinfo
        pkgsrc/databases/mariadb106-server: PLIST
Removed Files:
        pkgsrc/databases/mariadb106-client/patches:
            patch-plugin_auth__pam_testing_pam__mariadb__mtr.c
            patch-storage_connect_tabvct.cpp

Log Message:
mariadb106: Update to 10.6.17

                           MariaDB 10.6.17 Changelog

  * Includes all fixes from MariaDB 10.5.24
  * pcre.cmake: always check the library with check_library_exists()
  * fix columnstore compilation on fc39
  * Disable perfschema.misc_session_status for 32 bit
  * Updated some 32 bit result files in sys_vars
  * Fixed some wrong printf() usage after changing m_table_id to
    ulonglong
  * fix failing test on buildbot for MDEV-27087
  * MDEV-33317 [Warning] InnoDB: Could not free any blocks in the
    buffer pool!
  * MDEV-31616 Problems with a stored function EMPTY() on upgrade to
    10.6.
  * reorder the log columns for MDEV-27087
  * Fixed some mtr tests that failed on windows
  * Fixed compiler error/warning in backup_copy.cc
  * Fixed main.strict test to work with icc compiler
  * Disable main.gis from embedded
  * MDEV-33279 Disable transparent huge pages after page buffers has
    been allocatedDisable transparent huge pages (THP)
  * Trivial fixes:
  * Temporary table name used by multip-update has 'null' as part of
    the name
  * MDEV-33118 optimizer_adjust_secondary_key_costs variable
  * Ensure keyread_tmp variable is assigned.
  * Fixed possible mutex-wrong-order with KILL USER
  * MDEV-32551: "Read semi-sync reply magic number error" warnings on
    master
  * MDEV-32906: The SQL error plugin prints (null) as database if the
    mariadb client is not using any database to execute the SQL.
  * MDEV-27087: Add thread ID and database / table, where the error
    occured to SQL error plugin
  * new CC 3.3
  * MDEV-33053 fixup: Correct a condition before a message
  * MDEV-33031 test fixup for HAVE_PERFSCHEMA=NO
  * MDEV-32983 cosmetic improvement on path separator near
    ib_buffer_pool
  * MDEV-33091 pcre2 headers aren't found on Solaris
  * Revert "MDEV-32899 InnoDB is holding shared dict_sys.latch while
    waiting for FOREIGN KEY child table lock on DDL"
  * MDEV-33275 buf_flush_LRU():
    mysql_mutex_assert_owner(&buf_pool.mutex) failed
  * MDEV-33053 InnoDB LRU flushing does not run before running out of
    buffer pool
  * new CC 3.3
  * innodb: IO Error message missing space
  * MDEV-33095 innodb_flush_method=O_DIRECT creates excessive errors
    on Solaris
  * MDEV-33213 fixup: GCC 5 -Wconversion
  * MDEV-30940: Try to fix the test
  * MDEV-33213 History list is not shrunk unless there is a pause in
    the workload
  * MDEV-32559 failing spider signal_ddl_recovery_done callback
    should result in spider deinit
  * MDEV-33112 innodb_undo_log_truncate=ON is blocking page write
  * MDEV-32050 fixup: Remove srv_purge_rseg_truncate_frequency
  * MDEV-33137: Assertion end_lsn == page_lsn failed in
    recv_recover_page
  * MDEV-33150 double-locking of LOCK_thd_kill in
    performance_schema.session_status
  * cleanup: change a function, that always return 0, to void
  * MDEV-33031 Assertion failure upon reading from performance schema
    with binlog enabled
  * cleanup: spider status variables
  * MDEV-33031 Assertion failure upon reading from performance schema
    with binlog enabled
  * MDEV-11777 REGEXP_REPLACE converts utf8mb4 supplementary
    characters to '?'
  * Fix galera.galera_kill_ddl test errors in debug mode.
  * [fixup] Spider: correct init queries after merge
  * MDEV-33000: Fix test result file on some test cases
  * MDEV-33046 - reschedule dict_stats_func() if there work left to
    do.
  * Cleanup - reuse background THD in dict_stats_func()
  * Fix an intermittent test failure
  * Add an end-of-test marker
  * MDEV-33098: Disable the test
  * MDEV-33009 Server hangs for a long time with
    innodb_undo_log_truncate=ON
  * MDEV-33046 race condition in InnoDB dict_stats_schedule()
  * Spider cannot run DDL (e.g. create tables) before ddl recovery
  * Adjust the MDEV-26052 test case for MDEV-29092
  * MDEV-18322 Assertion "wrong page type" on instant ALTER TABLE
  * MDEV-32939 If tables are frequently created, renamed, dropped, a
    backup cannot be restored
  * MDEV-32751 fixup: cmake -DPLUGIN_PERFSCHEMA=NO
  * perfschema: use LOCK_thd_kill to "keep THD during
    materialization"
  * MDEV-32751 sys schema view session_ssl_status is empty
  * MDEV-32617 deprecate secure_auth=0
  * main.long_host failures
  * MDEV-32884 backward compatibility fixes
  * MDEV-31296: Crash in Item_func::fix_fields when prepared
    statement with subqueries and window function is executed with
    sql_mode = ONLY_FULL_GROUP_BY
  * MDEV-32958 Unusable key notes do not get reported for some
    operations
  * MDEV-32884 Improve S3 options comaptibility
  * MDEV-32957 Unusable key notes report wrong predicates for > and
    >=
  * MDEV-32068 Some calls to buf_read_ahead_linear() seem to be
    useless
  * MDEV-32899 instrumentation fixup
  * Fix occasional failure of encryption.corrupted_during_recovery
  * Fix occasional failure of innodb.innodb-alter-tempfile
  * MDEV-32903 MDEV-32532 Assertion failure in
    ddl_log_increment_phase_no_lock upon ..
  * MDEV-32884 Make s3_debug dynamic
  * mysqladmin -vv processlist now shows more information
  * MDEV-32371 Deadlock between buf_page_get_zip() and
    buf_pool_t::corrupted_evict()
  * MDEV-31817 SIGSEGV after btr_page_get_father_block() returns
    nullptr on corrupted data
  * MDEV-32899 instrumentation
  * MDEV-32899 InnoDB is holding shared dict_sys.latch while waiting
    for FOREIGN KEY child table lock on DDL
  * MDEV-32879 Server crash in my_decimal::operator= or unexpected
    ER_DUP_ENTRY upon comparison with INET6 and similar types
  * MDEV-32873 Test innodb.innodb-index-online occasionally fails
  * MDEV-32050 fixup: Stabilize tests
  * MDEV-32050 fixup: innodb.instant_alter_crash (take 2)
      * MDEV-32027 Opening all .ibd files on InnoDB startup can be slow
      * MDEV-31861 Empty INSERT crashes with innodb_force_recovery=6 or
        innodb_read_only=ON
      * MDEV-32050 fixup: innodb.instant_alter_crash
      * MDEV-32757: rollback crash on corruption
      * MDEV-32689: Remove Ubuntu Bionic
      * bump the VERSION
      * MDEV-32788: Debug build failure with SUX_LOCK_GENERIC


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/mariadb106-client/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/mariadb106-client/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/mariadb106-client/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/mariadb106-client/patches/patch-plugin_auth__pam_testing_pam__mariadb__mtr.c \
    pkgsrc/databases/mariadb106-client/patches/patch-storage_connect_tabvct.cpp
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/mariadb106-server/PLIST

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

Modified files:

Index: pkgsrc/databases/mariadb106-client/Makefile.common
diff -u pkgsrc/databases/mariadb106-client/Makefile.common:1.21 pkgsrc/databases/mariadb106-client/Makefile.common:1.22
--- pkgsrc/databases/mariadb106-client/Makefile.common:1.21     Tue Jan 23 12:31:34 2024
+++ pkgsrc/databases/mariadb106-client/Makefile.common  Wed Apr 10 19:22:38 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.21 2024/01/23 12:31:34 nia Exp $
+# $NetBSD: Makefile.common,v 1.22 2024/04/10 19:22:38 nia Exp $
 #
 # used by databases/mariadb106-client/Makefile
 # used by databases/mariadb106-server/Makefile
 
-DISTNAME=      mariadb-10.6.16
+DISTNAME=      mariadb-10.6.17
 CATEGORIES=    databases
 MASTER_SITES=  https://archive.mariadb.org/${DISTNAME}/source/
 

Index: pkgsrc/databases/mariadb106-client/PLIST
diff -u pkgsrc/databases/mariadb106-client/PLIST:1.7 pkgsrc/databases/mariadb106-client/PLIST:1.8
--- pkgsrc/databases/mariadb106-client/PLIST:1.7        Sat Jul  1 13:56:17 2023
+++ pkgsrc/databases/mariadb106-client/PLIST    Wed Apr 10 19:22:38 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/07/01 13:56:17 nia Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/04/10 19:22:38 nia Exp $
 bin/mariadb
 bin/mariadb-access
 bin/mariadb-admin
@@ -138,6 +138,7 @@ include/mysql/server/mysql/service_my_sn
 include/mysql/server/mysql/service_progress_report.h
 include/mysql/server/mysql/service_sha1.h
 include/mysql/server/mysql/service_sha2.h
+include/mysql/server/mysql/service_sql.h
 include/mysql/server/mysql/service_thd_alloc.h
 include/mysql/server/mysql/service_thd_autoinc.h
 include/mysql/server/mysql/service_thd_error_context.h

Index: pkgsrc/databases/mariadb106-client/distinfo
diff -u pkgsrc/databases/mariadb106-client/distinfo:1.16 pkgsrc/databases/mariadb106-client/distinfo:1.17
--- pkgsrc/databases/mariadb106-client/distinfo:1.16    Tue Jan 23 12:31:34 2024
+++ pkgsrc/databases/mariadb106-client/distinfo Wed Apr 10 19:22:38 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2024/01/23 12:31:34 nia Exp $
+$NetBSD: distinfo,v 1.17 2024/04/10 19:22:38 nia Exp $
 
-BLAKE2s (mariadb-10.6.16.tar.gz) = c7ad02c08723ef271a02678d05443b6a763d278377af3b0574a3b898a9e089fa
-SHA512 (mariadb-10.6.16.tar.gz) = 05d509d5f7a672b897f42674884df0debcae0b75c4eaa6d67645343c596c81c0c41d474a59150108428bf9f2c4468ca05650afb616aac5d1ea09fd2cea258a7f
-Size (mariadb-10.6.16.tar.gz) = 98224346 bytes
+BLAKE2s (mariadb-10.6.17.tar.gz) = 9b8d2672701bbf48fff3eb09b436fd2f305bf3e1650107f4d18cfb6debd80b81
+SHA512 (mariadb-10.6.17.tar.gz) = e07cf3e90d93d6139969875b11d6df3210b2c9f69257688b392843a7caed0dc3b75ba8904384fd0a55c24ece624e04b68c005a3731ee68f3957787a27b52ad56
+Size (mariadb-10.6.17.tar.gz) = 99067793 bytes
 SHA1 (patch-BUILD_compile-pentium32-gcov) = 89a7da728f94f19c153b4d2d2d6ba5462acc941f
 SHA1 (patch-CMakeLists.txt) = 042d9d361a5c3ff7e7df15f5de4a30eb7984cddd
 SHA1 (patch-client_CMakeLists.txt) = 8fdd8a182304f0b84e120ce95334ace23d02ce88
@@ -10,12 +10,10 @@ SHA1 (patch-client_mysql.cc) = f49f942b7
 SHA1 (patch-extra_readline_CMakeLists.txt) = 37873deaeccb37e1313179103bb12dcde4a496d6
 SHA1 (patch-include_my__global.h) = a3b831f91ba2efea9f78e70ab4f706da23b80403
 SHA1 (patch-mysys_my__gethwaddr.c) = c3f179aa659e16f2fd9b858a718dd1cdd6f93c9f
-SHA1 (patch-plugin_auth__pam_testing_pam__mariadb__mtr.c) = 6062cfbb200af5b95ac05e4759f08b414f63db3d
 SHA1 (patch-plugin_auth__socket_CMakeLists.txt) = b2fddab1d94ba75c69cbf660f546f8e5821e1d51
 SHA1 (patch-scripts_CMakeLists.txt) = b8a13304e314162ab0a1fc06c5620d6b757975f5
 SHA1 (patch-scripts_mysqld__safe.sh) = 4124e4c8df1527049f5eec9f3d2d4bbe80e7c33f
 SHA1 (patch-sql_mysqld.cc) = 19d325124cde1b45376c9710cdd104dc460f4bea
-SHA1 (patch-storage_connect_tabvct.cpp) = 2e3c7cd7e4b0a86d443da47d3cc514b8b276d836
 SHA1 (patch-storage_innobase_include_transactional__lock__guard.h) = d5ff507acdd21858791246ef5a2559e653cb7833
 SHA1 (patch-storage_rocksdb_rdb__io__watchdog.cc) = 85ee5007cfda0d3070ec20b2b774738b01f8e083
 SHA1 (patch-storage_rocksdb_rdb__io__watchdog.h) = d790c092d7d35d014c5ef209635c18614c3a8301

Index: pkgsrc/databases/mariadb106-server/PLIST
diff -u pkgsrc/databases/mariadb106-server/PLIST:1.11 pkgsrc/databases/mariadb106-server/PLIST:1.12
--- pkgsrc/databases/mariadb106-server/PLIST:1.11       Tue Jan 23 12:31:34 2024
+++ pkgsrc/databases/mariadb106-server/PLIST    Wed Apr 10 19:22:38 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/01/23 12:31:34 nia Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/04/10 19:22:38 nia Exp $
 bin/aria_chk
 bin/aria_dump_log
 bin/aria_ftdump
@@ -117,6 +117,7 @@ include/mysql/server/private/lex_token.h
 include/mysql/server/private/lock.h
 include/mysql/server/private/log.h
 include/mysql/server/private/log_event.h
+include/mysql/server/private/log_event_data_type.h
 include/mysql/server/private/log_event_old.h
 include/mysql/server/private/log_slow.h
 include/mysql/server/private/mariadb.h
@@ -165,6 +166,7 @@ include/mysql/server/private/semisync_sl
 include/mysql/server/private/session_tracker.h
 include/mysql/server/private/set_var.h
 include/mysql/server/private/slave.h
+include/mysql/server/private/socketpair.h
 include/mysql/server/private/sp.h
 include/mysql/server/private/sp_cache.h
 include/mysql/server/private/sp_head.h



Home | Main Index | Thread Index | Old Index