WL#14171: Replication: replace SLAVE in SQL commands

Affects: Server-8.0   —   Status: Complete

# EXECUTIVE SUMMARY

This worklog implements aliases for START SLAVE, STOP SLAVE, SHOW
SLAVE STATUS, SHOW SLAVE HOSTS and RESET SLAVE. The aliases are START
REPLICA, STOP REPLICA, SHOW REPLICA STATUS, SHOW REPLICAS and RESET
REPLICA respectively.

# USER/DEV STORIES

As a MySQL admin user I want to issue replication commands that do not
contain offensive terms so that I do not get offended by them and/or
expose them to other people (e.g., customers of my application built
on top of MySQL).

# SCOPE

This worklog is part of a broader effort to change old terminology
across the entire MySQL product line. However, this worklog focuses
only on changing the terminology for the following commands/SQL
statements:

- START/STOP SLAVE
- SHOW SLAVE STATUS
- SHOW SLAVE HOSTS
- RESET SLAVE

Further changes are to be done on follow up work.

# LIMITS

N/A