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,...
## Description Validate password does not match any username Currenly, simple_password_check plugin only checks that a password does not match the username who's password is being set. However, the password...
## Description There are several files under the GPL with BISON expection license. However none of them are 'GPL-2.0-or-later' today, all of them are 'GPL-3.0-or-later' now, and none of them...
Implements and tests the following optimizer hints: - DERIVED_CONDITION_PUSHDOWN - NO_DERIVED_CONDITION_PUSHDOWN - MERGE - NO_MERGE Each of these are table-level hints. The first pair enable and disable, respectively, the condition...
Pull request created in: https://jira.mariadb.org/browse/MDEV-36483
- [x] *The Jira issue number for this PR is: MDEV-36301* ## Description `innodb_log_file_disabled`: A new Boolean settable global parameter, for disabling the InnoDB redo log. When set, the server...
- [x] *The Jira issue number for this PR is: MDEV-36316/MDEV-36327/MDEV-36328* ## Description MSAN + CMAKE_BUILD_TYPE=Debug has stack overrun issues Just a POC at the moment. Some tests still failing:...
_The description is copied from the commit message of the initial branch's commit_ Since MDEV-31503 fixes ALTER-SEQUENCE might be able to complete its work including binlogging before a preceding in...
- [x] *The Jira issue number for this PR is: MDEV-36234* ## Description The parameter `innodb_linux_aio` controls which Linux implementation to use for `innodb_use_native_aio=ON`. `innodb_linux_aio=auto` is equivalent to `innodb_linux_aio=io_uring` when...
## Description Add missing getauxval() test for Linux. RocksDB was updated to 6.29. The RocksDB code changed from checking for ```__linux__``` to utilizing a CMake test. It looks like the...
Now that RocksDB has been synced up to 6.29, which includes the changes mentioned in the CMake comment, support for building on non-Linux aarch64 OSes can be enabled. ## Description...