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

- [x] *The Jira issue number for this PR is: MDEV-34953* ## Description The `mysqldumpslow.sh` script outputs data as a string. This change introduces a --json flag to format the...

External Contribution

## Description This merge request fixes the SOUNDEX() function's handling of multi-word inputs to comply with standard specifications and improve SQL compatibility. The current implementation incorrectly processes strings with multiple...

External Contribution

- [x] *The Jira issue number for this PR is: MDEV-30831 ## Description MDEV-30831 fixing, aws_key_management plugin can compile with new aws sdk on UBUNTU 24.04 and 22.04 Its fix...

External Contribution

…ccessful multi-RENAME TABLE - [x] *The Jira issue number for this PR is: MDEV-36484* ## Description When executing an atomic sequence of RENAME operations, such as:     RENAME TABLE t1 TO...

MariaDB Corporation

* [x] *The Jira issue number for this PR is: [MDEV-35837](https://jira.mariadb.org/browse/MDEV-35837)* * #3853 fixup ## What problem is the patch trying to solve? #3853 intended to update `CODING_STANDARDS.md` to say...

MariaDB Corporation

One can have data loss in multi-master setups when 1) both masters update the same table, 2) ATLER TABLE is run on one master which re-arranges the column ordering, and...

MariaDB Corporation
Replication

- [x] *The Jira issue number for this PR is: MDEV-36729* ## Description In the main.plugin this function is called assuming the function prototype int (*)(THD *, st_mysql_show_var *, void...

MariaDB Foundation

- [x] *The Jira issue number for this PR is: MDEV-36721* ## Description The association between PrivateDevices=false and NoNewPrivileges as an old mistake in the kernel that has been now...

MariaDB Foundation

## Description This commit removes function checks for standard library functions that are guaranteed to be available when using C99 standards\[1\]. These include: * ldiv * memcpy * memmove *...

External Contribution

- [x] *The Jira issue number for this PR is: MDEV-36710* ## Description This reverts commit 0403f0147f176190b6a2ca61996c12eada275e4c. It caused MDEV-33136 test to fail in 10.6 branch. ## Release Notes This...

Codership