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-30953* ## Description Add new package mariadb-server-galera to Debian to recude mariadb-server package dependencies. Galera cluster scripts and libraries are...
- [x] *The Jira issue number for this PR is: MDEV-33750* ## Description Sync configurations and changes from Debian Salsa. This is mostly same as PR #2778 as it stalled...
- [x] *The Jira issue number for this PR is: MDEV-33817* ## Description Intel AVX512 instructions allow 512-bit [carry-less product](https://en.wikipedia.org/wiki/Carry-less_product) to be computed as well as 512-bit unaligned loads of...
This PR is a replacement for https://github.com/MariaDB/server/pull/2681, which proposed a very similar feature under the name of "server redirect" Upstream developers chose a different approach (see https://github.com/MariaDB/server/pull/1472 and https://github.com/mariadb-corporation/mariadb-connector-c/pull/137) for...
…alue - [x] *The Jira issue number for this PR is: MDEV-33660* ## Description This PR adds a warning for the cases where `ALTER TABLE .. AUTO_INCREMENT = X` is...
- [x] *The Jira issue number for this PR is: MDEV-33988* ## Description Gain MySQL compatibility by allowing table aliases in a single table statement. This now supports the syntax...
MDEV:8146 - scripts/mysql_system_tables_fix.sql to use alter table add/drop if not exists/if exists
- [x] *The Jira issue number for this PR is: MDEV-8146* ## Description Added additional checks in scripts/mysql_system_tables_fix.sql to reduce error in log file, update includes IF EXISTS/IF NOT EXISTS...
#### Note: This PR is intended to only be merged AFTER the changes in branch `bb-11.5-MDEV-32188-timestamps` are finalized and merged into mainline 11.5 - [x] *The Jira issue number for...
Improve performance of queries like SELECT * FROM t1 WHERE field = NAME_CONST('a', 4); by, in this example, replacing the WHERE clause with field = 4 in the case of...
- [x] *The Jira issue number for this PR is: MDEV-31161* ## Description Problem: ======= During InnoDB non-rebuild online alter operation, InnoDB set the dummy log to clustered index online...