Skip to content

Commit bb022bd

Browse files
author
Hemant Dangi
committed
Bug#25876807: FOR DIFFERENT VERSION (5.7 AND 5.8) GROUP, LEADER SHOULD BE ONLY FROM 5.7
Updating missing @param lowest_version_end definition for sort_members_for_election() and removing @param lowest_version_end for sort_and_get_lowest_version_member_position() in gcs_event_handlers.h for Group Replication plugin.
1 parent 52e6b5d commit bb022bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rapid/plugin/group_replication/include/gcs_event_handlers.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ class Plugin_gcs_events_handler: public Gcs_communication_event_listener,
135135
/**
136136
Sort lower version members based on uuid
137137
138-
@param all_members_info the vector with members info
139-
140-
@return first iterator position where members version increase.
138+
@param all_members_info the vector with members info
139+
@param lowest_version_end first iterator position where members version
140+
increases.
141141
*/
142142
void sort_members_for_election(
143143
std::vector<Group_member_info*>* all_members_info,
@@ -148,8 +148,8 @@ class Plugin_gcs_events_handler: public Gcs_communication_event_listener,
148148
where member version differs.
149149
150150
@param all_members_info the vector with members info
151-
@param lowest_version_end first iterator position where members version
152-
increases.
151+
152+
@return the first iterator position where members version increase.
153153
154154
@note from the start of the list to the returned iterator, all members have
155155
the lowest version in the group.

0 commit comments

Comments
 (0)