server icon indicating copy to clipboard operation
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,...

Results 339 server issues
Sort by recently updated
recently updated
newest added
trafficstars

- [x] *The Jira issue number for this PR is: MDEV-32633* ## Description It's possible to establish Galera multi-cluster setups connected through the native replication when every Galera cluster is...

Codership

- [x] *The Jira issue number for this PR is: MDEV-33071* ## Description This feature provide MDL deadlock loop printing. Store the lock infomation when MDL deadlock is detected and...

- [x] *The Jira issue number for this PR is: MDEV-______* ## Description TODO: fill description here ## How can this PR be tested? Run the test case and check...

enhancement
MariaDB Foundation

Added performance schema tables for Galera. This is a port of the code from ES 10.6 Refs: MENT-346 commit 86c06851 MENT-346 commit 10d0fcaf MENT-1333 commit 2005adc3 MENT-347 commit aaca43b4 MENT-1370...

Codership

- Check which buffer to use as an argument for the call to the function pointer of `mysql` shortcut command. Buffer shouldn't have delimiter. - By default check if shortcut...

MariaDB Foundation

- In order to optimize the call of `ha_table_exists()` for `CREATE` statement that for single statement has 2 paths from `mysql_create_table(()` that are called sequentually: ```mermaid sequenceDiagram box create table...

enhancement
MariaDB Foundation

Pull request created in: https://jira.mariadb.org/browse/MDEV-31466

*The Jira issue number for this PR is: MDEV-32061* ## Description This patch allows named pipes (aka fifos) to be used as destinations for INTO OUTFILE statements. In my case,...

- [x] *The Jira issue number for this PR is: MDEV-21014* ## Description - Patch is allowing to show more traces to mtr stdout from sanitizer - Patch doesn't output...

MariaDB Foundation