Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
free6om committed Sep 14, 2023
1 parent f2cd1a1 commit e913b0d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lorry/engine/oceanbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@ type oceanbase struct {
examples map[ClientType]buildConnectExample
}

func newOceanbase() *oceanbase {
return &oceanbase{
info: EngineInfo{
Client: "mysql",
},
examples: map[ClientType]buildConnectExample{
CLI: func(info *ConnectionInfo) string {
return fmt.Sprintf(`# oceanbase client connection example
mysql -h %s -P %s -u %s
`, info.Host, info.Port, info.User)
},
},
}
}

func (r *oceanbase) ConnectCommand(connectInfo *AuthInfo) []string {
userName := "root"
userPass := ""
Expand Down

0 comments on commit e913b0d

Please sign in to comment.