Skip to content

Commit 871c7fd

Browse files
author
wangyue
committed
Feat actiontech/dms-ee/issues/125: plugin interface mysql impl
1 parent 46ac931 commit 871c7fd

File tree

3 files changed

+2458
-4
lines changed

3 files changed

+2458
-4
lines changed

sqle/driver/mysql/mysql.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,6 @@ func (i *MysqlDriverImpl) getPrimaryKey(stmt *ast.CreateTableStmt) (map[string]s
577577
return pkColumnsName, hasPk, nil
578578
}
579579

580-
func (i *MysqlDriverImpl) GetSQLOp(ctx context.Context, sqls string) ([]*driverV2.SQLObjectOps, error) {
581-
return nil, fmt.Errorf("not implement yet")
582-
}
583-
584580
type PluginProcessor struct{}
585581

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

0 commit comments

Comments
 (0)