Description:
WL#3656 introduces 6 replication P_S tables:
(1) replication_connection_configuration Table
(2) replication_connection_status Table
(3) replication_execute_configuration Table
(4) replication_execute_status Table
(5) replication_execute_status_by_coordinator Table
(6) replication_execute_status_by_worker Table
After a discussion in the team it was decided that the word "apply" is a better fit than "execute" in tables (3) to (6).
This bug asks for changing the table names such that these become:
(3) replication_applier_configuration Table
(4) replication_applier_status Table
(5) replication_applier_status_by_coordinator Table
(6) replication_applier_status_by_worker Table
How to repeat:
See description section
Suggested fix:
See description section