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-29499* ## Description This PR introduces a new error code for all the 'Can't execute init_slave query' errors. Also, the...
## 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...
- [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...
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...
see https://peps.python.org/pep-0469/ 
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...
Create a user facing question during installation step to allow users to choose whether to enable the feedback plugin or not.
- [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...
- [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...
- [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()...