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-34669* ## Description A prepared SELECT statement because of CF_REEXECUTION_FRAGILE needs to check the table is the same defination as...
The decimal_precision virtual override for Item_func_case is necessary to accurately compute precision of values populated into decimal fields. This method was removed apparently during a refactor of the Item_func_case family...
- INNODB_TABLESPACES_ENCRYPTION table in information schema should display innodb temporary tablespace with redo log default encryption ID when innodb_encrypt_temporary_tables is enabled. - [x] *The Jira issue number for this PR...
- [x] *The Jira issue number for this PR is: MDEV-33755* ## Description Commit 09d991d01c47e22030879e5bf0c7a4893a598199 resolved false MSAN alarms by initializing `Item_func::not_null_tables_cache` with 0 during construction. However, this solution inadvertently...
## Description Trim unnecessary whitespace at the beginning and end of files in the win/ directory. Only addresses a subset of files from over 5500+ files currently having unnecessary whitespace....
… Galera - [x] *The Jira issue number for this PR is: MDEV-34647* ## Description Replication of MyISAM and Aria DML is experimental and best effort only. Earlier change make...
- [x] *The Jira issue number for this PR is: MDEV-34642* ## Description Write operations where the caller requests wait for space will wait indefinately. A server shutdown will kill...
Emit warnings if finished processing input files before reaching the boundary conditions indicated by either `--stop-position` or `--stop-datetime`.
- [x] *The Jira issue number for this PR is: MDEV-34617* ## Description Was failing because innodb-log-file-buffering is a Linux/Windows only variable. This was introduced in MDEV-33787 to enforce O_DIRECT...
- [x] *The Jira issue number for this PR is: MDEV-34471* ## Description mysql-test: generate-ssl-certs.sh and openssl.cnf where updated so they where self sufficient. The script was run and the...