server
server copied to clipboard
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable,...
- [x] *The Jira issue number for this PR is: MDEV-31772* ## Description In commit 0dab74ff3fbebfcaf899ad439b17c8077f66d78a (MDEV-28539) a number of counters were removed. Due to popular demand, we are reinstating...
- [x] *The Jira issue number for this PR is: MDEV-34372* ## Description Reason: ====== Temporary tablespace uses the innodb redo encryption key and key version(v1) to encrypt the temporary...
- [x] *The Jira issue number for this PR is: MDEV-33927* ## Description - Alter statement using copy algorithm throws wrong message "Cannot delete rows from table which is parent...
# Description When a transaction commits, it copies the binlog events from binlog cache to binlog file. Very large transactions (eg. gigabytes) can stall other transactions for a long time...
Correct an error message thrown by the slave to remove the descriptor "slave_uuid", as it was never ported to MariaDB
- [x] *The Jira issue number for this PR is: MDEV-30645* - This project was developed during [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/pzFvEfQA) - Development discussion on [Zulip chat](https://mariadb.zulipchat.com/#narrow/stream/118759-general/topic/MDEV-30645.20CREATE.20TRIGGER.20FOR.20.7B.20STARTUP.20.7C.20SHUTDOWN.20.7D) - My final submission [blog...
- [x] *The Jira issue number for this PR is: [MDEV-34278](https://jira.mariadb.org/browse/MDEV-34278) ## Description The GIS function ST_Collect takes as input multiple geometries and returns the aggregation of the distinct geometry...
## Investigating MariaDB CI Failures When developers contribute to the open-source MariaDB project, their code is subject to continuous integration (CI) checks, which include running the entire MTR test suite...
- [x] *The Jira issue number for this PR is: MDEV-32363* ## Description When handling fatal signal, shut down Galera networking before printing out stack trace and writing core file....
- [x] *The Jira issue number for this PR is: MDEV-29684* ## Description This patch implements wsrep applier lock wait timeout functionality. As transactions which are executed by appliers have...