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,...
- [x] *The Jira issue number for this PR is: MDEV-3383* ## Description Added a new command tls-info for mysqladmin client tool, which provides information for the TLS connection in...
- [x] *The Jira issue number for this PR is: MDEV-33952* ## Description The test that triggers multi-master conflict between two CTAS commands uses LOCK/UNLOCK TABLES to block local CTAS...
This patch fixes a crash when calculating join statistics during query optimization for queries with dangling WINDOW references. Put another way, the system may crash when a query defines a...
According to MDEV-29363, recompute the with_subquery() attribute in the pushdown code to avoid writing to freed memory.
This commit creates new public methods to iterate the join cache. This is useful for engine condition pushdown in remote storage engines. In addition to push the condition, we can...
- [x] *The Jira issue number for this PR is: MDEV-34112* ## Description Alternative operator name keywords like `and`, `or`, `xor`, etc., are uncommon in MariaDB and can cause obscure...
## Description Fedora 40 introdced wget2 as the default wget program, which caused a break in the functionality of the test_upgrade.sh script. Removing the `--spider` option and modifying the determination...
## Description Several variables declared in mysqld.h appear to be old system variables that have been left over after deprecation. Delete them using IDE refactoring to automatically search for other...
- [x] *The Jira issue number for this PR is: MDEV-33750* ## Description This more about branding PR. As in many places when reading Debian scripts MariaDB is mentioned as...
https://jira.mariadb.org/browse/MDEV-23538 Change so that the client library config can be accessed using the name libmariadb.pc or mariadb.pc. Rename old mariadb.pc to mariadbd.pc to better indicate that the config is for...