We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
replica
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.
The text was updated successfully, but these errors were encountered:
So, is it as simple as replacing all ocurrences of master in UI to primary and slave to replica? Can I do it?
master
primary
Sorry, something went wrong.
Sure @rajat315315 you can do it but be cautious about some cases where the words can not be replaced :)
MariaDB is replacing the terms with primary and replica and MySQL is replacing the terms with source and replica.
MauricioFauth
Successfully merging a pull request may close this issue.
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
replicaas an alias forslave.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.
The text was updated successfully, but these errors were encountered: