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,...
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...
- [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?...
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....
…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`...
- [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...
* ~~*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...
- [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...
* *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...
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...