Skip to content

Commit 61a3a1d

Browse files
gkodinovdahlerlend
authored andcommitted
Bug#37083943: The V$OPTION component should not be collecting
group_replication_group_name anymore when storing usage data Removed the reading of the group_replication_group_name system variable by the option_tracker component. Updated the doxygen about this. Removed setting the variable to some weird value during tests. Re-recorded the affected test result. Reading the row updates now ignores the cluster ID too. Change-Id: I76eba54d52931c3ba7b7a892bac7ab400eb1eb8d
1 parent b611068 commit 61a3a1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/mysql/components/services/mysql_option_tracker.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ END_SERVICE_DEFINITION(mysql_option_tracker_option)
9090
Sets usage data for a given option.
9191
Internally stores into the system table.
9292
93-
It gets the value for cluster_id from the system variable
94-
group_replication_group_name (defined by the GR plugin).
95-
If the plugin is not installed it uses empty string.
93+
Cluster ID is set to empty.
9694
9795
It gets the value for server_id from the system variable
9896
server_uuid.

0 commit comments

Comments
 (0)