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

This is a ~~work-in-progress~~ __stalled__ draft pushed for feedback. * [x] *The Jira issue number for this PR is: [MDEV-17856](https://jira.mariadb.org/browse/MDEV-17856)* ## Description This is a remixed port of MySQL 5.6.22’s...

MariaDB Corporation
Replication

- [x] *The Jira issue number for this PR is: MDEV-______* ## Description TODO: fill description here ## Release Notes TODO: What should the release notes say about this change?...

MariaDB Corporation
Replication

Implement an option --slave-parallel-print-all-deadlocks to debug parallel replication conflicts. This option enables additional information in the server's error log when a parallel replication conflict or deadlock occurs, similar to --innodb-print-all-deadlocks....

MariaDB Corporation
Replication

…d table within the SELECT clause - [x] *The Jira issue number for this PR is: MDEV-32083* ## Description The cause if the problem is an outdated value of `JOIN::tmp_table_param::field_count`...

MariaDB Corporation

- [x] *The Jira issue number for this PR is: MDEV-13817* ## Description Transform the select query if the WHERE clause contains (+) operator into ANSI join syntax (LEFT OUTER...

External Contribution

* ~~*The Jira issue number for this PR is: MDEV-______*~~ ## Description * `rpl_stop_server.inc`: re. “can’t use `begin`/`end_include_file`”, (re)define `$_include_file_depth= 0` in case this is the first `--source` in a...

MariaDB Corporation

- [x] *The Jira issue number for this PR is: MDEV-12305* ## Description Take Debian carried patches for Hurd compatibility and apply as is. ## Release Notes Hurd compatibly applied...

MariaDB Foundation

* *The Jira issue number for this PR is: TODO-5177* ## Description ~~Store method pointers instead of option IDs in `Sys_var_rpl_filter` and `Sys_var_binlog_filter`~~ Eh plans changed. I like `mariadb-binlog` filter...

MariaDB Corporation

A new Galera feature that allows retrying of applying of writesets at slave nodes (codership/mysql-wsrep-bugs/#1619). Currently replication applying stops for first non ignored failure occurring in event applying, and node...

Codership