Path to this page:
./
databases/mariadb105-server,
MariaDB 10.5, a free MySQL compatible database (server)
Branch: CURRENT,
Version: 10.5.27,
Package name: mariadb-server-10.5.27,
Maintainer: pkgsrc-usersMariaDB Server is one of the most popular open source relational databases.
It's made by the original developers of MySQL.
MariaDB turns data into structured information in a wide array of applications,
ranging from banking to websites. It is an enhanced, drop-in replacement
for MySQL. MariaDB is used because it is fast, scalable and robust, with a
rich ecosystem of storage engines, plugins and many other tools make it very
versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. The latest versions of
MariaDB also include GIS and JSON features.
This package contains the MariaDB server programs and libraries.
Required to run:[
textproc/libxml2] [
www/curl] [
lang/perl5] [
shells/bash] [
devel/pcre2] [
databases/mariadb105-client]
Package options: ssl
Master sites:
Filesize: 113766.24 KB
Version history: (Expand)
- (2024-12-11) Updated to version: mariadb-server-10.5.27
- (2024-11-15) Updated to version: mariadb-server-10.5.26nb4
- (2024-11-01) Updated to version: mariadb-server-10.5.26nb3
- (2024-11-01) Updated to version: mariadb-server-10.5.26nb2
- (2024-10-04) Updated to version: mariadb-server-10.5.26nb1
- (2024-08-17) Updated to version: mariadb-server-10.5.26
CVS history: (Expand)
2024-12-11 08:55:52 by Nia Alarie | Files touched by this commit (4) | |
Log message:
mariadb105: Update to 10.5.27
MariaDB 10.5.27 Release Notes
Notable Items
Storage Engines
InnoDB
* Fix MariaDB crash with SIGILL because the OS does not support AVX512
(MDEV-34565)
* Fix innodb.innodb-lock-inherit-read_commited failure with timeout
(MDEV-33106)
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)
Optimizer
* Fix crash caused by query containing constant having clause
(MDEV-23983)
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)
* Fix INSERT...SELECT' on MyISAM table suddenly replicated by alera
(MDEV-34647)
* 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)
* Can now selectively restore sequences using innodb tables from backup
(MDEV-32350)
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)
* 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)
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237) |
Log message:
*: Recursive revbump from Boost 1.86.0
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-08-17 02:57:32 by Nia Alarie | Files touched by this commit (6) | |
Log message:
mariadb105-*: Update to 10.5.26
MariaDB 10.5.26 Release Notes
Notable Items
Storage Engines
InnoDB
* Alter operation on redundant table aborts the server (MDEV-34222)
* MariaDB crashes with SIGILL because the OS does not support AVX512
(MDEV-34565)
* InnoDB: Failing assertion: stat_n_leaf_pages > 0 in
ha_innobase::estimate_rows_upper_bound (MDEV-34474)
Aria
* Index for (specific) Aria table is created as corrupted (MDEV-34522)
Spider
* UBSAN: runtime error: applying non-zero offset in spider_free_mem and
SIGSEGV in spider_free_mem on SELECT (MDEV-31475)
* SIGSEGV in ha_resolve_storage_engine_name, UBSAN: runtime error: index
4294967295 out of bounds for type 'st_plugin_int *[64]' (MDEV-32487)
* SIGSEGV in spider_db_conn::fin_loop_check, and ASAN:
heap-use-after-free in spider_db_mbase::fin_loop_check on SHOW TABLE
STATUS (MDEV-34541)
* SIGSEGV in ha_spider::lock_tables on BEGIN after table lock
(MDEV-29962)
* SIGSEGV in spider_conn_first_link_idx and others on DELETE, INSERT and
SELECT (MDEV-32492)
* Spider: Crashes, asserts, hangs, memory corruptions and ASAN
heap-use-after-free's (MDEV-27902)
* Spider: @@insert_id 128 to TINYINT: Assertion `!is_set() || (m_status
== DA_OK_BULK && is_bulk_op())' failed. (MDEV-28105)
* Server crashes when calling spider UDF after aria_encrypt_tables is
enabled (MDEV-34682)
Partitioning
* MariaDB Server crashes with ill-formed partitions (MDEV-32155)
* SIGSEGV in parse_engine_part_options on INSERT, SELECT or ALTER
(MDEV-34421)
* Assertion `auto_increment_value' failed in ha_partition::info on
INSERT into MEMORY table (MDEV-24610)
Character Sets
* On startup: UBSAN: applying zero offset to null pointer in
my_copy_fix_mb from strings/ctype-mb.c and other locations
(MDEV-34226)
* On startup: UBSAN: runtime error: applying zero offset to null pointer
in skip_trailing_space and
my_hash_sort_utf8mb3_general1400_nopad_as_ci (MDEV-34187)
* SHOW CREATE DATABASE statement crashes the server when db name
contains some unicode characters, ASAN stack-buffer-overflow
(MDEV-32376)
* Wrong result set with utf8mb4_danish_ci and BNLH join (MDEV-34417)
Optimizer
* On startup: UBSAN: runtime error: applying non-zero offset in
JOIN::make_aggr_tables_info in sql/sql_select.cc (MDEV-34227)
* Crash after killing query while it is processed by test_quick_select
(MDEV-30651)
* Extend condition normalization to include 'NOT a' (MDEV-19520)
* Constant subquery causing a crash in pushdown optimization
(MDEV-29363)
* Crash when pushing condition with CHARSET()/COERCIBILITY() into
derived table (MDEV-33010)
* 2nd execution name resolution problem with pushdown into unions
(MDEV-34506)
* Assertion `(key_part->key_part_flag & 4) == 0' failed key_hashnr
(MDEV-34580)
* Crash caused by query containing constant having clause (MDEV-23983)
* ORDER BY DESC causes ROWID Filter optimization performance degradation
(MDEV-33875)
Replication
* Auto-generated DELETE from HEAP table can break replication
(MDEV-25607)
* Replication fails when XA transactions are used where the slave has
replicate_do_db set and the client has touched a different database
when running DML such as inserts. (MDEV-33921)
* replication master password length (MDEV-23857)
Backup
* Hide password passed on commandline from xtrabackup_info (MDEV-34434)
Galera
* Galera updated to 26.4.19
* galera_gtid_2_cluster: Assertion `thd->wsrep_next_trx_id() !=
(0x7fffffffffffffffLL * 2ULL + 1)' (MDEV-32633)
* table gtid_slave_pos entries never been deleted with wsrep_gtid_mode =
0 (MDEV-34170)
* Change error code for Galera unkillable threads (MDEV-12008)
* 10.11.8 cluster becomes inconsistent when using composite primary key
and partitioning (MDEV-34269)
* wsrep_sst_mariabackup use /tmp dir during SST rather then user defined
tmpdir (MDEV-32158)
General
* As per the MariaDB Deprecation Policy, this will be the last release
of MariaDB 10.5 for Debian 10 "Buster", and RHEL/CentOS 7
* IMPORT TABLESPACE unnecessarily traverses tablespaces list
(MDEV-34670)
* unknown variable defaults-group-suffix= with
mariadb-secure-installation (MDEV-33265)
* mariadb-install-db appears to hang on macOS (MDEV-34129)
* Control over memory allocated for SP/PS (MDEV-14959)
* Trigger doesn't work correctly with bulk insert (MDEV-24411)
* Assertion `table->field[0]->ptr >= table->record[0] &&
table->field[0]->ptr <= table->record[0] + \
table->s->reclength' failed
in void handler::assert_icp_limitations(uchar*) (MDEV-34632)
* Sandbox mode \- is not compatible with --binary-mode (MDEV-34203)
|
2024-06-20 20:53:56 by David Brownlee | Files touched by this commit (3) |
Log message:
Apply fix for hang and data loss on mariadb 10.5 shutdown
Apply https://github.com/MariaDB/server/pull/3253 to fix a hang on
at least NetBSD resulting in unrecoverable database corruption when
attempting to shutdown the mariadb server
|