Skip to content

Commit

Permalink
Feat actiontech/dms-ee/issues/125: plugin interface mysql impl
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyue committed Jan 31, 2024
1 parent 46ac931 commit 871c7fd
Show file tree
Hide file tree
Showing 3 changed files with 2,458 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sqle/driver/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,6 @@ func (i *MysqlDriverImpl) getPrimaryKey(stmt *ast.CreateTableStmt) (map[string]s
return pkColumnsName, hasPk, nil
}

func (i *MysqlDriverImpl) GetSQLOp(ctx context.Context, sqls string) ([]*driverV2.SQLObjectOps, error) {
return nil, fmt.Errorf("not implement yet")
}

type PluginProcessor struct{}

func (p *PluginProcessor) GetDriverMetas() (*driverV2.DriverMetas, error) {
Expand Down

0 comments on commit 871c7fd

Please sign in to comment.