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
waterdrink committed Feb 22, 2024
1 parent 4c2b3a3 commit b02f80f
Show file tree
Hide file tree
Showing 3 changed files with 2,459 additions and 0 deletions.
1 change: 1 addition & 0 deletions sqle/driver/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ func (p *PluginProcessor) GetDriverMetas() (*driverV2.DriverMetas, error) {
driverV2.OptionalModuleExtractTableFromSQL,
driverV2.OptionalModuleEstimateSQLAffectRows,
driverV2.OptionalModuleKillProcess,
driverV2.OptionalModuleProvision,
},
}, nil
}
Expand Down

0 comments on commit b02f80f

Please sign in to comment.