You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#20456137: DUPLICATED CODE ON SQL/RPL_GROUP_REPLICATION.H
sql/rpl_group_replication.h contains duplicated functions signatures
already defined on include/mysql/group_replication_priv.h
There is no need for that since:
1) server files can access the functions through the regular
include files;
2) plugins have access through
include/mysql/group_replication_priv.h
To solve the above duplication of code, the unneeded functions
signatures are removed from sql/rpl_group_replication.h
0 commit comments