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

A bug in signal_handler thread initialization led to an overcomplicated implementation of wait_for_signal_handler_to_end, namely that we could fail to initialize the signal handler but mark it as active anyway. This...

- [x] *The Jira issue number for this PR is: MDEV-34146* ## Description Moving to use Debian systemd install and uninstall scripts caused duplicated DEBHELP to server postrm script. Commit...

- [x] *The Jira issue number for this PR is: MDEV-33281* Provide the possibility to add optimizer hints to statements in MySQL-compatible format: ``` SELECT /*+ hint1(s) hint2(s1 s2) */...

MariaDB Corporation

- [ ] *The Jira issue number for this PR is: MDEV-______* ## Description TODO: fill description here ## Release Notes TODO: What should the release notes say about this...

Backport of 2f5174e556cd247133aa14d7b37372ae49fe83c5: MDEV-33075 Resolve server shutdown issues on macOS, Solaris, and FreeBSD. This commit addresses multiple server shutdown problems observed on macOS, Solaris, and FreeBSD: 1. Corrected a non-portable...

Follow up to https://github.com/MariaDB/server/pull/3459. Differences in `handle_connections_sockets()` are larger in comparison to 10.11 port so I thought to make it a separate branch. --- Backport of 2f5174e556cd247133aa14d7b37372ae49fe83c5: MDEV-33075 Resolve server...

## Description 1. **Buffered Logging**: Implement an in-memory buffer to reduce disk I/O by batching log writes. 2. **Asynchronous Logging**: Delegate logging to a dedicated logger thread for independent log...

This PR presents a patch to extend the command `SHOW REPLICA HOSTS` with three columns: 1) Gtid_State_Sent. This represents that latest GTIDs sent to the replica in each domain. It...

MariaDB Corporation
Replication

Changes for powerpc in git commit dec3f8ca69e5 assume power8 VSX extensions for faster crc32 support, but earlier processors (e.g. power5) don't have them. On unexpected powerpc chips, we will not...

Make an effort to emit a warning if we detect that an outside force has modified the binlog. This warning will not halt binlog writes. We rely on file modification...