anson1014
anson1014
## Introduction As bookshelf is largely dependent on Knex and since Knex [very explicitly states support for MariaDB](https://knexjs.org/), update the list of supported engines to reflect that. ## Motivation This...
#### 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...
## Description This PR makes changes to the existing cppcheck GitLab CI job in order to make it easier to address new/existing findings. Existing ignorelists are also updated to reflect...
- [x] *The Jira issue number for this PR is: MDEV-25454* ## Description This PR addresses two common UBSAN violations found when running the MTR main suite with `-DWITH_UBSAN=YES` on...
This submission adds support for EngineLifecycleSupport. DB instances and clusters can be created and restored with the EngineLifecycleSupport field via CloudFormation. All subsequent updates to this field on the resource...
This submission adds support for EngineLifecycleSupport. Global clusters can be created with the EngineLifecycleSupport field via CloudFormation. All subsequent updates to this field on the resource will be blocked to...
## Description ### **Implement major version upgrade testing with binary files** In order to increase the confidence, validation and coverage of major version upgrade testing, this approach similarly follows the...
## Description ### **Add major version upgrade testing from previous versions to mysql_upgrade.test** Previously, only upgrades from 10.0-10.4 dumps were included in the mysql_upgrade.test file. Include dumps from versions 10.5-11.3...