Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing the master/slave terminology #16197

Closed
MauricioFauth opened this issue Jun 15, 2020 · 3 comments · Fixed by #17251
Closed

Replacing the master/slave terminology #16197

MauricioFauth opened this issue Jun 15, 2020 · 3 comments · Fixed by #17251
Assignees
Labels
has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface
Milestone

Comments

@MauricioFauth
Copy link
Member

MauricioFauth commented Jun 15, 2020

We should replace the master and slave terminology when possible. We can't completely remove this terms because it's a MySQL/MariaDB terminology.

MariaDB began replacing the terms with the primary and replica pair and already added replica as an alias for slave.

MySQL related issue: https://bugs.mysql.com/bug.php?id=99806
MariaDB related issue: https://jira.mariadb.org/browse/MDEV-18777

Update: MariaDB is replacing the terms with primary and replica and MySQL is replacing the terms with source and replica.

@williamdes williamdes added the ui Issues relating to the user interface label Jun 16, 2020
@rajat315315
Copy link
Contributor

So, is it as simple as replacing all ocurrences of master in UI to primary and slave to replica?
Can I do it?

@williamdes
Copy link
Member

Sure @rajat315315 you can do it but be cautious about some cases where the words can not be replaced :)

@williamdes williamdes added this to Triage zone in Enhancements via automation Jul 23, 2020
@williamdes williamdes moved this from Triage zone to Interface in Enhancements Jul 23, 2020
@MauricioFauth
Copy link
Member Author

MariaDB is replacing the terms with primary and replica and MySQL is replacing the terms with source and replica.

@MauricioFauth MauricioFauth self-assigned this Dec 18, 2021
@MauricioFauth MauricioFauth added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Dec 18, 2021
Enhancements automation moved this from Interface to Done Dec 18, 2021
@MauricioFauth MauricioFauth added this to the 5.2.0 milestone Dec 18, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface
Projects
Enhancements
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants