Skip to content

Commit

Permalink
Initialize incoming_mysql_servers_ssl_params to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Feb 18, 2024
1 parent 8e6bd3e commit 385e109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MySQL_HostGroups_Manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ MySQL_HostGroups_Manager::MySQL_HostGroups_Manager() {
incoming_galera_hostgroups=NULL;
incoming_aws_aurora_hostgroups = NULL;
incoming_hostgroup_attributes = NULL;
incoming_mysql_servers_ssl_params = NULL;
incoming_mysql_servers_v2 = NULL;
pthread_rwlock_init(&gtid_rwlock, NULL);
gtid_missing_nodes = false;
Expand Down

0 comments on commit 385e109

Please sign in to comment.