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

Semi-joins with CTEs as the derived table will leave dangling pointers to the JOIN instance, from the corresponding SELECT_LEX instance, after first execution has completed. Clean these up during statement...

MariaDB Corporation

- [x] *The Jira issue number for this PR is: [MDEV-35635](https://jira.mariadb.org/browse/MDEV-35635) ## Description This commit separates master's options from slave options in ```sql_yacc.yy``` by replacing ```master_file_def``` with ```slave_until_file_def``` which only...

External Contribution

## Description Currently, generated column names and values are present in `INSERT` statements created by the dump tool. This is inconsistent with the handling of generated columns in the MySQL...

External Contribution

In Debian the file /etc/my.cnf is supposed to point to mariadb.cnf. This symlink is created and maintained by update-alternatives as run from mysql-common (the real Debian package) or a tweaked...

External Contribution

Ngram is a fulltext parser plugin that splits words into overlapping segments of fixed lengths. For example, if 3-grams are in use, string "abcdef" is split into "abc", "bcd", "cde",...

MariaDB Corporation

- [x] *The Jira issue number for this PR is: MDEV-23962* ## Description In the Jira ticket, requirement was to move the arc directory cleanup function to `mysql_upgrade`. I have...

External Contribution

- [x] *The Jira issue number for this PR is: MDEV-20065* ## Description When replicating transactions from parallel slave replication processing, Galera must respect the commit order of the parallel...

Codership

- [x] *The Jira issue number for this PR is: MDEV-36150* ## Description Prior to this change, Galera overwrote XID used in internal 2PC with a XID containing wsrep seqno...

Codership

Improve Appveyor CI configuration - Always build all commits in main branches and pull requests. - For other branches, only build the latest commit; skip intermediate ones if multiple are...

MariaDB Corporation

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

External Contribution