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-29499* ## Description This PR introduces a new error code for all the 'Can't execute init_slave query' errors. Also, the...

External Contribution
Replication

## Description MTR `.result` files currently do not contain output to indicate if a `change_user` command has been executed in the corresponding `.test` files. Record `change_user` command in the following...

External Contribution

- [x] *The Jira issue number for this PR is: MDEV-30456* ## Description If user has specified the desired alter algorithm by using session variable alter_algorithm, and not specifying the...

Codership

The pmem_cvap() function currently uses the '.arch armv8.2-a' directive for the 'dc cvap' instruction. This will cause build errors below when compiling for ARMv9 systems. Update the '.arch' directive to...

External Contribution

see https://peps.python.org/pep-0469/ ![CleanShot 2024-11-13 at 10 56 21](https://github.com/user-attachments/assets/972ae53a-a8e2-43b4-967b-ba468dd8a79b)

External Contribution

When converting YEAR values to DATE/DATETIME, explicitly set month and day to zero (e.g., 2000 → 2000-00-00). Validate against SQL modes: - Allow `2000-00-00` if `NO_ZERO_IN_DATE` is disabled - Reject...

External Contribution

Create a user facing question during installation step to allow users to choose whether to enable the feedback plugin or not.

MariaDB Corporation

- [x] *The Jira issue number for this PR is: MDEV-34319* ## Description This patch adds support for associative arrays in stored procedures for sql_mode=ORACLE. The syntax follows Oracle's PL/SQL...

External Contribution

- [x] *The Jira issue number for this PR is: MDEV-36542* ## Description Stated cases for use: * bypass static analyizers (which should be able to see faults if they...

MariaDB Foundation

- [x] *The Jira issue number for this PR is: MDEV-34900* ## Description This PR addresses MDEV-34900 by renaming `stage_executing` to "Prepare for executing" and `stage_sending_data` to "executing" in `JOIN::exec_inner()...

External Contribution