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-34431* ## Description In 5b26a07698b92f58e5d1f55c7929b0e25d1a586b (#3317) I enabled spin loops on `dict_index_t::lock`. This helps in some workloads and causes performance...
- [x] *The Jira issue number for this PR is: MDEV-32175* ## Description This is work in progress, for performance testing. We are reducing the number of accesses to `buf_page_t::frame`,...
Requires Galera commit 91f0090a05e96c3cc353b80d961ede45cefb9279 - [x] *The Jira issue number for this PR is: MENT-2081* ## Description TODO: fill description here ## Release Notes TODO: What should the release notes...
- [x] *The Jira issue number for this PR is: MDEV-19929* ## Description On IA-32 and AMD64 (x86-64) CPU implementations, the latency of the `PAUSE` instruction (`REPZ NOP` that was...
Fix safemalloc's backtrace functionality to work on macOS.
- [x] *The Jira issue number for this PR is: MDEV-33763* ## Description See on actual commits. ## Release Notes TODO: What should the release notes say about this change?...
- [x] *The Jira issue number for this PR is: MDEV-12302* ## Description Roadmap: ✅ Simple Delete ✅ Simple Update ✅ Fetch data from secondary indexes ✅ Handle changes coming...
This is a 10.11 version of #3488. - [x] *The Jira issue number for this PR is: MDEV-34830* ## Description The invariant of write-ahead logging is that before any change...
- [x] *The Jira issue number for this PR is: MDEV-32395* ## Description When generating an Item_equal with a Item_ref that refers to a field outside of a subselect, remove_item_direct_ref()...
- [x] *The Jira issue number for this PR is: MDEV-34340* ## Description Without a get_exe implementation there was a null pointer exception my_realpath. Refactor to mysys library as requested...