mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
be4ac773b0
When making commits, the branches to target are not clearly defined in public documentation, and frequently change. As the development branch and the earliest maintained branches progress, it should be reflected in CODING_STANDARDS.md. All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services.
2.5 KiB
2.5 KiB
- The Jira issue number for this PR is: MDEV-______
Description
TODO: fill description here
How can this PR be tested?
TODO: modify the automated test suite to verify that the PR causes MariaDB to behave as intended. Consult the documentation on "Writing good test cases".
If the changes are not amenable to automated testing, please explain why not and carefully describe how to test manually.
Basing the PR against the correct MariaDB version
- This is a new feature and the PR is based against the latest MariaDB development branch.
- This is a bug fix and the PR is based against the earliest maintained branch in which the bug can be reproduced.
PR quality check
- I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
- For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.