Skip to content

Commit ff83f67

Browse files
committed
Remove double loading of initDB settings
Settings are already loaded in the abstract parent class in _load(). Thus available to IC and RR servers Change-Id: Id2f1432ca0b552b71c178832d56236e6bb71a1cc
1 parent 6e1f734 commit ff83f67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mysqloperator/controller/innodbcluster/cluster_api.py

-5
Original file line numberDiff line numberDiff line change
@@ -1468,11 +1468,6 @@ def load(self, spec: dict) -> None:
14681468
if not self.router.tlsSecretName:
14691469
self.router.tlsSecretName = f"{self.name}-router-tls"
14701470

1471-
# Initialization Options
1472-
section = "initDB"
1473-
if "initDB" in spec:
1474-
self.load_initdb(dget_dict(spec, section, "spec"))
1475-
14761471
self.backupProfiles = []
14771472
section = InnoDBClusterSpecProperties.BACKUP_PROFILES.value
14781473
if section in spec:

0 commit comments

Comments
 (0)