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,...
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...
- [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...
## 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...
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...
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",...
- [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...
- [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...
- [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...
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...
- [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?...