()
| 554 | } |
| 555 | |
| 556 | func (x *Instance) GetSyncDatabases() []string { |
| 557 | if x != nil { |
| 558 | return x.SyncDatabases |
| 559 | } |
| 560 | return nil |
| 561 | } |
| 562 | |
| 563 | func (x *Instance) GetMysqlLowerCaseTableNames() int32 { |
| 564 | if x != nil { |
no outgoing calls
no test coverage detected