Bug #74766 RPL P_S: change all usage of execute to apply in the table names
Submitted: 10 Nov 2014 13:04 Modified: 24 Feb 2015 17:44
Reporter: Shivji Jha Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.7.2 OS:Any
Assigned to: CPU Architecture:Any

[10 Nov 2014 13:04] Shivji Jha
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