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
intermediary refactor of mariadbaccount_controller
this change reorganizes mariadbaccount_controller to move the majority
of MariaDBDatabase fetch/wait logic as well as Galera fetch/wait
logic to separate methods getMariaDBDatabaseForCreate,
getMariaDBDatabaseForDelete, getGaleraForCreateOrDelete. This is to
allow more flexibility for upcoming changes. All current functionality
should remain identical within this commit.
0 commit comments