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-34579* ## Description The issue is described in detail in JIRA. This sets of commits reverts #3393 and fixes the...
- [x] *The Jira issue number for this PR is: MDEV-30536* ## Description After closing https://github.com/codership/galera-bugs/issues/947, Galera now correctly certifies table-level keys, which made bulk insert work again. ## Release...
- [x] *The Jira issue number for this PR is: MDEV-33967* ## Description As handlersocket bypasses the sql layer that prepares and causes binary log entries to be created, we...
- [x] *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 change?...
Disclaimer: This report was fixed in a previous commit with MDEV-21117, this patch only adds a test to show the presence of the fix. The test case from the description...
- [x] *The Jira issue number for this PR is: MDEV-______* ## Description Test -Wreorder and -Weffc++ as suggested by @dr-m and @montywi. This will be in DEBUG and RelWithDebugInfo...
- [x] *The Jira issue number for this PR is: MDEV-22940* ## Description Fixes link error under clang and UBSAN by disabling the PERFORMANCE SCHEMA. ## Release Notes Nothing, build...
The test fails because 'variable_value' has not the same type as the value which it's compared to. The fix is to use CAST() not only for 'variable_value', but also for...
- [x] *The Jira issue number for this PR is: MDEV-34446* ## Description `log_t::resize_write()`: Ensure that `log_sys.resize_lsn` will wrap around also when the initial target offset would be beyond the...
- [x] *The Jira issue number for this PR is: MDEV-33894* ## Description In commit 685d958e38b825ad9829be311f26729cccf37c46 (MDEV-14425) we assumed that the physical block size (typically 512 or 4096 bytes) would...