Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Feat actiontech/dms-ee/issues/125: plugin interface mysql impl
  • Loading branch information
waterdrink committed Feb 22, 2024
commit 24b29c2980027e38d8bdceb587583ef18a2d6b7b
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
Loading