migrate-from-mysql-using-aws-dms: fix "test" mislabeled as a system database (#23700) - #23756
migrate-from-mysql-using-aws-dms: fix "test" mislabeled as a system database (#23700)#23756ti-chi-bot wants to merge 3 commits into
Conversation
…atabase `test` is a default user database, not a system database (unlike INFORMATION_SCHEMA, PERFORMANCE_SCHEMA, mysql, and sys). Reword to "default databases" so the list's shared label is accurate for all five entries. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: Grace Cai <qqzczy@126.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Warning Review limit reachedNext included review available in 53 minutes. View limit detailsLimit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This is an automated cherry-pick of #23700
What is changed, added or deleted? (Required)
The doc listed
testalongsideINFORMATION_SCHEMA,PERFORMANCE_SCHEMA,mysql, andsysunder the label "system databases".testis a default user database TiDB/MySQL creates for convenience, not a system (metadata) database like the other four. Reworded the shared label to "default databases", which accurately covers all five entries without changing the practical guidance (still filter out all five when setting up an AWS DMS migration task).Which TiDB version(s) do your changes apply to? (Required)
Do your changes match any of the following descriptions? (Required)
markdown-pagesrepositorySummary by CodeRabbit
%wildcard may include MySQL system databases and cause the migration task to fail.