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,...
https://jira.mariadb.org/browse/MDEV-34986 ## Description This replaces a lot of manual freeze() and unfreeze() call. Doing it with RAII is safer and easier. I did not replace all freeze()/unfreeze() pairs because some...
Implement `DECLARE TYPE type_name IS RECORD (..)` with scalar members in stored routines and anonymous blocks - [x] *The Jira issue number for this PR is: MDEV-34317* ## Description The...
* ~~*The Jira issue number for this PR is: [MDEV-21978](https://jira.mariadb.org/browse/MDEV-21978)*~~ * Sibling of #3485 and #3493 * To clarify, my coding period for Google Summer of Code (GSoC) 2024 ended....
* ~~*The Jira issue number for this PR is: [MDEV-21978](https://jira.mariadb.org/browse/MDEV-21978)*~~ * Sibling of #3485 * To clarify, my coding period for Google Summer of Code (GSoC) 2024 ended. While this...
* ~~*The Jira issue number for this PR is: [MDEV-21978](https://jira.mariadb.org/browse/MDEV-21978)*~~ * To clarify, my coding period for Google Summer of Code (GSoC) 2024 ended. While this code originates from my...
``` The patch adds the ability to run foreign keys in partitioned tables with limitations. Example: create or replace table t1 (id int primary key) engine innodb; create or replace...
- [x] *The Jira issue number for this PR is: MDEV-34721* ## Description First of all I know BB is main focus of MariaDB Foundation and these should be ported...
- [x] *The Jira issue number for this PR is: MDEV-34847* ## Description There was a case where logger would report "invalid option 'r'" as the actual output was "ls...
This is an initial patch for discussion. Will work in the following minimal example --source include/have_innodb.inc CREATE TABLE t (a INT PRIMARY KEY) ENGINE=InnoDB; insert into t values (42); BEGIN;...
… transactions is replicated - [x] *The Jira issue number for this PR is: MDEV-30653* ## Description Replication of non-transactional engines is experimental and uses TOI. This naturally means that...