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:21:45 UTC 2024
Modified Files:
pkgsrc/databases/mariadb105-client: Makefile.common PLIST distinfo
pkgsrc/databases/mariadb105-server: PLIST
Removed Files:
pkgsrc/databases/mariadb105-client/patches:
patch-plugin_auth__pam_testing_pam__mariadb__mtr.c
patch-storage_connect_tabvct.cpp
Log Message:
mariadb105: Update to 10.5.24
MariaDB 10.5.24 Changelog
* Includes all fixes from MariaDB 10.4.33
* MDEV-32837 long unique does not work like unique key when using
replace
* MDEV-29954 Unique hash key on column prefix is computed
incorrectly
* cleanup: MY_STRNNCOLLSP_NCHARS_EMULATE_TRIMMED_TRAILING_SPACES
* cleanup: unused and undefined methods
* MDEV-11628 mysql.slow_log reports incorrect start time
* cleanup: main.log_tables test
* disable perfschema in mtr bootstrap
* MDEV-28651 quote(NULL) returns incorrect result in view ('NU'
instead of 'NULL')
* MDEV-33290: Disable ColumnStore based on boost version
* sql_test.cc compile fix
* MDEV-33165 Incorrect result interceptor passed to
mysql_explain_union()
* MDEV-33283: Binlog Checksum is Zeroed by Zlib if Part of Event
Data is Empty
* MDEV-32968 InnoDB fails to restore tablespace first page from
doublewrite buffer when page is empty
* Replace incorrect message `mariadb-safe` with correct
`mariadbd-safe`
* MDEV-27666 User variable not parsed as geometry variable in
geometry function
* MDEV-32968 InnoDB fails to restore tablespace first page from
doublewrite buffer when page is empty
* MDEV-32111: Debian Sid/Trixie will not have libncurses 5 anymore
* MDEV-29298 INSERT ... SELECT Does not produce an optimizer trace
* Fix test failures on s390x in test following
main.column_compression_rpl
* MDEV-32235: mysql_json cannot be used on newly created table
* Revert "MDEV-32235: mysql_json cannot be used on newly created
table"
* MDEV-32235: mysql_json cannot be used on newly created table
* MDEV-32790: Output result in show create table for mysql_json
type should be longtext
* MDEV-30170 ha_spider::delete_table() should report table not
exist
* MDEV-29002 Spider: remove SPIDER_CONN::loop_check_meraged_last
* MDEV-33092 Undefined reference to concurrency on Solaris
* MDEV-32984 Update federated table and column privileges
* MDEV-33098: Fix some instrumentation for innodb.doublewrite_debug
* MDEV-33156 Crash on innodb_buf_flush_list_now=ON and
innodb_force_recovery=6
* MDEV-33098 The test innodb.doublewrite_debug occasionally fails
to start up InnoDB
* MDEV-32549 Cluster inconsistent after SAVEPOINT is rolled back
* MDEV-31905 GTID inconsistency
* MDEV-33046 fixup. Do not try to schedule timer without
dict_stats_start()
* MDEV-33046 - delete unnecessary synchronization with
dict_stats_mutex
* MDEV-24481 : galera_3nodes.galera_vote_rejoin_mysqldump MTR
failed: mysql_shutdown failed
* Fix main.type_timestamp: Change 10.10 in "End of 10.10 tests" to
10.5
* MDEV-33062 innodb_undo_log_truncate=ON prevents fast shutdown
* MDEV-33052 MSAN use-of-uninitialized-value in
buf_read_ahead_linear()
* MDEV-33009 Server hangs for a long time with
innodb_undo_log_truncate=ON
* MDEV-33006 Missing required privilege CONNECTION ADMIN
* MDEV-32839 LONG UNIQUE gives error when used with REPLACE
* cleanup: remove innodb-specific code around
update_auto_increment()
* cleanup: remove partition-specific code around
update_auto_increment()
* [fixup] galera: Fix an accidental logical inversion in a recent
merge
* MDEV-29816 rpl.rpl_parallel_29322 occasionally fails in BB
* MDEV-16264 fixup: Remove a useless test
* MDEV-17226 Column Data in Truncated on UNION to the length of the
first value if using REPLACE
* Cleanup: Removing the unused method
Type_handler::get_handler_by_cmp_type
* MDEV-32971 Assertion !recv_sys.is_corrupt_fs() failed on recovery
* MDEV-31939 Adaptive flush recommendation ignores dirty ratio and
checkpoint age
* MDEV-32242 innodb.doublewrite test case always gets skipped
* [fixup] post-merge spider fixup
* Followup for fix for MDEV-20169: enable main.partition_innodb
* MDEV-32725 innodb.import_update_stats accesses uninitialized
ib_table->stat_n_rows
* fix for the test (real fixes will be in 10.4)
* MDEV-32212 DELETE with ORDER BY and semijoin optimization causing
crash
* MDEV-32269 InnoDB after ALTER TABLE…IMPORT TABLESPACE may not be
crash safe
* MDEV-28682 gcol.gcol_purge contaminates further execution of
innodb.gap_locks
* Remove deprication from mariadbd --debug
* MDEV-32879 Server crash in my_decimal::operator= or unexpected
ER_DUP_ENTRY upon comparison with INET6 and similar types
* MDEV-31611: mariadb-setpermission - Can't use string as an ARRAY
ref while strict refs in use
* MDEV-32861 InnoDB hangs when running out of I/O slots
* MDEV-32820 Race condition between trx_purge_free_segment() and
trx_undo_create()
* MDEV-22243 type_test.type_test_double fails with 'NUMERIC_SCALE
NULL'
* Revert "MDEV-22243 type_test.type_test_double fails with
'NUMERIC_SCALE NULL'"
* MDEV-24784 JSON_ARRAYAGG charset issue
* MDEV-26055: Correct the formula for adaptive flushing
* MDEV-26055: Improve adaptive flushing
* MDEV-32757 innodb_undo_log_truncate=ON is not crash safe
* MDEV-32689: Remove Ubuntu Bionic from 10.5
* MDEV-32798 innodb_fast_shutdown=0 hang after incomplete startup
* bump the VERSION
* galera: cleanup of the lists of disabled tests
* MDEV-31413: post-fix for 10.5+ (galera_restart_replica test
failures)
* MDEV-32737 innodb.log_file_name fails on Assertion `after_apply
|| !(blocks).end in recv_sys_t::clear
* Fix random test failures in testcase perfschema.mdl_func
* MDEV-32672: Don't hold LOCK_thd_data over commit_ordered
* MDEV-32462: mysql_upgrade -s still checks for non system tables
* MDEV-32462: mysql_upgrade -s still checks for non system tables
* MDEV-26875: Wrong user in SET DEFAULT ROLE error
* galera: post-fix after migrating changes from 10.4
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/mariadb105-client/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/mariadb105-client/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/mariadb105-client/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/databases/mariadb105-client/patches/patch-plugin_auth__pam_testing_pam__mariadb__mtr.c \
pkgsrc/databases/mariadb105-client/patches/patch-storage_connect_tabvct.cpp
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/mariadb105-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/mariadb105-client/Makefile.common
diff -u pkgsrc/databases/mariadb105-client/Makefile.common:1.25 pkgsrc/databases/mariadb105-client/Makefile.common:1.26
--- pkgsrc/databases/mariadb105-client/Makefile.common:1.25 Tue Jan 23 14:57:40 2024
+++ pkgsrc/databases/mariadb105-client/Makefile.common Wed Apr 10 19:21:45 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.25 2024/01/23 14:57:40 nia Exp $
+# $NetBSD: Makefile.common,v 1.26 2024/04/10 19:21:45 nia Exp $
#
# used by databases/mariadb105-client/Makefile
# used by databases/mariadb105-server/Makefile
-DISTNAME= mariadb-10.5.23
+DISTNAME= mariadb-10.5.24
CATEGORIES= databases
MASTER_SITES= https://archive.mariadb.org/${DISTNAME}/source/
Index: pkgsrc/databases/mariadb105-client/PLIST
diff -u pkgsrc/databases/mariadb105-client/PLIST:1.7 pkgsrc/databases/mariadb105-client/PLIST:1.8
--- pkgsrc/databases/mariadb105-client/PLIST:1.7 Sat Jul 1 16:02:04 2023
+++ pkgsrc/databases/mariadb105-client/PLIST Wed Apr 10 19:21:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/07/01 16:02:04 nia Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/04/10 19:21:45 nia Exp $
bin/mariadb
bin/mariadb-access
bin/mariadb-admin
@@ -135,6 +135,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/mariadb105-client/distinfo
diff -u pkgsrc/databases/mariadb105-client/distinfo:1.20 pkgsrc/databases/mariadb105-client/distinfo:1.21
--- pkgsrc/databases/mariadb105-client/distinfo:1.20 Tue Jan 23 14:57:40 2024
+++ pkgsrc/databases/mariadb105-client/distinfo Wed Apr 10 19:21:45 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2024/01/23 14:57:40 nia Exp $
+$NetBSD: distinfo,v 1.21 2024/04/10 19:21:45 nia Exp $
-BLAKE2s (mariadb-10.5.23.tar.gz) = 163ca1c5bbb32d100f04be2b7a836f32e14a41b5fe38f6bc28e374360b4e1158
-SHA512 (mariadb-10.5.23.tar.gz) = 93c5f4f4f76d509360d10851087b1bf158020d73c476231b1d464c2b616bcb1cfa7c8437723606a264ea6335ced95217f53754205273e9f798d78eb688cf2041
-Size (mariadb-10.5.23.tar.gz) = 114829503 bytes
+BLAKE2s (mariadb-10.5.24.tar.gz) = 3aa31986e277690650783b39d0ebafb6c4e10333e1ee84d4b3d467081a85abac
+SHA512 (mariadb-10.5.24.tar.gz) = 04886d7889c7f52763b8a4ae595627cfa200f28772108ecf9a65355bee496cadfc4138291ae043ba6a9c27801e4765df53738211c237c9994f1bfc6783d7e568
+Size (mariadb-10.5.24.tar.gz) = 115706805 bytes
SHA1 (patch-BUILD_compile-pentium32-gcov) = 89a7da728f94f19c153b4d2d2d6ba5462acc941f
SHA1 (patch-CMakeLists.txt) = 574131db46854715758c60ba5f026498f5b29564
SHA1 (patch-client_CMakeLists.txt) = 8fdd8a182304f0b84e120ce95334ace23d02ce88
@@ -10,14 +10,12 @@ SHA1 (patch-client_mysql.cc) = 89fe80fb6
SHA1 (patch-include_my__global.h) = a3b831f91ba2efea9f78e70ab4f706da23b80403
SHA1 (patch-mysys_my__context.c) = f9c7e6b3b68b857e7781cf5f36c49e88051cfb66
SHA1 (patch-mysys_my__gethwaddr.c) = f4fd827617697ff386099defc839fe8d082e6c3e
-SHA1 (patch-plugin_auth__pam_testing_pam__mariadb__mtr.c) = 5c7978b5bec79bbc09d3ebeb69dd85f3e6f8a423
SHA1 (patch-plugin_auth__socket_CMakeLists.txt) = 11f52f5335ac56888d8a367caa03c68059eb61c9
SHA1 (patch-plugin_auth__socket_auth__socket.c) = 850e94faff382a7e962f6d4d6ff960ddddc624c4
SHA1 (patch-scripts_CMakeLists.txt) = 54591a4d255a8133e06ab5d52bad262acffcddda
SHA1 (patch-scripts_mysqld__safe.sh) = 4124e4c8df1527049f5eec9f3d2d4bbe80e7c33f
SHA1 (patch-sql_mysqld.cc) = 19d325124cde1b45376c9710cdd104dc460f4bea
SHA1 (patch-storage_columnstore_CMakeLists.txt) = cd5ceb1802831910c6cfa5950c52f5af8eb7dcaa
-SHA1 (patch-storage_connect_tabvct.cpp) = 2e3c7cd7e4b0a86d443da47d3cc514b8b276d836
SHA1 (patch-storage_rocksdb_CMakeLists.txt) = 2ab237df750cc18facf92c6ad997469f5e43c63f
SHA1 (patch-storage_rocksdb_rdb__io__watchdog.cc) = 85ee5007cfda0d3070ec20b2b774738b01f8e083
SHA1 (patch-storage_rocksdb_rdb__io__watchdog.h) = d790c092d7d35d014c5ef209635c18614c3a8301
Index: pkgsrc/databases/mariadb105-server/PLIST
diff -u pkgsrc/databases/mariadb105-server/PLIST:1.12 pkgsrc/databases/mariadb105-server/PLIST:1.13
--- pkgsrc/databases/mariadb105-server/PLIST:1.12 Tue Mar 7 10:28:02 2023
+++ pkgsrc/databases/mariadb105-server/PLIST Wed Apr 10 19:21:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/03/07 10:28:02 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.13 2024/04/10 19:21:45 nia Exp $
bin/aria_chk
bin/aria_dump_log
bin/aria_ftdump
@@ -115,6 +115,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
Home |
Main Index |
Thread Index |
Old Index