Skip to content

Commit 24b29c2

Browse files
committed
Feat actiontech/dms-ee/issues/125: plugin interface mysql impl
1 parent 4c2b3a3 commit 24b29c2

File tree

3 files changed

+2466
-0
lines changed

3 files changed

+2466
-0
lines changed

sqle/driver/mysql/mysql.go

+1
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ func (p *PluginProcessor) GetDriverMetas() (*driverV2.DriverMetas, error) {
610610
driverV2.OptionalModuleExtractTableFromSQL,
611611
driverV2.OptionalModuleEstimateSQLAffectRows,
612612
driverV2.OptionalModuleKillProcess,
613+
driverV2.OptionalModuleProvision,
613614
},
614615
}, nil
615616
}

0 commit comments

Comments
 (0)